X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2FChangeLog;h=fa19479df9f927778b85c1e6e7a6d85b6895f985;hb=b06c888cf2e8c126b04d4678120439533a5086e5;hp=14fd0cf0481d04094d1126bf2b792e7e1d2110fb;hpb=146997e1690f055481e2003529eaa4f8848ca4a8;p=pspp-builds.git diff --git a/src/ui/gui/ChangeLog b/src/ui/gui/ChangeLog index 14fd0cf0..fa19479d 100644 --- a/src/ui/gui/ChangeLog +++ b/src/ui/gui/ChangeLog @@ -1,3 +1,50 @@ +2007-04-30 John Darrington + + * var-display.c var-display.h variable-info-dialog.c + variable-info-dialog.h : New files. + + * data-editor.c : + + * psppire-buttonbox.c psppire-buttonbox.h : Added the "buttons" + property, and optional GOTO and CONTINUE buttons. + + * psppire-dialog.h: Added response codes for the new buttons. + + * psppire-var-store.c : Moved some code to var-display.[ch] + +2007-04-25 John Darrington + + * icons/scalable/splash.c icons/splash.png : More eye candy. + + * main.c psppire.h : new files. + + * psppire.c : Seperated the command line parsing and other + environment startup from the core psppire code. + +2007-04-25 John Darrington + + * icons/scalable icons/16x16: new directories. + * psppire.c : Add new icons to factory. + + * dict-display.c: Refactor code get model from modelfilter. + Added cellrenderer to display icon indicating variables' types. + Displayed the label of variables, if there is one. + + +2007-04-15 Ben Pfaff + + * compute-dialog.c (function_list_populate): Use new accessor + functions exported by language/expressions/public.h. + +2007-04-15 Ben Pfaff + + * compute-dialog.c: Make #include for parse.inc work with VPATH + builds. + +2007-04-13 John Darrington + + * var-type-dialog.c: Added a FMT_DATETIME20 template. + 2007-04-04 John Darrington * compute-dialog.c compute-dialog.h: New files