summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Move type-func to <object> instead of <child>, add a test to make sureJohan Dahlin2007-06-301-32/+36
* Make boolean string parsing consistent, #452464Johan Dahlin2007-06-303-30/+66
* documentation updatesMatthias Clasen2007-06-302-137/+120
* Improve reference counting, #447967Johan Dahlin2007-06-291-8/+22
* Escape markup entities in the name and URI before displaying them.Emmanuele Bassi2007-06-291-5/+10
* Do not cache the icon pixbufs but rely on the GtkIconTheme not to hit theEmmanuele Bassi2007-06-291-80/+31
* Prettify the output by running it through xmllint --format if xmllint isJohan Dahlin2007-06-281-3/+31
* Make the volume button use range 0.0 to 1.0 by default, and fix tooltipsChristian Persch2007-06-281-12/+18
* do right thing in one-character lines and at paragraph end (#448313).Yevgen Muntyan2007-06-281-27/+26
* Use the attribute name in the error message instead of the value.Johan Dahlin2007-06-281-5/+5
* Print out the name of the right object in the warning (#451314, PhilipJohan Dahlin2007-06-271-1/+1
* (GtkBuilderConverter._convert): Johan Dahlin2007-06-271-11/+13
* Remove glade-interface doctype if found.Johan Dahlin2007-06-271-0/+6
* Add GtkBuilder and GError arguments to gtk_builder_value_from_string andJohan Dahlin2007-06-274-35/+98
* Do not add border_width to the first button initial coordinate, since it'sXan Lopez2007-06-272-4/+2
* Merged from maemo-gtk:Michael Natterer2007-06-271-22/+38
* applied patch to improve variable names, by Olivier Delhomme, #451527.Tim Janik2007-06-272-13/+13
* fixed push_in description.Tim Janik2007-06-271-3/+2
* Plug leaks in error code pathsJohan Dahlin2007-06-271-4/+10
* Set an error if we encounter properties without values set (#451303,Johan Dahlin2007-06-272-1/+26
* Fix a bunch of small bugs when parsing property valuesJohan Dahlin2007-06-261-21/+40
* Fix a typo in the previous commit.Emmanuele Bassi2007-06-261-6/+8
* Show the time of last change in the file chooser, for files modified todayEmmanuele Bassi2007-06-261-13/+37
* Encode the output in utf-8 as suggested by Bogdan NiculaJohan Dahlin2007-06-261-1/+2
* remove the deprecation macros for now to fix the build and give us aKristian Rietveld2007-06-261-4/+0
* deprecate GtkTooltips.Kristian Rietveld2007-06-263-2/+8
* Add a script to convert libglade files to something gtkbuilder can parse.Johan Dahlin2007-06-262-1/+362
* building a GtkRecentInfo can never fail.Emmanuele Bassi2007-06-251-41/+7
* fix little mistake in my last commit ...Kristian Rietveld2007-06-241-0/+1
* Add a search engine which queries the Spotlight database on MacOS X (onlyKristian Rietveld2007-06-244-1/+347
* Remove the MIME type calls and queries from the search engineEmmanuele Bassi2007-06-223-127/+26
* applied patch from Xan Lopez to eliminate gap in painted frame forTim Janik2007-06-221-11/+19
* Remove debug spewMatthias Clasen2007-06-211-2/+0
* Remove faulty and irrelevant enter-leave compression code. (#449167, patchMatthias Clasen2007-06-211-33/+0
* 2.11.4GTK_2_11_4Matthias Clasen2007-06-191-0/+4
* use g_slice_dup().Sven Neumann2007-06-191-1/+2
* mark the GtkTooltips struct as private. Keep the tooltips in a hash tableSven Neumann2007-06-192-53/+68
* Rename buildable methods to not clash with widget methods. (#448928,Johan Dahlin2007-06-1920-173/+173
* Use g_timeout_add_seconds_full() for the timed poll of the storage file,Emmanuele Bassi2007-06-191-8/+57
* Use a static variable to hold the singleton and remove the code that bindsEmmanuele Bassi2007-06-195-102/+64
* Fix some issues with refcounting of the adjustment. (#448544, CarlosMatthias Clasen2007-06-191-2/+2
* Bug 448484 – GtkAccelGroup forgets to remove closure invalidate notifiers w...Gustavo J. A. M. Carneiro2007-06-181-0/+3
* Make GtkMenuShell abstractMatthias Clasen2007-06-181-1/+1
* Fix a doc typoMatthias Clasen2007-06-181-3/+3
* Remove extra braces.Xan Lopez2007-06-171-5/+1
* Update changelogXan Lopez2007-06-172-6/+14
* Pass the print settings to the preview programme. Bug #403717, patch byChristian Persch2007-06-171-1/+1
* List font sizes 6 and 7pt too. (#440450, Sebastien Bacher, Alex "weej"Behdad Esfahbod2007-06-171-1/+1
* fixed couple of drawing problems with block cursor (#448321).Yevgen Muntyan2007-06-161-5/+5
* Swap argument order to dgettext (#448299, Jan Arne Petersen)Johan Dahlin2007-06-161-1/+1