Merge remote branch 'origin/master' into import-gui
[pspp] / src / ui / gui / page-file.c
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