summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Change GtkCalendarDetailFunc to return newly allocated string. (#339540)Mathias Hasselmann2008-01-172-10/+15
* Store the event mask and extension event mode directly in the gobject dataChristian Persch2008-01-161-83/+17
* Emit the notify::model signal. (#509819, David Zeuthen)Matthias Clasen2008-01-161-1/+4
* add cast to fix const warning.Michael Natterer2008-01-141-9/+14
* fix signedness warning.Michael Natterer2008-01-141-2/+2
* remove unused variable.Michael Natterer2008-01-141-1/+0
* cast "uris" to guchar* when passing it to gtk_selection_data_set().Michael Natterer2008-01-141-1/+1
* Explain name choice for gtk_tool_item_toolbar_reconfigured.Mathias Hasselmann2008-01-141-0/+7
* Make _gtk_tool_item_toolbar_reconfigured public to allow GtkToolShellMathias Hasselmann2008-01-134-13/+13
* Include <gtk/gtktoolshell.h> from gtk.h.Mathias Hasselmann2008-01-121-0/+1
* Print angle brackets arround e-mail addresses in the about dialogMathias Hasselmann2008-01-121-10/+12
* removed old testutils special casing so test widgets are always queues for13:28:02 Tim Janik2008-01-112-11/+1
* Fix possible recursion by resetting the idle source id. (#507605, WilliamEmmanuele Bassi2008-01-101-10/+14
* fully initialize GdkWindowAttr to avoid valgrind warnings. (#507751, patchKristian Rietveld2008-01-101-11/+12
* Fix a leak of the path (#504611, patch from Sadrul Habib Chowdhury).Kristian Rietveld2008-01-101-1/+2
* Fix #477175, reported by Juri Pakaste.Kristian Rietveld2008-01-103-12/+58
* remove unused variable.Michael Natterer2008-01-097-16/+14
* Be more robust when removing the current page. (#499951, Andreas Sandberg)Matthias Clasen2008-01-081-0/+3
* Declare value in the example code for GtkSpinButton::output, as pointedJohan Dahlin2008-01-071-0/+1
* Make the labels left-aligned, and remove an obsolete event box. BugChristian Persch2008-01-061-15/+12
* Allow domains to be overridden in <interface>'s if a translation-domain isJohan Dahlin2008-01-061-2/+2
* Avoid adding unnecessary trailing newlines to g_warning calls.Johan Dahlin2008-01-061-4/+4
* Remove an unused variableJohan Dahlin2008-01-061-1/+0
* Document the ::output signal and add an example. (#507566, example by OwenMatthias Clasen2008-01-061-0/+27
* Use G_OBJECT_WARN_INVALID_PROPERTY_ID consistently. Fixes #5075Johan Dahlin2008-01-0613-1/+17
* Make sure that --root works for toplevel widgets. (#491847, Phil Lello)Johan Dahlin2008-01-061-5/+0
* Avoid some compiler warnings (#507000).Mathias Hasselmann2008-01-053-9/+11
* Use the correct comparison function (kudos to Christian Persch and ClaudioEmmanuele Bassi2008-01-032-3/+3
* Also reorder menu when reordering tabs by drag & drop (Bug #506474)Johannes Schmid2007-12-311-1/+4
* Using GSlice for GtkTreePathPhilip Van Hoof2007-12-311-3/+3
* Plug a mem leak. Bug #506107.Christian Persch2007-12-311-3/+4
* Adjust to icon cache api change. (#506135, Kazuki Iwamoto)Matthias Clasen2007-12-291-1/+3
* Remove max_detail_height field from GtkCalendarPrivate. (#339540)Mathias Hasselmann2007-12-281-7/+6
* Make finalizer more robustMatthias Clasen2007-12-281-14/+19
* Draw bottom shadow of GtkCalender headings. (#506113)Mathias Hasselmann2007-12-281-1/+1
* Document some initial valuesMatthias Clasen2007-12-281-0/+21
* More default property value fixesMatthias Clasen2007-12-282-5/+5
* Plug a mem leak. Bug #506096.Christian Persch2007-12-281-1/+1
* More default property value fixesMatthias Clasen2007-12-282-1/+3
* More default property value fixesMatthias Clasen2007-12-283-7/+7
* More default property value correctionsMatthias Clasen2007-12-284-5/+5
* Fix a finalizer issueMatthias Clasen2007-12-281-1/+3
* Fix default property valuesMatthias Clasen2007-12-281-2/+2
* Fix default valuesMatthias Clasen2007-12-281-5/+8
* Fix the default value of the curve-type propertyMatthias Clasen2007-12-281-1/+1
* Fix the default value of enable-arrows-alwaysMatthias Clasen2007-12-281-1/+1
* Chain up. This makes it possible to have accelerators tags on GtkDialogJohan Dahlin2007-12-281-1/+9
* Add GTK_CALENDAR_SHOW_DETAILS display flag, which chooses if details are show...Mathias Hasselmann2007-12-282-15/+64
* Try more decent appearance of calendar details separator. (#339540)Mathias Hasselmann2007-12-281-2/+13
* Implement GtkTooltip API for calendar details. (#339540)Mathias Hasselmann2007-12-281-2/+64