Merge remote-tracking branch 'origin/sheet'
[pspp] / src / ui / gui / var-type-dialog.c
2017-09-10 John DarringtonMerge remote-tracking branch 'origin/sheet'
2017-08-31 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2017-08-03 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2017-06-02 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2017-05-18 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2017-04-22 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2017-04-19 John DarringtonVar type dialog: Add a return value
2015-06-21 Ben PfaffMerge "gtk3" branch into "master".
2015-06-20 John DarringtonMerge remote-tracking branch 'origin/master' into gtk3
2015-05-28 Friedrich Beckmannremoved references to psppire-dialog orientation property
2015-05-24 Friedrich Beckmannrepair glade; switched to gladeui-2.0; removed the...
2015-05-16 John DarringtonFix crash when cancelling variable type dialog.
2015-05-16 John DarringtonFix crash when cancelling variable type dialog.
2013-06-24 John DarringtonMerge remote-tracking branch 'origin/master' into gtk3
2013-06-15 John Darringtonpsppire_var_type_dialog: Remove global functions which...
2012-08-19 Ben PfaffMerge 'master' into 'psppsheet'.
2012-08-19 Ben Pfaffval-labs-dialog, var-type-dialog: Make these dialogs...
2012-08-18 Ben Pfaffvar-type-dialog: Fix memory leak.
2012-08-11 Ben Pfaffvar-type-dialog: Convert to a GObject.
2012-07-31 Ben Pfaffvar-type-dialog: Change entries to spin buttons, add...
2012-07-31 Ben Pfaffvar-type-dialog: Reduce redundancy further.
2012-07-31 Ben Pfaffvar-type-dialog: Reduce redundancy.
2012-07-31 Ben Pfaffvar-type-dialog: Properly adjust formats when switching...
2012-07-17 Ben Pfaffvar-type-dialog: Use fmt_date_template() to reduce... 20120718000506/pspp 20120719000503/pspp 20120720000504/pspp 20120721000505/pspp 20120722000503/pspp
2012-07-17 Ben Pfaffvar-type-dialog: Use G_TYPE_INT to store an int.
2012-07-17 Ben Pfaffvar-type-dialog: Fix possible memory leaks.
2012-07-17 Ben Pfaffvar-type-dialog: Avoid string copy setting up currency...
2012-07-13 Ben Pfaffvar-type-dialog: Move UI into separate .ui file.
2012-07-13 Ben Pfaffvar-type-dialog: Avoid static variables.
2012-02-02 John DarringtonError with g_critical instead of g_assert on invalid... 20120203030502/pspp
2012-01-03 John DarringtonNew file: builder-wrapper.h and builder-wrapper.c
2011-07-01 John DarringtonMerge remote branch 'savannah/master' into sourceview
2011-06-23 Ben Pfaffgui: Eliminate some dependencies on the dictionary.
2011-06-23 Ben Pfaffgui: Simplify value_to_text() parameters.
2011-06-23 Ben Pfaffgui: Consistently use print format instead of write...
2010-05-21 John DarringtonMerge commit 'origin/covariance'
2010-05-06 John DarringtonFix crash on variable type dialog custom currency display.
2010-02-10 Ben Pfaffgui: Remove write-only variable 'new_type' from on_var_...
2010-02-08 Ben PfaffMerge "output" into "master"
2009-12-27 John DarringtonChange GTK_SIGNAL_FUNC to G_CALLBACK.
2009-12-16 John DarringtonMerge commit 'origin/stable'
2009-09-24 John DarringtonMerge commit 'origin/stable'
2009-08-11 Ben PfaffMerge master into output branch.
2009-07-23 John DarringtonMerge commit 'origin/stable'
2009-07-23 John DarringtonMerge commit 'origin/roc'
2009-07-18 John DarringtonMerge commit 'origin/data-encoding'
2009-07-06 John DarringtonConvert to utf8 in data_out function.
2009-05-09 John DarringtonMerge commit 'origin/stable'
2009-04-22 John DarringtonMerge commit 'origin/stable'
2009-04-07 John DarringtonMerge commit 'origin/stable'
2009-03-31 John DarringtonMerge commit 'origin/stable'
2009-03-12 John DarringtonSplit data-editor.glade into two files.
2009-03-02 John DarringtonMerge branch 'master'; commit 'origin/stable'
2009-02-22 John DarringtonMerge commit 'window-manager/master'
2009-02-21 John Darringtonconvert labels and missing values dialogs to GtkBuilder
2008-02-20 John DarringtonRemove erroneous casts.
2008-02-02 John DarringtonFixed some warnings from valgrind.
2008-01-19 John DarringtonReworked settings so as to use one large struct instead...
2007-11-11 Ben PfaffPatch #6262. New developers guide and resulting fixes...
2007-07-07 Ben PfaffChange license from GPLv2+ to GPLv3+.
2007-07-04 John DarringtonMake sure that width entry widget shows.
2007-04-13 John DarringtonAdded DATETIME20 format template.
2007-01-27 John DarringtonFixed bug closing variable type dialog
2006-12-24 John DarringtonWhitespace changes only.
2006-12-24 John DarringtonWhitespace changes only.
2006-12-24 John DarringtonWhitespace changes only
2006-12-23 John DarringtonCleaned up GUI, by objectifying the data editor. Remov...
2006-12-16 John DarringtonRemoved my authorship lines.
2006-12-16 John DarringtonCommitted patch #5636
2006-12-10 Ben PfaffNew function fmt_dollar_template based on pspp-dev...
2006-12-10 Ben PfaffFinish converting struct variable to an opaque type...
2006-11-03 Ben PfaffCompletely rewrite src/data/format.[ch], to achieve...
2006-11-01 Ben PfaffAdd missing "#include <config.h>".
2006-05-07 John DarringtonFixed a number of warnings.
2006-04-04 John DarringtonFixed a multitude of C89 compatibility warnings.
2006-03-15 John DarringtonChanged include paths to be explicitly specified in...
2006-03-04 John DarringtonAdded new files resulting from directory restructuring.