Whitespace changes only
[pspp] / src / ui / gui / page-file.c
2015-09-16 John DarringtonText file importer: Initialise the total_is_exact variable.
2015-06-21 John DarringtonReplace GtkStock, GtkVBox and GtkHBox with their non...
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-18 John DarringtonImplement import dialog to import spreadsheet files.
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 DarringtonMerge remote branch 'origin/master' into import-gui
2013-05-07 Ben PfaffMerge 'psppsheet' into 'master'. 20130507010505/pspp
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-18 John DarringtonChanged "Text files" to "Text Files" 20130419010508/pspp 20130420010514/pspp
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-27 Ben Pfaffgui: Fix GCC warning in page-file source file.
2013-03-23 John DarringtonMerge remote branch 'origin/master' into import-gui
2013-03-22 John DarringtonReorganised the text-data import assistant into separat... 20130324030505/pspp 20130325030503/pspp 20130326030506/pspp
2013-03-22 John DarringtonMerge branch 'master' into import-gui
2013-03-20 John DarringtonReorganised the text-data import assistant into separat...
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-02-19 John DarringtonChange the label to be vendor neutral
2013-02-18 John DarringtonMerge two option structs
2013-02-16 John DarringtonShow errors on reading badly formed gnumeric files
2013-02-16 John DarringtonReturn NULL if not a gnumeric file
2013-02-16 John DarringtonFixed many warnings
2013-02-16 John DarringtonAdded a proper function to convert spreadsheet column...
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 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 DarringtonMade a start at canonicalising the interface
2013-02-16 John DarringtonUse convert cell range instead of doing it ourselves
2013-02-16 John DarringtonTry to load the correct sheet
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