Avoid deprecation warnings by use of gtk2 -> gtk3 wrapper macros.
[pspp] / src /
2013-08-03 John DarringtonAvoid deprecation warnings by use of gtk2 -> gtk3 wrapp... 20130809030944/pspp 20130810030958/pspp 20130810101723/pspp 20130811032632/pspp 20130812032635/pspp 20130813032657/pspp 20130814032715/pspp 20130815032704/pspp 20130816032645/pspp 20130818032632/pspp 20130819032752/pspp 20130820032648/pspp 20130821032655/pspp 20130822032702/pspp 20130823032725/pspp 20130824032630/pspp 20130825032644/pspp 20130826033554/pspp 20130827032632/pspp 20130828032643/pspp 20130829032706/pspp 20130830032728/pspp 20130831032738/pspp 20130901032651/pspp 20130902032642/pspp 20130903032700/pspp 20130904032645/pspp 20130905032709/pspp 20130906032641/pspp 20130907032703/pspp 20130908032656/pspp 20130909032702/pspp 20130910032754/pspp 20130911032743/pspp 20130912032709/pspp 20130913032713/pspp 20130914032658/pspp 20130915032724/pspp 20130916032640/pspp 20130917032628/pspp 20130918032723/pspp 20130919032658/pspp 20130920032645/pspp 20130921032738/pspp 20130922032737/pspp 20130923032650/pspp 20130924032641/pspp 20130925032748/pspp 20130926032648/pspp 20130927032714/pspp 20130928032641/pspp 20130929032644/pspp 20130930032620/pspp 20131001031525/pspp 20131002031517/pspp 20131003031526/pspp 20131004031529/pspp 20131005031525/pspp 20131006032608/pspp 20131007032553/pspp 20131008032553/pspp 20131009031714/pspp 20131010032607/pspp 20131011032608/pspp 20131012032648/pspp 20131013032629/pspp 20131014032620/pspp 20131015032618/pspp 20131016032540/pspp 20131017032559/pspp 20131018032555/pspp 20131019032933/pspp 20131020032532/pspp 20131021032541/pspp 20131022032702/pspp 20131023033058/pspp 20131024032617/pspp 20131025032556/pspp
2013-08-03 John DarringtonRemoved deprecated function calls from spreadsheet...
2013-08-02 Ben Pfaffpspp-sheet-view: Adapt to GTK+3 scrolling infrastructure.
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-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-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 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-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 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 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 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 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
2013-05-26 John DarringtonFix memory leak in error path of RECODE
2013-05-26 John DarringtonFix memory leak in error path of LOGISTIC REGRESSION
2013-05-26 John DarringtonFix memory leak in LOGISTIC command
2013-05-26 John DarringtonFixed memory leak in examine command
2013-05-26 John DarringtonFix leak check in oneway command
2013-05-25 John DarringtonRemove "slash" property from psppire_button_editable...
2013-05-25 John DarringtonRegression: Use alternative formula for adjusted R...
2013-05-25 John DarringtonCorrected the Degrees of Freedom in the Regression...
next