summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* Use an unused high bit in the XID to mark fonts in the global xid hashMatthias Clasen2006-01-204-2/+10
* Make this work on more platforms.Matthias Clasen2006-01-141-1/+1
* Clean up properly if the grab fails. (finish_drag): Don't leak a referenceMatthias Clasen2006-01-111-2/+2
* Allow falling back to another icon theme before hicolor. (#325546, RodneyMatthias Clasen2006-01-111-0/+1
* Make identical to the X11 implementation. (#322264, John Ehresman)Tor Lillqvist2006-01-021-20/+0
* Get the invalidated region from ScrollWindowEx() instead of an incorrectTor Lillqvist2006-01-023-24/+20
* Don't ignore errors from g_option_context_parse().Matthias Clasen2005-12-061-1/+7
* Look up FlashWindowEx() at run-time from user32.dll. If not found, fallTor Lillqvist2005-11-281-9/+39
* Once again rework window decoration code. Should fix #322516 and not breakTor Lillqvist2005-11-272-51/+91
* Revert to the correct semantics. (#322516)Tor Lillqvist2005-11-271-7/+4
* 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
* Remove this two-line function which was used only in one place.Tor Lillqvist2005-11-092-50/+70
* Remove unnecessary includes. (gdk_window_set_geometry_hints): Remove codeTor Lillqvist2005-11-091-84/+1
* Unref tile and stipple when finalizing a gc. (#320789, Nickolay V.Matthias Clasen2005-11-081-0/+4
* Ignore icons if they would make the request large enough to cause Xlib toMatthias Clasen2005-11-081-3/+19
* Fix also the other place where maskstride is calculated.Tor Lillqvist2005-11-071-5/+1
* Correct the calculation of maskstride. (#320152, Peter Zelezny)Tor Lillqvist2005-11-071-5/+1
* Rename the variables for the color bitmap to have "color" in their name,Tor Lillqvist2005-11-061-13/+32
* Check G_WIN32_IS_NT_BASED() first, so we can pretend being on Win9x byTor Lillqvist2005-11-061-8/+14
* As there is only one GdkDisplay in the Win32 backend, check thatTor Lillqvist2005-11-061-7/+7
* Make icon masks work on Win98 (#320152, Peter Zelezny)Tor Lillqvist2005-11-061-19/+47
* Cosmetics.Tor Lillqvist2005-11-021-4/+6
* gdk/win32/gdkcolor-win32.c gdk/win32/gdkscreen-win32.c WhitespaceTor Lillqvist2005-11-023-90/+72
* gdk/win32/gdkprivate-win32.h gdk/win32/gdkglobals-win32.c Add moreTor Lillqvist2005-11-015-129/+187
* use $(GLIB_MKENUMS) instead of glib-mkenums. (#318582, Damien Carbery)Matthias Clasen2005-10-261-2/+2
* Remove an extra const which doesn't seem to affect the placement of theMatthias Clasen2005-10-261-1/+1
* Make the initialization of screen_x11->xft_rgba more explicit. (#319627,Matthias Clasen2005-10-251-1/+1
* Remove the clipboard viewer code. It didn't really do anything useful, andTor Lillqvist2005-10-141-121/+2
* Don't treat Alt-Enter specially. It does not have any special meaning andTor Lillqvist2005-10-131-3/+2
* Set visual depth to 24 for 32 bits-per-pixel devices on Win32. This allowsTor Lillqvist2005-10-133-5/+4
* In case BitBlt() fails with ERROR_INVALID_HANDLE, the most probable causeTor Lillqvist2005-09-301-2/+4
* Set the shaped flag here, too. (#316871)Tor Lillqvist2005-09-261-1/+6
* Fix #316871, reported by Dan Winship:Matthias Clasen2005-09-263-2/+11
* Don't need to call g_free() on a value known to be NULL.Tor Lillqvist2005-09-201-1/+0
* Free return value from gdk_atom_name().Tor Lillqvist2005-09-201-16/+29
* Do return the correct owner for CLIPBOARD (i.e., the owner of the WindowsTor Lillqvist2005-09-201-8/+11
* Typo.Tor Lillqvist2005-09-081-1/+1
* Cache the display name. There is only one GdkDisplay on Win32, andTor Lillqvist2005-09-082-9/+21
* Keep track of cursor position also in root window coordinates. Prune outTor Lillqvist2005-09-021-11/+14
* Free state.children in all cases. (#313862, Kjartan Maraas)Matthias Clasen2005-08-291-1/+8
* Don't warn when G_MAXLONG is passed as length.Matthias Clasen2005-08-271-5/+2
* Handle theme == NULL.Owen Taylor2005-08-251-3/+5
* Use gdk_screen_init as instance_init, not base_init! (Fix from FredericOwen Taylor2005-08-251-5/+5
* Fix for #314004, reported by Michael Reinsch:Owen Taylor2005-08-244-2/+152
* After checking XLib sources, XGetWindowProperty does set data to NULL.Matthias Clasen2005-08-191-1/+0
* Free data returned from XGetWindowProperty.Matthias Clasen2005-08-192-5/+20
* Free children in all cases. (#313862, Kjartan Maraas)Matthias Clasen2005-08-191-1/+5
* Fix have_base_pc / have_base_x_pc typo.Owen Taylor2005-08-151-2/+0