summaryrefslogtreecommitdiff
path: root/gtk/gtkwidget.c
Commit message (Expand)AuthorAgeFilesLines
* Better i18n support in GtkBuilderMatthias Clasen2009-04-061-51/+96
* Bug 574283 – unused assignment and dead code inClaudio Saavedra2009-03-191-10/+6
* Bug 573069 – Gdk-CRITICAL warnings with Gtk 2.14 when draggingMatthias Clasen2009-02-281-17/+13
* Use a different approach to snapshotting that is in line with what is doneMatthias Clasen2009-01-231-8/+54
* Add docsMatthias Clasen2009-01-021-0/+4
* Doc additionsMatthias Clasen2008-12-291-0/+13
* Un-doc-commentize non-exported functionsMatthias Clasen2008-12-291-4/+4
* Documentation fixesMatthias Clasen2008-12-281-5/+4
* Fix a typoMatthias Clasen2008-12-131-4/+3
* removed redundant conditional.Sven Neumann2008-10-301-4/+1
* Bug 558397 – gtk_widget_error_bell undefined without a screenChristian Dywan2008-10-291-1/+6
* Added a note about GtkWidget:has-tooltip in the docs forTristan Van Berkom2008-10-241-2/+2
* Bug 555676 – gtk_widget_real_grab_focus assumes toplevel == windowChristian Dywan2008-10-111-1/+1
* Bug 555676 – gtk_widget_real_grab_focus assumes toplevel == windowChristian Dywan2008-10-091-1/+1
* Bug 487624 - Tooltips doesn't get updated if ther's no mouse motion overKristian Rietveld2008-09-291-0/+2
* Bug 551722 – gtk_widget_set_scroll_adjustments() should check the signalMatthias Clasen2008-09-171-8/+21
* don't access widget->window if the widget is not realized.Michael Natterer2008-09-161-12/+19
* when extending the draw rectangle by the "draw-border" style property,Michael Natterer2008-09-041-3/+3
* removed this function because there is massive disagreement about how toMichael Natterer2008-09-021-19/+0
* move the gtk_widget_get_parent() and gtk_widget_get_parent_window()Michael Natterer2008-08-291-20/+20
* get rid of the deprecated aliases NONE and BOOL.Michael Natterer2008-08-131-1/+1
* change names of default implementations of our own signals to consistentlyMichael Natterer2008-08-121-10/+10
* use canonical signal names.Sven Neumann2008-08-081-65/+65
* build gdkwindowimplHans Breuer2008-08-011-2/+6
* Bug 56070 – Can't click button after setting it sensitive.Cody Russell2008-08-011-0/+288
* remove _gtk_binding_signal_new().Michael Natterer2008-07-211-17/+17
* tooltip-text and tooltip-markup properties: Interpret an empty string as aMurray Cumming2008-07-101-0/+17
* Clarify the docs. Pointed out by Wolfgang OertlMatthias Clasen2008-07-061-3/+4
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* Some unrelated cleanups found while reviewing the offscreen window patch:Michael Natterer2008-06-301-2/+3
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Initialize the allocation to avoid compiler warningsJohan Dahlin2008-06-201-1/+2
* Remove unused variable and check if the widget is a GtkWidget subclass,Johan Dahlin2008-06-201-2/+1
* Add missing Since: gtk-doc markup for newly added GSEAL API. Change allJohan Dahlin2008-06-201-3/+3
* Change docs and signature of gtk_widget_get_allocationTim Janik2008-06-201-15/+11
* Fix gtk_widget_get_allocationTim Janik2008-06-201-7/+11
* Seal GtkWidgetTim Janik2008-06-201-1/+57
* Add deprecated versions and fixup markup.Johan Dahlin2008-06-181-6/+6
* gtk/gtkfontsel.c gtk/gtkrc.c gtk/gtkstyle.c use g_object_unref() insteadMichael Natterer2008-06-161-2/+2
* Bug 535608 – do not string-copy accel paths in the menu codeChristian Persch2008-06-071-0/+4
* Fix Since tagsMatthias Clasen2008-05-301-1/+1
* guard gtk_widget_get_snapshot() against invalid or invisible widgets.10:33:41 Tim Janik2008-05-271-0/+4
* Some doc formatting fixes.Matthias Clasen2008-05-261-5/+10
* updated fix c99ism (variable at start of block export functions for windowHans Breuer2008-05-231-1/+2
* added GdkRectangle *clip_rect to gtk_widget_get_snapshot().21:10:15 Tim Janik2008-05-211-15/+86
* grow snapshot area from widget's allocation to cover extra widget windows21:04:28 Tim Janik2008-05-211-19/+67
* Bug 318807 – Offscreen windows and window redirection.10:49:20 Tim Janik2008-05-211-0/+73
* Clarified a g_warning message regarding parsing accelerators from builderTristan Van Berkom2008-04-061-1/+1
* Use g_value_set_static_string() where appropriate. (#515042, ChristianMatthias Clasen2008-02-121-1/+1