summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Take cursor width into account when calculating the area to beMatthias Clasen2006-03-071-1/+5
* Set error when returning FALSE. (#333268, Paolo Maggi, Christian Persch)Matthias Clasen2006-03-061-3/+14
* Check that the pixmap has the right depth. (#333363, Ed Catmur)Matthias Clasen2006-03-061-1/+2
* Remove superfluous extern errno declaration. (#333605, Tommi Komulainen)Matthias Clasen2006-03-062-2/+5
* Apply some arbitrary lower limit for the guessed wrap width. (#332466,Matthias Clasen2006-03-061-40/+40
* Fix handling of image-only buttons. (#332985, Kalle Vahlmann, #333555)Matthias Clasen2006-03-061-22/+33
* Position the focus rectangle correctly in RTL mode. (#333291, BenjaminMatthias Clasen2006-03-041-9/+17
* Avoid emitting superfluous preedit_changed signals. Thanks to Matthias.Tor Lillqvist2006-03-031-7/+12
* Applied modified patch from maemo-gtk which makes separators moreMichael Natterer2006-03-035-46/+209
* Make scroll_to_path work for newly inserted items, by delaying the scrollMatthias Clasen2006-03-021-28/+39
* Use GTK_WIDGET_IS_SENSITIVE, not GTK_WIDGET_SENSITIVE. (#333133, ChristianMatthias Clasen2006-03-021-1/+1
* Disable tooltips if gtk-touchscreen-mode is activated (#315112).Ross Burton2006-03-021-1/+16
* rename to _gtk_tree_selection_row_is_selectable and export internally,Kristian Rietveld2006-03-013-8/+19
* Check that the fontsel has a screen assigned before doing anything. ThisFederico Mena Quintero2006-02-271-0/+43
* Fix symbol lists for make check.Matthias Clasen2006-02-274-0/+18
* slight cleanupMatthias Clasen2006-02-271-5/+6
* Comment out some unused code, and fix the reference point of compositedMatthias Clasen2006-02-271-47/+60
* Make the column header visible, and make it be "_Places". Changed theFederico Mena Quintero2006-02-251-22/+35
* added G_GNUC_WARN_UNUSED_RESULT warnings for iterator functions, to avoidTim Janik2006-02-242-13/+13
* Add a reorder_tab keynav signal and an insert_page vfunc to GtkNotebook.Matthias Clasen2006-02-233-200/+1618
* Fix macro declarationMatthias Clasen2006-02-232-20/+1
* Fix the buildMatthias Clasen2006-02-221-0/+2
* Minor optimizations. (#332059, Arnaud Charlet)Matthias Clasen2006-02-222-10/+4
* Emit notify::active here, when changing the value of this property.Matthias Clasen2006-02-221-2/+6
* Apply a patch by Paolo Borelli to make the tab menu keynavigatable.Matthias Clasen2006-02-221-0/+56
* Change Close buttons to GTK_RESPONSE_CANCEL so Escape works. (#331940,Matthias Clasen2006-02-221-6/+28
* added boolean property gtk-touchscreen-mode, which essentially meansMichael Natterer2006-02-222-146/+546
* Make sure we always update the virtual root, also when ->priv->root isKristian Rietveld2006-02-211-4/+1
* Properly update internal state when child visibility changes. (#331785,Matthias Clasen2006-02-201-1/+33
* Support input shapes: (#331070)Matthias Clasen2006-02-203-15/+76
* Fix a cast.Matthias Clasen2006-02-201-1/+1
* DND keynav support:Matthias Clasen2006-02-171-28/+76
* Only update the virtual root if the child path is an ancestor of theKristian Rietveld2006-02-171-2/+1
* Call ::initial_focus() on the child before calling ::map() on our parentFederico Mena Quintero2006-02-161-2/+2
* Remove redundant check. Pointed out by Bodo-Merle Sandor.Matthias Clasen2006-02-141-3/+0
* Remove some unnecessary checksMatthias Clasen2006-02-141-4/+2
* Give working examples in the docs. (#330944, John Spray)Matthias Clasen2006-02-131-4/+5
* Fix row_spacing/column_spacing confusion. (#330732, Donald Straney)Matthias Clasen2006-02-111-2/+2
* Add some docs. (#330073, Mart Rautsepp)Matthias Clasen2006-02-101-1/+37
* Guard against NULL. (#330177, Raphael Slinckx)Matthias Clasen2006-02-101-1/+1
* Apply a patch by Murray to improve comboboxentry docsMatthias Clasen2006-02-101-1/+3
* 2006-02-10 Murray Cumming <murrayc@murrayc.comMurray Cumming2006-02-101-1/+1
* Work out the font size in floating point, and display the font size withRoss Burton2006-02-091-2/+2
* Don't put relevant callss in g_assert(). (#329876, Kristian Rietveld)Matthias Clasen2006-02-081-6/+6
* free temporary paths after usage (patch from maemo-gtk),Kristian Rietveld2006-02-082-2/+5
* Copy the display_key as well. (#330389, Markku Vire)Matthias Clasen2006-02-081-0/+2
* fix compiler warning.Kristian Rietveld2006-02-061-1/+1
* Added new directfb backendMichael David Emmel2006-02-051-1/+4
* Fix padding handlingMatthias Clasen2006-02-031-3/+1
* Wrap docsMatthias Clasen2006-02-011-43/+51