summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* textview: Make the PangoRenderer use Cairo exclusivelyBenjamin Otte2010-08-101-131/+207
* label: Draw all text using PangoCairoBenjamin Otte2010-08-104-17/+314
* API: Remove GtkTextTag's stipple propertiesBenjamin Otte2010-08-104-191/+0
* style: Replace last gdk_draw_rectangle() with CairoBenjamin Otte2010-08-101-9/+11
* style: replace draw_frame_gap with Cairo callsBenjamin Otte2010-08-101-127/+123
* style: Replace draw_diamond vfunc with Cairo callsBenjamin Otte2010-08-101-87/+81
* API: remove gtk_paint_polygon()Benjamin Otte2010-08-103-199/+0
* iconview: Remove debug drawing codeBenjamin Otte2010-08-101-28/+0
* style: apply cleanup patch from bug 576988Benjamin Otte2010-08-101-923/+785
* colorsel: Use gdk_pixbuf_get_from_drawable()Benjamin Otte2010-08-101-11/+17
* API: remove gdk_screen_get_rgb_colormap/visual()Benjamin Otte2010-08-101-2/+0
* image: remove GdkImage as a possible image typeBenjamin Otte2010-08-103-201/+1
* Add missing cairo_destroy() callKristian Rietveld2010-08-101-0/+2
* filechooser: Remove unused functions.Benjamin Otte2010-08-101-28/+0
* Don't activate insensitive widgetsMatthias Clasen2010-08-101-2/+4
* bgo#625416 - Don't reload the filechooser's folder during a re-map eventFederico Mena Quintero2010-08-103-16/+1
* Allow to unset the tree selection functionMatthias Clasen2010-08-101-21/+12
* Bug 596125 — Property string fixesPhilip Withnall2010-08-1015-30/+30
* Fix a sporadic segfault in treeview keynavMatthias Clasen2010-08-101-0/+7
* Set translation domain for parameter_string in gtk_init_with_argsGabor Kelemen2010-08-101-11/+12
* about: Add :license-type propertyEmmanuele Bassi2010-08-103-2/+197
* Make it possible to make the expander label fill the entire spaceMatthias Clasen2010-08-093-13/+94
* gtkaccellabel: Remove unused class membersJavier Jardón2010-08-102-8/+2
* Clarify the docs for gtk_widget_set_has_window()Matthias Clasen2010-08-091-3/+3
* Clarify memory management of tree modelsChristian Dywan2010-08-093-3/+9
* Add missing accessors for notebook detailsSam Thursfield2010-08-093-4/+47
* Towards GSEAL-clean build on win32Sam Thursfield2010-08-091-15/+22
* Fix GtkIMContextClass inheritanceJavier Jardón2010-08-081-4/+1
* gtkcombobox: Only use the child if It is a GtkCellLayoutJavier Jardón2010-08-081-10/+16
* Elaborate interaction of gtk_widget_grab_default() and GtkEntry widgetsDan Williams2010-08-071-1/+4
* Fixed expressions in gtk_button_size_allocate()Tristan Van Berkom2010-08-071-14/+20
* Completely remove any use of GtkWindow allow-grow and allow-shrink propertiesJavier Jardón2010-08-073-6/+3
* Fixed alignment of wrapping labels allocated a greater width than neededTristan Van Berkom2010-08-061-15/+8
* label: Make angle part of GtkLabelPrivateBenjamin Otte2010-08-071-42/+13
* Fix improperly unwinded loopsTadej Borovšak2010-08-061-5/+22
* Fixed bad typo causing bad vertical requests on frames with no label.Tristan Van Berkom2010-08-061-1/+1
* Implement fair extra space allocationTadej Borovšak2010-08-061-319/+332
* Make GtkFrame allocate its label considering natural size requestsTristan Van Berkom2010-08-061-24/+107
* Implemented GtkSizeRequest on GtkExpander and added testTristan Van Berkom2010-08-051-111/+287
* Migrated old loops to use gtk_distribute_allocation().Tristan Van Berkom2010-08-051-137/+13
* Added gtk_distribute_allocation()Tristan Van Berkom2010-08-052-9/+133
* Stop assuming that priv->label_widget will be a GtkLabel.Tomeu Vizoso2010-08-051-19/+22
* Add _gtk_box_get_children() internal functionCarlos Garcia Campos2010-08-054-5/+34
* Avoid warnings with tooltips on toplevelsMatthias Clasen2010-08-051-0/+2
* Re-add a lost Since: lineMatthias Clasen2010-08-041-2/+4
* Don't allocate space for "" in scale marksMatthias Clasen2010-08-041-1/+1
* Add (transfer none) annotation to gtk_tree_selection_get_selected_rows()Philip Withnall2010-08-051-1/+1
* Add (inout) annotation to gtk_tree_model_iter_next()Philip Withnall2010-08-051-1/+1
* Annotate GtkTextBuffer insert methodsPaolo Borelli2010-08-041-2/+2
* Change GtkCalendar's inner border and separator values from hard-codedCody Russell2010-08-031-54/+135