summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* 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
* gdk/gdkinternals.h Add new GDK_DEBUG_DRAW flag to the GdkDebugFlag enum.Tor Lillqvist2005-11-093-23/+25
* Remove unnecessary includes.Tor Lillqvist2005-11-092-55/+71
* gdk/win32/gdkwindow-win32.h (struct _GdkWindowImplWin32) Store the typeTor Lillqvist2005-11-092-0/+17
* Remove code that has been permanently ifdeffed out for two years.Tor Lillqvist2005-11-081-79/+0
* 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
* gdk/gdk.symbols gdk/gdkwindow.h added gdk_window_get_type_hint() (patchMichael Natterer2005-11-083-2/+68
* Fix also the other place where maskstride was calculated.Tor Lillqvist2005-11-071-5/+1
* Correct the calculation of maskstride. (#320152, Peter Zelezny)Tor Lillqvist2005-11-071-5/+1
* (pixbuf_to_hbitmaps_alpha_winxp): Use an 1-bit mask bitmap, likeTor Lillqvist2005-11-061-36/+81
* As there is only one GdkDisplay in the Win32 backend, check thatTor Lillqvist2005-11-031-7/+7
* Rename the variables for the color bitmap to have "color" in their name,Tor Lillqvist2005-11-031-18/+26
* gdk/win32/gdkcolor-win32.c gdk/win32/gdkscreen-win32.c WhitespaceTor Lillqvist2005-11-023-95/+79
* gdk/win32/gdkprivate-win32.h gdk/win32/gdkglobals-win32.c Add moreTor Lillqvist2005-11-015-129/+186
* use $(GLIB_MKENUMS) instead of glib-mkenums. (#318582, Damien Carbery)Matthias Clasen2005-10-261-2/+2
* Fix #317844Matthias Clasen2005-10-261-1/+1
* Make the initialization of screen_x11->xft_rgba more explicit. (#319627,Matthias Clasen2005-10-251-1/+1
* Add settings to hide the input method and Unicode control characterMatthias Clasen2005-10-241-0/+2
* 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
* Free return value from gdk_atom_name().Tor Lillqvist2005-09-201-16/+28
* Do return the correct owner for CLIPBOARD (i.e., the owner of the WindowsTor Lillqvist2005-09-201-8/+11
* *** empty log message ***Matthias Clasen2005-09-204-28/+34
* export _gdk_win32_pixbuf_to_hicon() asHans Breuer2005-09-183-0/+8
* fix typo for GTK_VER; define HAVE_CONFIG_H cause gtkprogressbar.c hasHans Breuer2005-09-183-4/+43
* Various cleanups. (#315359, Kjartan Maraas)Matthias Clasen2005-09-137-39/+17
* Broken pipeMatthias Clasen2005-09-117-34/+66
* New function to avoid pointless strdups when creating atoms from staticMatthias Clasen2005-09-113-4/+4
* Make it possible to determine if a key event is for a modifier key:Matthias Clasen2005-09-094-2/+41
* Typo.Tor Lillqvist2005-09-081-1/+1
* Cache the display name. There is only one GdkDisplay on Win32, andTor Lillqvist2005-09-082-9/+21
* Make the modmap reflexive. (_gdk_keymap_add_virtual_modifiers): Don't addMatthias Clasen2005-09-071-2/+10
* Don't use GDK_ALT_MASK.Matthias Clasen2005-09-061-1/+0
* Add support for extra virtual modifiers: (#85780, Owen Taylor)Matthias Clasen2005-09-064-9/+103
* Keep track of cursor position also in root window coordinates. Prune outTor Lillqvist2005-09-021-11/+14
* Intern some more strings.Matthias Clasen2005-09-015-8/+12