]> Pileus Git - ~andy/gtk/history - gtk
gtkwindow: properly set the window icon list (#631331)
[~andy/gtk] / gtk /
2010-11-08 Cosimo Cecchigtkwindow: properly set the window icon list (#631331)
2010-11-05 Tristan Van BerkomMade progress on focus handling.
2010-11-05 Tristan Van BerkomCommitting half-way done focus work.
2010-11-05 Murray CummingGtkWidget/GtkContainer: Slight fixes to geometry-manage...
2010-11-05 Murray CummingGtkWidget: Document the size-request signal deprecation.
2010-11-05 Matthias ClasenHandle empty button boxes gracefully
2010-11-05 Christian DywanOnly show Desktop in file chooser button if there is one
2010-11-05 Ryan Lortiegtktoolitemgroup: don't use GTimeSpec
2010-11-05 Javier JardónRevert "Move the /*< private >*/ at the correct position"
2010-11-05 Javier Jardóndocs: Improve cross-referencing on GtkGrid docs
2010-11-05 Javier Jardóndocs: Fix gtk-doc markup in GtkWidget docs
2010-11-05 Murray CummingFix tiny documetnation typo.
2010-11-02 Tristan Van BerkomExtended gtk_cell_area_apply_attributes() to account...
2010-11-02 Murray CummingGtkScrollable: Improve the documentation text.
2010-11-02 Tristan Van BerkomAccount for the possibility of invisible cells in GtkCe...
2010-11-02 Tristan Van BerkomAdding tentative implementation of GtkCellAreaBox-...
2010-11-02 Murray CummingRemoved a trailing enum comma.
2010-11-02 Ignacio Casal Quin... Normalize boolean.
2010-11-02 Ignacio Casal Quin... Do not use gbooleans to save some bits.
2010-11-02 Paolo BorelliGet rid of unused shaped_object list in _GtkTextLineDisplay
2010-11-02 Matthias ClasenGtkToolitemGroup: Use monotonic clock for animation...
2010-11-02 Ignacio Casal Quin... Add caseless unit tests for textiter.
2010-11-02 Ignacio Casal Quin... 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 Quin... 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 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 Matthias ClasenGtkAssistant: Mention custom pages in the introduction
2010-11-02 Michael Natterergtk: remove "gboolean homogeneous" from gtk_box_new()
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 BerkomAdded cell focus apis to GtkCellArea.
2010-11-01 Tristan Van BerkomAdded GtkCellRendererState flags to GtkCellArea->event...
2010-10-31 Tristan Van BerkomChanged GtkCellArea margin-left/right... for cell-margi...
2010-10-31 Tristan Van BerkomAdded margins to the cell area
2010-10-31 Tristan Van BerkomImplemented cell packing properties on GtkCellAreaBox
2010-10-31 Tristan Van BerkomAdded GTK_CELL_AREA_WARN_INVALID_CHILD_PROPERTY_ID...
2010-10-31 Tristan Van BerkomImplemented "cell properties" on the GtkCellArea
2010-10-31 Tristan Van BerkomFinished up allocation of cells.
2010-10-31 Tristan Van BerkomCleaned up GtkCellAreaIter implementation to use arrays...
2010-10-30 Tristan Van BerkomAdding GtkCellAreaIter arg to GtkCellArea->render/...
2010-10-30 Tristan Van BerkomFixed hangs in TextView and ToolPalette
2010-10-30 Tristan Van BerkomFixing typo in scrolled window
2010-10-30 Tristan Van BerkomAdded the majority of the allocate machinery to GtkCell...
2010-10-30 Tristan Van BerkomFixed 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 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_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 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 Tristan Van BerkomMade GtkCellAreaBox:align-cells a packing property...
2010-10-30 Ignacio Casal Quin... Remove useless vars.
2010-10-30 Tristan Van BerkomFire a warning if there are any handlers connected...
2010-10-30 Tristan Van BerkomAdded a runtime warning if any class is implementing...
2010-10-30 Tristan Van BerkomMake GtkPathBar use set_size_request() instead of the...
2010-10-30 Tristan Van BerkomRemoved size_request from GtkToolItemGroup
2010-10-30 Tristan Van BerkomUse gtk_widget_set_size_request() instead of handling...
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 BerkomRevert "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 BerkomRemoved size_request from GtkTearoffMenuItem
2010-10-30 Tristan Van BerkomFixed remaining call to ->size_request in GtkTextView.
2010-10-30 Matthias ClasenRemove size_request from GtkSeparatorToolItem
2010-10-30 Tristan Van BerkomRemoved size_request from GtkTextView
2010-10-30 Matthias ClasenRemove size_request from gtkToolItem
2010-10-30 Tristan Van BerkomRemoving 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 BerkomRemoving 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 Tristan Van BerkomRemoved size_request from GtkOffscreenWindow
2010-10-30 Tristan Van BerkomRemoved size_request from GtkNotebook
2010-10-30 Tristan Van BerkomRemoved size_request from GtkMenuBar
next