]> Pileus Git - ~andy/gtk/shortlog
~andy/gtk
2010-11-02 Murray CummingRemoved a trailing enum comma.
2010-11-02 Ignacio Casal... Normalize boolean.
2010-11-02 Ignacio Casal... Do not use gbooleans to save some bits.
2010-11-02 Matthias ClasenBump version
2010-11-02 Paolo BorelliGet rid of unused shaped_object list in _GtkTextLineDisplay
2010-11-02 Matthias ClasenUpdate NEWS
2010-11-02 Matthias ClasenGtkToolitemGroup: Use monotonic clock for animation...
2010-11-02 Ignacio Casal... Add caseless unit tests for textiter.
2010-11-02 Ignacio Casal... Add case insensitive to GtkTextIter. Fixes bug #61852.
2010-11-02 Paolo BorelliFix backward search bug exposed by the unit test
2010-11-02 Ignacio Casal... Add unit tests for textiter.
2010-11-02 Matthias ClasenAvoid exporting an extra symbol
2010-11-02 Matthias ClasenFix make check
2010-11-02 Paolo BorelliMove the /*< private >*/ at the correct position
2010-11-02 Matthias ClasenNEWS for 2.91.3
2010-11-02 Ivar Smolin[l10n] Updated Estonian translation
2010-11-02 Matthias ClasenFix a typo
2010-11-02 Matthias ClasenMention actions in the libunique migration guide
2010-11-02 Matthias ClasenFix interaction between scrolling menus and automatic...
2010-11-02 Michael Natterergtk: remove all border_width handling from the button box
2010-11-02 Michael Natterergtk: fix automatic width of spin buttons which have...
2010-11-02 Michael Natterertests: missed these two gtk_box_new() which sneaked...
2010-11-02 Matthias ClasenGtkAssistant: Mention custom pages in the introduction
2010-11-02 Michael Natterergtk: remove "gboolean homogeneous" from gtk_box_new()
2010-11-02 Matthias ClasenAdd content size test for scrolled window
2010-11-02 Bastien NoceraGtkAssistant: Add custom page type
2010-11-02 Bastien NoceraGtkAssistant: Add more details about buttons shown
2010-11-02 Matthias ClasenImprove GtkAssistant docs
2010-11-02 Martin NordholtsHandle NULL intp in test_increment_intp()
2010-11-01 Tristan Van... Added cell focus apis to GtkCellArea.
2010-11-01 Tristan Van... Added GtkCellRendererState flags to GtkCellArea->event...
2010-10-31 Tristan Van... Changed GtkCellArea margin-left/right... for cell-margi...
2010-10-31 Tristan Van... Added margins to the cell area
2010-10-31 Tristan Van... Implemented cell packing properties on GtkCellAreaBox
2010-10-31 Tristan Van... Added GTK_CELL_AREA_WARN_INVALID_CHILD_PROPERTY_ID...
2010-10-31 Tristan Van... Implemented "cell properties" on the GtkCellArea
2010-10-31 Tristan Van... Finished up allocation of cells.
2010-10-31 Tristan Van... Cleaned up GtkCellAreaIter implementation to use arrays...
2010-10-30 Tristan Van... Adding GtkCellAreaIter arg to GtkCellArea->render/...
2010-10-30 Tristan Van... Fixed hangs in TextView and ToolPalette
2010-10-30 Tristan Van... Fixing typo in scrolled window
2010-10-30 Tristan Van... Added the majority of the allocate machinery to GtkCell...
2010-10-30 Tristan Van... Fixed GtkCellAreaIter to notify invalidation of sizes...
2010-10-30 Javier JardónEmphasize that GtkBox and GtkTable can be replaced...
2010-10-30 Javier JardónUse gtk_box_new() instead gtk_[v|h]box_new()
2010-10-30 Javier Jardóndocs: remove template of deprecated gtkcombo widget
2010-10-30 Matthias ClasenMigration guide additions
2010-10-30 Christian PerschMake gdk_rgba_to_string() take a const GdkRGBA
2010-10-30 Matthias ClasenFix initial size allocation with child widgets
2010-10-30 Javier JardónUse gtk_scrollbar_new() instead gtk_[v|h]scrollbar_new()
2010-10-30 Javier JardónUse gtk_scale_new() instead gtk_[v|h]scale_new()
2010-10-30 Javier JardónUse gtk_scale_new_with_range() instead gtk_[v|h]scale_n...
2010-10-30 Javier JardónUse gtk_paned_new() instead gtk_[v|h]paned_new()
2010-10-30 Javier JardónUse gtk_ruler_new() instead gtk_[v|h]ruler_new()
2010-10-30 Javier JardónUse gtk_separator_new() instead gtk_[v|h]separator_new()
2010-10-30 Javier JardónUse gtk_button_box_new() instead gtk_[v|h]_button_box_new()
2010-10-30 Michael Natterergtk: remove declarations of removed internal functions
2010-10-30 Matthias ClasenDon't set get_preferred_width_for_height to NULL
2010-10-30 Matthias ClasenGtkComboBox: Add a constructor that takes a model and...
2010-10-30 Javier JardónRe-enable deprecation guards
2010-10-30 Carles FerrandoUpdated Catalan (Valencian) translation
2010-10-30 Carlos GarnachoUse the client pointer for events with no device.
2010-10-30 Owen W. TaylorRemove unused GdkDeviceManager variable
2010-10-30 Matthias Clasenifdef X-specific stuff
2010-10-30 Matthias ClasenGtkButtonBox doesn't do height-for-width
2010-10-30 John (J5) Palmieri[introspection] annotate delete_text invoker to match...
2010-10-30 Vincent UntzPort tests to GtkScrollable API instead of deprecated...
2010-10-30 Tristan Van... Made GtkCellAreaBox:align-cells a packing property...
2010-10-30 Ignacio Casal... Remove useless vars.
2010-10-30 Tristan Van... Fire a warning if there are any handlers connected...
2010-10-30 Tristan Van... Added a runtime warning if any class is implementing...
2010-10-30 Tristan Van... Make GtkPathBar use set_size_request() instead of the...
2010-10-30 Tristan Van... Removed size_request from GtkToolItemGroup
2010-10-30 Tristan Van... Use gtk_widget_set_size_request() instead of handling...
2010-10-30 Matthias ClasenAdd a migration guide section on size_request
2010-10-30 Matthias ClasenFix the build
2010-10-30 Matthias ClasenFix gtk_fixed_get_preferred_width
2010-10-30 Bastien Noceragtk: Fix crasher when loading symbolic icons
2010-10-30 Owen W. TaylorGtkSocket: Add error trap around call to XFixesChangeSa...
2010-10-30 Tristan Van... Revert "Removed size_request from GtkTextView"
2010-10-30 Matthias ClasenRemove size_request from GtkSocket
2010-10-30 Matthias ClasenDon't g_free gslice-allocated structures
2010-10-30 Matthias ClasenRemove size_request from GtkScale
2010-10-30 Tristan Van... Removed size_request from GtkTearoffMenuItem
2010-10-30 Tristan Van... Fixed remaining call to ->size_request in GtkTextView.
2010-10-30 Matthias ClasenRemove size_request from GtkSeparatorToolItem
2010-10-30 Matthias ClasenUse correct icon name in testtoolbar
2010-10-30 Tristan Van... Removed size_request from GtkTextView
2010-10-30 Matthias ClasenRemove size_request from gtkToolItem
2010-10-30 Tristan Van... Removing size_request from GtkToolPalette
2010-10-30 Matthias ClasenRemove size_request from GtkToolbar
2010-10-30 Matthias ClasenRemove size_request from GtkTable
2010-10-30 Tristan Van... Removing size_request from GtkTreeview.
2010-10-30 Matthias ClasenRemove size_request from GtkRuler
2010-10-30 Matthias ClasenRemove size_request from GtkPathBar
2010-10-30 Matthias ClasenRemove size_request from GtkSeparator
2010-10-30 Matthias ClasenRemove size_request from GtkRange
2010-10-30 Matthias ClasenFix a typo
2010-10-30 Matthias ClasenRemove size_request from GtkPaned
2010-10-30 Ivar Smolin[l10n] Updated Estonian translation
next