summaryrefslogtreecommitdiffstats
path: root/gtk-gui.c
AgeCommit message (Expand)Author
2013-01-05Add new gases to the combo box in dive plan entryGravatar Dirk Hohndel
2013-01-05Make the 'Add waypoint' button work in the Input Plan dialogGravatar Dirk Hohndel
2013-01-05Different widget to input the planGravatar Dirk Hohndel
2013-01-05Do a minimal hook-up of the dive plan tree view to theGravatar Linus Torvalds
2013-01-05Create the infrastructure for a dive plannder based on a tree-modelGravatar Linus Torvalds
2013-01-05Stub out a few things for a plan input UIGravatar Dirk Hohndel
2013-01-04First stab at simplistic dive planningGravatar Dirk Hohndel
2013-01-04Fix deco calculations to correctly use GF values and add CC supportGravatar Dirk Hohndel
2013-01-04Intercept all events to the GF fields in the property dialogGravatar Dirk Hohndel
2013-01-03Merge branch 'deco2'Gravatar Dirk Hohndel
2013-01-03Improvements to select_prev_dive() and select_next_dive()Gravatar Lubomir I. Ivanov
2013-01-03Make GF values configurableGravatar Dirk Hohndel
2013-01-03Use gradient factors in deco calculationGravatar Dirk Hohndel
2013-01-03Add configurable visualization of calculated ceilingGravatar Dirk Hohndel
2013-01-03Rewrite the nickname replacement functionGravatar Dirk Hohndel
2013-01-02Use old style (pre gtk-2.22) keysymsGravatar Dirk Hohndel
2013-01-01Remove autogroup from the preferences and store per file insteadGravatar Dirk Hohndel
2013-01-01Make sure remember_dc has its own copy of the model stringGravatar Dirk Hohndel
2013-01-01Add ability to remove a divecomputer from our data structuresGravatar Dirk Hohndel
2013-01-01Use the Left and Right keys to switch between divecomputersGravatar Dirk Hohndel
2013-01-01First step towards grabbing keys and handling them ourselvesGravatar Dirk Hohndel
2012-12-30Fix nickname saving in XML file to deal with utf8 charactersGravatar Dirk Hohndel
2012-12-28Make add_dc_to_string() skip redundant entriesGravatar Linus Torvalds
2012-12-28Divecomputer entries with deviceid 0 should be ignored for nicknamesGravatar Dirk Hohndel
2012-12-27Fix incorrect memory access in nickname handlingGravatar Dirk Hohndel
2012-12-26Add settings section to XML file format and store dive computer IDsGravatar Dirk Hohndel
2012-12-23Different is different from the same (fix silly bug in nickname handling)Gravatar Dirk Hohndel
2012-12-22Next improvement of the nickname codeGravatar Dirk Hohndel
2012-12-22Make it possible to translate strings containing subscript "2"Gravatar Lubomir I. Ivanov
2012-12-22Free some nickname related memory in gtk-gui.cGravatar Lubomir I. Ivanov
2012-12-22Imrpove the nickname handlingGravatar Dirk Hohndel
2012-12-21Remove nickname from divecomputer data structureGravatar Dirk Hohndel
2012-12-17Add a "View next dive computer" menu itemGravatar Linus Torvalds
2012-12-16Clear associated tooltip texts when calling expose_event()Gravatar Lubomir I. Ivanov
2012-12-16Fixed some memory leaks related to subsurface_get_conf()Gravatar Lubomir I. Ivanov
2012-12-16Fixed a couple of memory leaks related to the download dialogGravatar Lubomir I. Ivanov
2012-12-16Make sure that the user entered nickname is never truncatedGravatar Lubomir I. Ivanov
2012-12-15Reserve enough memory when storing a DC's nicknameGravatar Lubomir I. Ivanov
2012-12-14Fix possible crash in nickname codeGravatar Dirk Hohndel
2012-12-13Add the ability to set a nickname for a dive computerGravatar Dirk Hohndel
2012-12-12Change the empty product model to be index 0Gravatar Dirk Hohndel
2012-12-12Ensure default dive computer strings can be freedGravatar Dirk Hohndel
2012-12-11Merge branch 'cns' into cns-mergeGravatar Dirk Hohndel
2012-12-10Display maximum CNS in the divelistGravatar Dirk Hohndel
2012-12-10Fix incorrect index for dive computer listGravatar Dirk Hohndel
2012-12-10Don't draw tooltips if no profile is displayedGravatar Dirk Hohndel
2012-12-10Apply preference changes right awayGravatar Dirk Hohndel
2012-12-10Move global variables covered by Preferences into one structureGravatar Dirk Hohndel
2012-12-09Consistent Quit behavior on the MacGravatar Dirk Hohndel
2012-12-08Make changes to some of the preference immediately visibleGravatar Dirk Hohndel