pspp
2013-07-30 Ben Pfaffgtkxpaned: Remove write-only variables.
2013-06-24 John DarringtonMerge remote-tracking branch 'origin/master' into gtk3
2013-06-24 John Darringtonvariable.c: New function var_set_width_and_formats
2013-06-23 John Darringtonvariable.c: (var_set_width) traits other than width...
2013-06-23 John DarringtonSplit VAR_TRAIT_FORMAT into PRINT and WRITE variants
2013-06-22 John DarringtonFix and simplify the code for converting variables...
2013-06-22 John DarringtonFix constness of datasheet_resize_column arguments
2013-06-22 John Darringtondictionary.c: Remove the var_resized and var_display_wi...
2013-06-22 John DarringtonChanged the signature of the VARIABLE_CHANGED signal...
2013-06-22 John DarringtonAdded the WHAT and OLDVAR parameters to the var_changed...
2013-06-22 John Darringtondictionary.c: Added a oldvar parameter to the var_chang...
2013-06-22 John Darringtondictionary.c: Added a WHAT argument to dict_var_changed...
2013-06-22 John Darringtonvariable.c: Add _quiet versions of the var_set_ methods...
2013-06-17 John DarringtonMinor additions and updates to the meta documentation 20130618010502/pspp 20130619010509/pspp 20130620010506/pspp 20130621010504/pspp 20130622010505/pspp 20130623010503/pspp 20130624010502/pspp
2013-06-16 John DarringtonRemove generation of GSignal marshallers which are... 20130617010502/pspp
2013-06-15 John Darringtonpsppire_var_type_dialog: Remove global functions which...
2013-06-13 Ben PfaffINPUT PROGRAM: Use a separate dataset for the input... 20130613010503/pspp 20130614010504/pspp 20130615010505/pspp 20130616010503/pspp
2013-06-13 Ben Pfaffcommand.def: Disallow DATASET commands inside INPUT...
2013-06-07 John DarringtonCorrect typo in documentation of SAVE TRANSLATE 20130607010503/pspp 20130608010506/pspp 20130609010502/pspp 20130610010502/pspp 20130611010504/pspp 20130612010503/pspp
2013-05-31 John DarringtonFix broken expose callback in pspp-sheet-view
2013-05-31 John DarringtonSimplify the draw callback
2013-05-31 John DarringtonSyntax editor: Remove obsolete property "has-resize...
2013-05-29 John DarringtonPsppOutputWindow: Change "expose" callback to "draw...
2013-05-29 John DarringtonCorrect problems with psppire-cell-renderer-button
2013-05-29 John DarringtonPsppSheetView: Convert expose callback to draw callback.
2013-05-29 John DarringtonRemove set_scroll_adjustment_signal
2013-05-29 John Darringtonpspp_sheet_view_class_init: Change size_request method...
2013-05-29 John Darringtonpspp_sheet_view_bin_expose : remove GdkEventExpose...
2013-05-29 John DarringtonUpdate remaining gtk_paint_focus calls to Gtk3 signature
2013-05-29 John DarringtonAvoid call to gdk_display_get_core_pointer which is...
2013-05-29 John DarringtonUpdate several calls to gtk_paint_flat_box to new signature
2013-05-29 John DarringtonRemove unused expose_area parameters from pspp_sheet_vi...
2013-05-29 John DarringtonPass the corrent arguments to pspp_sheet_view_column_ce...
2013-05-29 John DarringtonDisable GDK3 deprecation warnings.
2013-05-29 John DarringtonChange GTK_OBJECT -> G_OBJECT
2013-05-29 John DarringtonPsppSheetView (draw_empty_focus): Port to Gtk3
2013-05-29 John DarringtonPsppSheetView: Remove reference to colormap which is...
2013-05-29 John DarringtonPsppSheetViewColumn (*_cell_draw_focus): Replace GdkWin...
2013-05-29 John DarringtonPsppSheetViewColumn (*_cell_render): Replace GdkWindow...
2013-05-29 John DarringtonPsppSheetViewColumn: Remove colormap reference which...
2013-05-29 John DarringtonGtkXPaned: Convert size_request to get_preferred_height...
2013-05-29 John DarringtonGtkXPaned: Convert expose-event signal to draw signal
2013-05-29 John DarringtonPsppWidgetFacade and PsppCellRender: Update to Gtk3...
2013-05-29 John DarringtonPsppire*ButtonBox: replace size_request with get_prefer...
2013-05-29 John DarringtonPsppireDataEditor: Cope with another change to the...
2013-05-29 John DarringtonUpdate required GTK version from 2.x to 3.x
2013-05-28 John DarringtonPsppireOutputWindow: Draw the entire page instead of...
2013-05-28 John DarringtonPsppSheetView: Update the whole widget on expose not...
2013-05-28 John DarringtonRemove expose optimisation which is moot in Gtk3
2013-05-28 John DarringtonUse cairo_t instead of GdkEvent->Window
2013-05-28 John DarringtonTemporarily disable unused rubber banding feature
2013-05-28 John DarringtonTemporarily remove optimisation in expose callback.
2013-05-28 John DarringtonPsppSheetView: Remove calls to gdk_window_set_back_pixmap
2013-05-28 John DarringtonPsppSheetView: Avoid using GdkRegion
2013-05-28 John DarringtonIncluded gdkkeysyms-compat.h where necessary
2013-05-28 John DarringtonPsppSheetView: Temporarily avoid drag begin
2013-05-28 John DarringtonPsppSheetViewColumn: Avoid name conflict with Gtk3...
2013-05-28 John DarringtonGtkXPaned: Remove xor_gc member.
2013-05-28 John DarringtonPsppSheetView: Disable function pspp_sheet_view_create_...
2013-05-28 John DarringtonMissing Value Dialog: Remove GTK_DIALOG_NO_SEPARATOR...
2013-05-28 John DarringtonReplace some instances of GdkDrawable with GdkWindow
2013-05-28 John DarringtonPsppireButtonBox: Remove dependence on flags deprecated...
2013-05-28 John DarringtonGtkXPaned: Replace GSEALed member access with the corre...
2013-05-28 John DarringtonGtkXPaned: Avoid direct inclusion of gtk library header
2013-05-28 John Darringtongtk.h wrapper: Remove workarounds which are no longer...
2013-05-28 John DarringtonDisable the remaining Gtk+2 features.
2013-05-28 John DarringtonPsppSheetViewColumn reparented to GObject
2013-05-28 John DarringtonMore sealage
2013-05-28 John DarringtonSealage old_width
2013-05-28 John DarringtonRename allocation -> col_allocation
2013-05-28 John DarringtonMore sealage
2013-05-28 John DarringtonGet window
2013-05-28 John DarringtonUse gtk_adjustment methods instead of direct access
2013-05-28 John DarringtonYet more sealage
2013-05-28 John DarringtonTemporarily disable the splash screen
2013-05-28 John DarringtonYet more Gseal stuff
2013-05-28 John DarringtonGtkSelectionData: only access using functions
2013-05-28 John DarringtonAvoid yet more sealed access
2013-05-28 John DarringtonPsppireDataWindow : Avoid direct access to sealed widge...
2013-05-28 John DarringtonIndependent Samples dialog: Avoid direct access to...
2013-05-28 John DarringtonMissing value dialog: Avoid access to sealed Gtk members
2013-05-28 John DarringtonAvoid direct access to sealed Gtk Widget members.
2013-05-28 John DarringtonText import dialog : Avoid deprecated Gtk functions
2013-05-28 John DarringtonReplace GSEAL in widget headers by a different symbol
2013-05-28 John DarringtonDisable code which is not used and is Gtk3 unfriendly
2013-05-28 John DarringtonRemove grid_line_gc
2013-05-28 John DarringtonAvoid use of gdk_draw_line
2013-05-28 John DarringtonAvoid use of deprecated GTK_SET_FLAGS
2013-05-28 John DarringtonAvoid use of deprecated gdk_drawable_get_size
2013-05-28 John DarringtonAvoid use of deprecated gdk_drawable_get_screen
2013-05-28 John DarringtonAvoid use of deprecated gdk_drawable_get_display
2013-05-28 John DarringtonAvoid gdk_drawable_get_size which is now deprecated
2013-05-28 John DarringtonAvoid problems with G_CONST_RETURN
2013-05-28 John DarringtonAvoid use of deprecated GtkComboBoxEntry
2013-05-28 John DarringtonRecent GTK version to 2.24
2013-05-28 John DarringtonText Import Dialog: Fix initialisation of pages which... 20130529010502/pspp 20130530010503/pspp 20130531010501/pspp 20130601010502/pspp 20130602010502/pspp 20130603010502/pspp 20130604010502/pspp 20130605010506/pspp 20130606010503/pspp
2013-05-28 Ben Pfaffmanual: REGRESSION and DESCRIPTIVES make temp transform... 20130528010507/pspp
2013-05-28 Ben PfaffINPUT PROGRAM: Avoid infinite loop for trivially empty...
2013-05-26 Ben PfaffAvoid letting data fields overflow in output and GUI. 20130527010502/pspp
2013-05-26 John DarringtonWhitespace changes only 20130526010502/pspp
next