X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2FChangeLog;h=99a50aec579a763c181ca2ce5425cc56db6687ec;hb=cecaf561d11939de82a6598324376b8cf8225fd5;hp=1b75e56b86f57f5c0eb0e64c9803a0e1961bb7f7;hpb=b37457e4db3d02fbf1e41b24baf3248bf34a02d8;p=pspp-builds.git diff --git a/src/ui/gui/ChangeLog b/src/ui/gui/ChangeLog index 1b75e56b..99a50aec 100644 --- a/src/ui/gui/ChangeLog +++ b/src/ui/gui/ChangeLog @@ -1,3 +1,44 @@ +2007-05-07 John Darrington + + * psppire-dialog.c psppire-dialog.h: Added "orientation" property, + to allow dialogs to be either vertical or horizontal. + + * comments-dialog.c comments-dialog.h: New files, invoking + ADD DOCUMENT cmd. + +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