str: Make str_format_26adic() able to use lowercase.
[pspp] / src / ui /
2013-03-13 Ben PfaffMerge 'master' into 'psppsheet'.
2013-03-12 Ben PfaffFix warnings introduced by minor type errors in recentl...
2013-03-09 John DarringtonMerge remote branch 'origin/master' into import-gui
2013-03-09 John DarringtonAdded a (non-shipped) gui test-program to test spreadsh... 20130310030504/pspp 20130311030504/pspp
2013-03-09 John DarringtonMerge remote branch 'origin/master' into import-gui
2013-03-09 John DarringtonMerge remote branch 'origin/master' into import-gui
2013-03-09 John DarringtonRe-enabled the reset buttons
2013-03-09 John Darringtonmain.c: Replaced macro with a static const
2013-03-09 John DarringtonRe-enabled Paste button
2013-03-09 John DarringtonTest program. Make it crash less often
2013-03-08 John DarringtonMade the test program a little more friendly
2013-03-08 John DarringtonMerge remote branch 'origin/master' into import-gui
2013-03-08 John DarringtonNew module: psppire-spreadsheet-model.c 20130309030511/pspp
2013-03-08 John DarringtonMerge branch 'master' into import-gui
2013-03-07 John DarringtonMerge remote branch 'origin/master' into import-gui
2013-03-07 John DarringtonLet the test program open both kinds of spreadsheet
2013-03-07 John DarringtonMerge remote branch 'origin/master' into import-gui
2013-03-05 John DarringtonMerge branch 'master' into import-gui
2013-03-04 John DarringtonMerge branch 'master' into import-gui
2013-03-04 John DarringtonCreated wrappers for the ods/gnumeric functions
2013-03-03 John DarringtonRenamed the spreadsheet test file and put it noinst
2013-03-03 John DarringtonUse our own explicit loop instead of main_loop_run
2013-03-03 John DarringtonFixed some memory leaks
2013-03-03 John DarringtonTest proglet: Display all members of a case
2013-03-03 Ben Pfaffpspp-sheet-view: Make Ctrl+Up and Ctrl+Down go to top... 20130303031902/pspp 20130304031653/pspp 20130305031845/pspp 20130306031859/pspp 20130307031905/pspp 20130308031859/pspp 20130309031907/pspp 20130310031857/pspp 20130311031859/pspp 20130312031842/pspp
2013-03-03 Ben Pfaffpspp-sheet-view: Get rid of ctrl_pressed and shift_pressed.
2013-03-03 Ben Pfaffpspp-sheet-view: Rename GtkTreeSelectMode to PsppSheetS...
2013-03-02 John DarringtonTest proglet work
2013-03-02 John DarringtonDisplay "(empty)" if a sheet has no data
2013-02-19 John DarringtonChange the label to be vendor neutral
2013-02-18 John DarringtonAvoided a number of other problems
2013-02-18 John DarringtonGot the ODS reader model (sort of) working.
2013-02-18 John DarringtonMerge two option structs
2013-02-18 John DarringtonMake opts const
2013-02-18 John DarringtonAdd prototypes for syntax generation functions
2013-02-16 John DarringtonGot the text file import working again
2013-02-16 John DarringtonShow errors on reading badly formed gnumeric files
2013-02-16 John DarringtonMade the text import dialogs sort of work again
2013-02-16 John DarringtonReturn NULL if not a gnumeric file
2013-02-16 John DarringtonActually use the combobox setting
2013-02-16 John DarringtonFixed many warnings
2013-02-16 John DarringtonRename sheets to n_sheets
2013-02-16 John DarringtonEnable the syntax generation
2013-02-16 John DarringtonMake the data visible
2013-02-16 John DarringtonUpdated the test widget thing a bit
2013-02-16 John DarringtonDont show range if it is null
2013-02-16 John DarringtonAdded a proper function to convert spreadsheet column...
2013-02-16 John DarringtonAdded a callback to set the range entry on change
2013-02-16 John DarringtonFix memory leak
2013-02-16 John DarringtonAdded a maxcol state
2013-02-16 John DarringtonTidied up a bit more. Eliminated some warnings
2013-02-16 John DarringtonTidied up a bit
2013-02-16 John Darringtonsort of got the assistant working with the combo model
2013-02-16 John DarringtonBasically working model
2013-02-16 John DarringtonAdded property for the backend
2013-02-16 John DarringtonBasic model
2013-02-16 John DarringtonBasic Framework for test program
2013-02-16 John DarringtonAdded a test program for the spread interface
2013-02-16 John DarringtonOnly one spreadsheet
2013-02-16 John Darringtonformats page: Construction is initialisation
2013-02-16 John DarringtonFirst line page construction is initialisation
2013-02-16 John Darringtonseparators construction is initialisation
2013-02-16 John DarringtonMove column count from seperators into assist
2013-02-16 John DarringtonMake sheet spec page opaque
2013-02-16 John DarringtonMove all intro related stuff to the intro file
2013-02-16 John DarringtonIntro page: contruction is initialisation
2013-02-16 John DarringtonMove file_name member from sri to spreadsheet struct
2013-02-16 John DarringtonPut the pages as pointers
2013-02-16 John DarringtonStarted polymorphism of ODS
2013-02-16 John DarringtonStarted polymorphism of Gnumeric
2013-02-16 John DarringtonMade a start at canonicalising the interface
2013-02-16 John DarringtonUse convert cell range instead of doing it ourselves
2013-02-16 John DarringtonEnable specification of the cell range
2013-02-16 John DarringtonReplace _Import with I_mport in GtkBuilder file.
2013-02-16 John DarringtonAdded a bit more to the gui
2013-02-16 John DarringtonFix syntax generation
2013-02-16 John DarringtonTry to load the correct sheet
2013-02-16 John Darringtondata import gui: update user interface
2013-02-16 John DarringtonChange label from "import text" to "import".
2013-02-16 John DarringtonSpreadsheet readers: Seperate the mandatory from the...
2013-02-16 John DarringtonBasic working spreadsheet import dialog (sort of)
2013-02-16 John DarringtonAdded file chooser filters for spreadsheet file types
2013-02-16 John DarringtonSeperate test-data-import-dialog into different files
2013-02-12 John DarringtonOutput Viewer Export: Automatically append filename... 20130213030508/pspp
2013-02-05 Ben Pfaffpsppire-window: Avoid doubled separator in Windows... 20130205032134/pspp 20130206032048/pspp 20130207032111/pspp 20130208032126/pspp 20130209032123/pspp 20130210032050/pspp 20130211032108/pspp 20130212032112/pspp 20130213032105/pspp 20130214032106/pspp 20130215032137/pspp 20130216032128/pspp 20130217032054/pspp 20130218032052/pspp 20130219032106/pspp 20130220032108/pspp 20130221032107/pspp 20130222032012/pspp 20130223032034/pspp 20130224032110/pspp 20130225032119/pspp 20130226031903/pspp 20130227031905/pspp 20130228031906/pspp 20130301031844/pspp 20130302032046/pspp
2013-02-04 Ben Pfaffpspp-sheet-view: Make Control+Left, Control+Right go... 20130204032125/pspp
2013-02-03 Ben PfaffMerge 'master' into 'psppsheet'.
2013-01-20 John DarringtonImprove the printing size on Windows. 20130121030513/pspp 20130122030515/pspp 20130123030508/pspp 20130124030506/pspp 20130125030503/pspp
2013-01-20 John DarringtonOutput window: properly handle the dispose/finalisation
2013-01-06 Ben PfaffMerge 'master' into 'psppsheet'. 20130107032118/pspp 20130108102621/pspp 20130109032153/pspp 20130110031120/pspp 20130110084546/pspp 20130111032139/pspp 20130111091005/pspp 20130112032108/pspp 20130113032104/pspp 20130114032646/pspp 20130115032143/pspp 20130116032122/pspp 20130117032107/pspp 20130118032127/pspp 20130119032130/pspp 20130120032138/pspp 20130121032753/pspp 20130122032130/pspp 20130123032123/pspp 20130124032128/pspp 20130125032106/pspp 20130126032059/pspp 20130127032105/pspp 20130128032115/pspp 20130129032053/pspp 20130130032109/pspp 20130131032120/pspp 20130201032127/pspp 20130202032121/pspp 20130203032041/pspp
2012-12-30 Ben PfaffMerge 'master' into 'psppsheet'. 20121231032129/pspp 20130101032123/pspp 20130102032118/pspp 20130103032118/pspp 20130104032103/pspp 20130105032146/pspp 20130106032112/pspp
2012-12-25 John Darringtonselect cases dialog: Fix syntax generation issues when... 20121226030505/pspp
2012-12-25 John DarringtonAggregate dialog: Fix locale dependent syntax generation
2012-12-25 John DarringtonOneway dialog: Fix locale dependent syntax generation...
2012-12-25 John DarringtonT-TEST dialogs: Fixe locale dependent issues
2012-12-25 John DarringtonChi-Square Dialog: Fix locale dependent issues
2012-12-25 John DarringtonCount Dialog and Recode Dialog: Make syntax generation... 20121225030501/pspp
2012-12-25 John DarringtonBinomial Dialog: Make syntax generation locale independent
2012-12-25 John DarringtonFrequencies Dialog: Make the syntax generator locale...
2012-12-24 John DarringtonReplace dtoastr with c_dtoastr where appropriate
next