summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Remove no-longer exported symbols from the symbol listMatthias Clasen2011-02-081-8/+0
* Don't export GtkModifierStyle symbolsMatthias Clasen2011-02-083-58/+72
* Don't export gtk_cell_area_box_init_groupsMatthias Clasen2011-02-084-38/+38
* Add some missing symbols to the docsMatthias Clasen2011-02-0811-39/+80
* Extend the mixed-dependency check to modules as wellMatthias Clasen2011-02-083-15/+43
* introspection: Remove redundant includeJohan Dahlin2011-02-081-1/+1
* Rename time to time_ to avoid a scanner warningJohan Dahlin2011-02-081-5/+5
* API: image: Move private struct definitions into private headerBenjamin Otte2011-02-086-46/+86
* doc: Add a note about prioritization of GtkStyleProvidersCarlos Garnacho2011-02-081-0/+8
* Update the context direction when emitting ::direction-changedMatthias Clasen2011-02-071-9/+7
* Set the correct initial value for the direction propertyMatthias Clasen2011-02-071-1/+1
* Fix color style properties lookup when the color resolution failsCarlos Garnacho2011-02-071-8/+11
* Fix problems with state propagationMatthias Clasen2011-02-071-6/+8
* Optimize queue_resize_on_widget()Tristan Van Berkom2011-02-083-86/+109
* Use faster new G_VALUE_COLLECT_INIT variant instead G_VALUE_COLLECTJavier Jardón2011-02-075-11/+11
* Always chain up in ::style-updatedMatthias Clasen2011-02-0720-10/+40
* No more gtk_plug_*/gtk_socket_* symbols on win32Hans Breuer2011-02-061-0/+4
* win32: msvc build updateHans Breuer2011-02-061-12/+11
* gtk: gtk_cell_renderer_get_state(): check the widget's effective sensitivityMichael Natterer2011-02-061-1/+1
* gtk: gtk_cell_renderer_get_state(): a row can be both selected and insensitiveMichael Natterer2011-02-061-9/+9
* gtk: make the .trough background-color darker() as it was in GTK+ 2.xMichael Natterer2011-02-061-0/+1
* s/state_changed/state_flags_changed/ in GtkComboBoxCarlos Garnacho2011-02-061-5/+5
* Handle insensitive cell renderer flags in gtk_cell_renderer_get_state()Carlos Garnacho2011-02-061-1/+2
* GtkStyleContext is meant to have a GdkScreenCarlos Garnacho2011-02-063-5/+14
* gtk: bail out in render_background_internal() if the extents are <= 0Michael Natterer2011-02-061-0/+3
* gtk: remove function gtk_entry_queue_draw() and call gtk_widget_queue_draw()Michael Natterer2011-02-061-14/+5
* gtk: get rid of two cases of invalidating the spinbutton when not neededMichael Natterer2011-02-061-9/+11
* Avoid tons of warnings from stylecontext initialization without screenMatthias Clasen2011-02-051-1/+1
* Ensure gtk_render_background()/frame() yield the same shapeCarlos Garnacho2011-02-051-16/+42
* Use cairo_push_group() to mix backgrounds during transitionsCarlos Garnacho2011-02-051-4/+10
* gtk: don't style GtkLabel:selected's color separatelyMichael Natterer2011-02-051-2/+0
* Don't leak a cell area contextMatthias Clasen2011-02-051-2/+0
* Don't assume a screen exists before realize()Matthias Clasen2011-02-044-15/+18
* Fix a memory leak in GtkCSSProviderMatthias Clasen2011-02-041-0/+2
* Strip XF86 prefix from untranslated keysymsMatthias Clasen2011-02-041-2/+17
* Remove latest bits of GtkItemFactoryJavier Jardón2011-02-042-5/+4
* Fixed gtk_recent_chooser_menu_set_current_filter to update the local pointer.Tristan Van Berkom2011-02-051-5/+4
* Protect against tree_view being NULLMatthias Clasen2011-02-031-4/+5
* [GI] Add method annotation for gtk_grab_add and gtk_grab_remove.Laszlo Pandy2011-02-031-2/+2
* [GI] Add method annotations to remaining gtk_drag_* functions.Laszlo Pandy2011-02-031-48/+38
* Fixing GtkColorButton to redraw itself when gtk_color_button_set_rgba() is ca...Tristan Van Berkom2011-02-031-0/+2
* Added default implementations of various GtkCellArea vfuncs.Tristan Van Berkom2011-02-031-106/+152
* Added default implementation of GtkCellRendererClass.get_request_mode()Tristan Van Berkom2011-02-031-8/+10
* Don't g_object_unref cairo surfacesMatthias Clasen2011-02-021-10/+12
* [GI] Annotate gtk_drag_{dest,source}* as methodsMartin Pitt2011-02-021-30/+28
* [GI] Mark mis-detected constructors as suchMartin Pitt2011-02-021-2/+2
* Fix the build with --enable-gtk2-dependencyMatthias Clasen2011-02-021-0/+2
* Fixed GtkCellLayout buildable implementation to set cell properties explicitl...Tristan Van Berkom2011-02-021-27/+25
* Fixed GtkContainer buildable implementation to set packing properties explici...Tristan Van Berkom2011-02-021-20/+18
* Fix another GtkFixed regression, in gtk_fixed_forall()Matthias Clasen2011-02-021-1/+3