summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* If major.minor of required and available glib versions are the same, addBehdad Esfahbod2006-01-294-4/+0
* Only set the cursor size if it is != 0.Matthias Clasen2006-01-251-3/+4
* Use an unused high bit in the XID to mark fonts in the global xid hashMatthias Clasen2006-01-204-2/+15
* Implement these functions. (#327228, Thomas Broyer).Anders Carlsson2006-01-181-4/+49
* Implement these functions. (#327226, Thomas Broyer)Anders Carlsson2006-01-181-2/+46
* Support non-MacRoman keyboard layouts. (#322585, Wolfgang Thaller)Anders Carlsson2006-01-181-11/+84
* Make the process a foreground application. (#322481, Wolfgang Thaller)Anders Carlsson2006-01-181-0/+8
* Fix ChangeLog entryAnders Carlsson2006-01-161-3/+3
* Implement keyboard grabs.Anders Carlsson2006-01-165-46/+120
* Make this work on more platforms.Matthias Clasen2006-01-141-1/+1
* connect to the display's "closed" signal and free the cached scratchMichael Natterer2006-01-121-0/+23
* Clean up properly if the grab fails. (finish_drag): Don't leak a referenceMatthias Clasen2006-01-111-2/+2
* Fix string offsets.Matthias Clasen2006-01-111-4/+5
* Allow falling back to another icon theme before hicolor. (#325546, RodneyMatthias Clasen2006-01-111-0/+1
* disconnect from the right object ("closed" is emitted by the display, notMichael Natterer2006-01-101-3/+3
* Implement local-only atoms.Anders Carlsson2006-01-101-11/+135
* Correct a warning. (#326341, BenoƮt Carpentier)Matthias Clasen2006-01-101-1/+1
* Add cvsignoreJohan Dahlin2006-01-091-0/+2
* Fix this for the single-rectangle case. (#326127, Benjamin Berg)Matthias Clasen2006-01-081-14/+9
* also recurse into win32 for ::clean create gtkbuiltincache.h (most code toHans Breuer2006-01-051-0/+3
* Have these return TRUEAnders Carlsson2006-01-024-21/+78
* Make identical to the X11 implementation. (#322264, John Ehresman)Tor Lillqvist2006-01-021-20/+0
* Revert stuff that was accidentally committed.Tor Lillqvist2006-01-021-41/+0
* Get the invalidated region from ScrollWindowEx() instead of an incorrectTor Lillqvist2006-01-023-24/+61
* Add gdk_cairo_set_source_pixmap. (#318805, Alexander Larsson)Matthias Clasen2005-12-303-0/+32
* Call gdk_display_manager_set_default_display() to change the defaultMatthias Clasen2005-12-301-1/+2
* Fix a typo. (gdk_screen_get_setting): Avoid relocations for the settingsMatthias Clasen2005-12-271-40/+76
* Fix a typo.Matthias Clasen2005-12-271-1/+1
* Avoid relocations for the list of standard atoms.Matthias Clasen2005-12-271-77/+86
* Precache atoms before calling gdk_window_new().Matthias Clasen2005-12-271-2/+2
* Inline docs, use g_assert(), avoid extra allocation for rectangularMatthias Clasen2005-12-244-169/+253
* Inline docs.Matthias Clasen2005-12-241-0/+20
* Use the slice allocator for regions. Still todo: avoid extra allocationsMatthias Clasen2005-12-211-4/+4
* Another doc updateMatthias Clasen2005-12-201-1/+1
* Documentation updatesMatthias Clasen2005-12-201-1/+1
* Fix an oversightMatthias Clasen2005-12-111-1/+1
* Don't ignore errors from g_option_context_parse().Matthias Clasen2005-12-061-1/+6
* fix missing hash table initialization.Tim Janik2005-12-061-1/+4
* map the new GtkSettings properties "timeout-initial", "timeout-repeat",Michael Natterer2005-12-051-0/+4
* Use g_slice instead of mem chunks.Matthias Clasen2005-12-052-26/+4
* Implement the conditional use of FlashWindowEx() properly for MSVCTor Lillqvist2005-11-281-37/+38
* Once again rework Win32 window decoration code. Doesn't break #104514. TheTor Lillqvist2005-11-271-52/+87
* Revert to the correct semantics. (#322516)Tor Lillqvist2005-11-271-7/+4
* Add quartz backend.Anders Carlsson2005-11-2234-2/+7207
* new internal function which destroys the display's event source. AlsoMichael Natterer2005-11-163-5/+16
* destroy display->xid_ht as late as possible (right before XCloseDisplay)Michael Natterer2005-11-151-3/+3
* Documentation improvements. (#321338)Matthias Clasen2005-11-141-1/+1
* Remove an erroneous semicolon.Matthias Clasen2005-11-101-1/+1
* Don't corrupt odd keymaps (#316638, Kean Johnston)Matthias Clasen2005-11-101-5/+21
* Applied patch from maemo-gtk that addresses many issues wrt displayMichael Natterer2005-11-1010-79/+165