Whitespace changes only
[pspp] / src / ui / gui / page-sheet-spec.c
2013-10-26 Ben PfaffMerge master into gtk3. 20131026032545/pspp 20131027032559/pspp 20131028032549/pspp 20131030030824/pspp 20131031032414/pspp 20131101032516/pspp 20131102032602/pspp 20131103032703/pspp 20131104032617/pspp 20131105032650/pspp 20131106032624/pspp 20131107032703/pspp 20131108032720/pspp 20131110032717/pspp 20131111032724/pspp 20131112032726/pspp 20131113032746/pspp 20131114032755/pspp 20131115032755/pspp 20131116032752/pspp
2013-10-02 John DarringtonRemove some #includes which were not necessary 20131003030503/pspp 20131004030505/pspp 20131005030503/pspp
2013-09-25 John DarringtonUse the msg function to report errors wherever possible.
2013-05-20 John DarringtonFix constness problem in spreadsheet reader dialog
2013-05-18 John DarringtonImplement import dialog to import spreadsheet files.
2013-05-15 John DarringtonSpreadsheet Import Dialog: Implement reset button
2013-05-15 John DarringtonMerge remote branch 'origin/master' into import-gui
2013-05-14 John DarringtonMerge remote branch 'origin/master' into import-gui
2013-05-14 John DarringtonMerge remote branch 'origin/master' into import-gui
2013-05-11 John DarringtonMerge branch 'master' into import-gui
2013-05-11 John DarringtonMerge remote branch 'origin/master' into import-gui
2013-05-09 John DarringtonMerge branch 'master' into import-gui
2013-05-09 John DarringtonRemove include directives for non-existant files
2013-05-09 John DarringtonMerge remote branch 'origin/master' into import-gui
2013-04-29 John DarringtonMerge remote branch 'origin/master' into import-gui
2013-04-28 John DarringtonMerge remote branch 'origin/master' into import-gui
2013-04-05 John DarringtonMerge remote branch 'origin/master' into import-gui
2013-04-01 John DarringtonMerge remote branch 'origin/master' into import-gui
2013-03-31 John DarringtonMerge remote branch 'origin/master' into import-gui
2013-03-31 John DarringtonMerge remote branch 'origin/master' into import-gui
2013-03-30 John DarringtonMerge remote branch 'origin/master' into import-gui
2013-03-30 John DarringtonMerge remote branch 'origin/master' into import-gui
2013-03-29 John DarringtonMerge remote branch 'origin/master' into import-gui
2013-03-27 John DarringtonMerge remote branch 'origin/master' into import-gui
2013-03-23 John DarringtonMerge remote branch 'origin/master' into import-gui
2013-03-22 John DarringtonMerge branch 'master' into import-gui
2013-03-20 John DarringtonMerge remote branch 'origin/master' into import-gui
2013-03-14 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 DarringtonMerge remote branch 'origin/master' into import-gui
2013-03-09 John DarringtonMerge remote branch 'origin/master' into import-gui
2013-03-08 John DarringtonMerge remote branch 'origin/master' into import-gui
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 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-02-18 John DarringtonMerge two option structs
2013-02-18 John DarringtonMake opts const
2013-02-16 John DarringtonActually use the combobox setting
2013-02-16 John DarringtonFixed many warnings
2013-02-16 John DarringtonEnable the syntax generation
2013-02-16 John DarringtonMake the data visible
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 Darringtonsort of got the assistant working with the combo model
2013-02-16 John DarringtonOnly one spreadsheet
2013-02-16 John Darringtonformats page: 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 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 DarringtonAdded a bit more to the gui
2013-02-16 John DarringtonTry to load the correct sheet
2013-02-16 John DarringtonBasic working spreadsheet import dialog (sort of)