summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2.11.4GTK_2_11_4Matthias Clasen2007-06-19193-3546/+3664
* UpdatesMatthias Clasen2007-06-192-0/+28
* use g_slice_dup().Sven Neumann2007-06-192-1/+6
* mark the GtkTooltips struct as private. Keep the tooltips in a hash tableSven Neumann2007-06-194-53/+80
* Rename buildable methods to not clash with widget methods. (#448928,Johan Dahlin2007-06-1923-177/+182
* Fix ChangeLogEmmanuele Bassi2007-06-191-0/+3
* Use g_timeout_add_seconds_full() for the timed poll of the storage file,Emmanuele Bassi2007-06-193-9/+70
* Use a static variable to hold the singleton and remove the code that bindsEmmanuele Bassi2007-06-197-102/+95
* Fix some issues with refcounting of the adjustment. (#448544, CarlosMatthias Clasen2007-06-192-2/+7
* Bug 448484 – GtkAccelGroup forgets to remove closure invalidate notifiers w...Gustavo J. A. M. Carneiro2007-06-182-0/+10
* Make GtkMenuShell abstractMatthias Clasen2007-06-185-4/+22
* Fix a doc typoMatthias Clasen2007-06-182-3/+7
* Forward Mac OS menu shortcut events to the right menu.Richard Hult2007-06-172-0/+56
* Add note about --print-settingsChristian Persch2007-06-171-0/+6
* More refactoring of the event handling: Extract synthesizing of crossingRichard Hult2007-06-172-118/+156
* Remove pointless logging for unhandled events. Activate the application onRichard Hult2007-06-172-8/+26
* Remove extra braces.Xan Lopez2007-06-171-5/+1
* Update changelogXan Lopez2007-06-173-6/+24
* Pass the print settings to the preview programme. Bug #403717, patch byChristian Persch2007-06-172-1/+6
* Bah, fix the bug number.Xan Lopez2007-06-171-1/+1
* replace GDK_WINDOW calls by cast to GdkWindow. Patch by Tilman SauerbeckXan Lopez2007-06-172-3/+8
* Change input method behavior to act on key presses instead of keyDaniel Elstner2007-06-172-48/+28
* List font sizes 6 and 7pt too. (#440450, Sebastien Bacher, Alex "weej"Behdad Esfahbod2007-06-172-1/+6
* fixed couple of drawing problems with block cursor (#448321).Yevgen Muntyan2007-06-162-5/+10
* Add GtkTooltip. (#448341)Jan Arne Petersen2007-06-162-0/+6
* Ignore events and break any grabs while the window is being dragged.Richard Hult2007-06-162-0/+15
* Defer setting the parent until the window is shown, otherwise it getsRichard Hult2007-06-162-1/+13
* Swap argument order to dgettext (#448299, Jan Arne Petersen)Johan Dahlin2007-06-162-1/+6
* Updated Spanish translationJorge Gonzalez Gonzalez2007-06-162-1707/+1641
* Move the checks for no window or a non-GDK window from here...Richard Hult2007-06-162-22/+39
* Break out into a separate function.Richard Hult2007-06-162-18/+31
* Implement, to be used to detect if the window is currently being movedRichard Hult2007-06-163-4/+46
* Don't set parent/child relationship for tooltip windows since that movesRichard Hult2007-06-162-2/+18
* Don't use "typename" C++ keyword as parameter name. Bug #448193.Christian Persch2007-06-163-11/+18
* Bump versionMatthias Clasen2007-06-162-1/+3
* 2.11.3GTK_2_11_3Matthias Clasen2007-06-16205-63613/+65749
* Base class should be GObject, not GtkObject.Johan Dahlin2007-06-152-1/+5
* Fix cross-referencesMatthias Clasen2007-06-152-9/+94
* Documentation fixesMatthias Clasen2007-06-153-14/+33
* Fix up docsMatthias Clasen2007-06-152-8/+9
* Correcting the ChangeLog entry for r18142.Mathias Hasselmann2007-06-151-0/+2
* Don't install gtkbuilderprivate.hMatthias Clasen2007-06-154-3/+24
* Add forgotten docsMatthias Clasen2007-06-151-0/+12
* Use gsize instead of unsigned and gulong instead of long, fixes complationJohan Dahlin2007-06-152-2/+9
* add move_selected signal to allow overriding the default internalMatthias Clasen2007-06-153-5/+39
* Forgot to free the unescaped tooltip text.Mathias Hasselmann2007-06-152-2/+7
* Improving handling of tooltip-text property. Also check result of tooltipMathias Hasselmann2007-06-153-16/+32
* Introduce convenience property "GtkWidget:tooltip-text" taking care ofMathias Hasselmann2007-06-158-29/+223
* Add GtkBuilder, fixes #172535Johan Dahlin2007-06-1546-30/+7132
* updated explicit usage of RegisterClassExW to match the WNDCLASSEXW. TrueHans Breuer2007-06-156-55/+63