summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* Call UpdateWindow() after scrolling or moving/resizing the window. ThisTor Lillqvist2002-11-071-4/+12
* Don't try to use render if we can't get a picture for the drawable. (FixesOwen Taylor2002-11-071-1/+2
* Lots of changes to the Win32 backend:Tor Lillqvist2002-11-0311-1012/+950
* Don't call GetWindowLong for GWL_EXSTYLE, the extended window style wasn'tTor Lillqvist2002-10-281-19/+31
* Fix infinite loop from last change.Owen Taylor2002-10-071-2/+3
* fix buildjacob berkman2002-10-071-1/+1
* If Mode_switch is used for a known modifier like Mod1, assume it won't beOwen Taylor2002-10-071-1/+16
* Patch from Shivram U <shivaram.upadhyayula@wipro.com>Owen Taylor2002-10-041-3/+3
* Make drawing to the root window work. (#89492) Changes to support depth 8Matthias Clasen2002-09-272-3/+11
* Add the gxid_* files to EXTRA_DIST (#90511, Zenith Lau)Owen Taylor2002-09-241-1/+4
* Silence a gcc warning, use %p to print a HKL.Tor Lillqvist2002-09-211-1/+1
* Umm, no. Retract the code addition by Florent Duguet to WM_PAINTTor Lillqvist2002-09-211-8/+0
* WM_SYSKEYDOWN, WM_SYSKEYUP: Need to handle F10 specially here in order toTor Lillqvist2002-09-211-4/+11
* Copy from X11 backend. The old version mishandled consecutive newlines.Tor Lillqvist2002-09-211-4/+4
* Delete leftover declarations of the obsolete Win32-only functionsTor Lillqvist2002-09-154-374/+8
* Use correct function name in warning messages.Tor Lillqvist2002-09-151-2/+2
* fixed my latest change.Sven Neumann2002-09-141-1/+1
* use the most significant bits of the GdkColor components (#89703).Sven Neumann2002-09-131-21/+21
* Take focus mode into account when tracking FocusIn/Out events, so we don'tOwen Taylor2002-09-101-4/+16
* Only set gc->colormap if it isn't already set. (Alex Larsson, #90632)Owen Taylor2002-09-061-3/+9
* Use HWND_NOTOPMOST instead of HWND_TOPMOST. Suggested by Florent Duguet.Tor Lillqvist2002-09-041-1/+1
* Fix braino, actually do check each char, not just the first one, whenTor Lillqvist2002-09-041-1/+1
* On Cygwin, open /dev/windows instead of using the magic G_WIN32_MSG_HANDLETor Lillqvist2002-08-311-0/+11
* Use MAX_PATH (from windef.h) insted of _MAX_PATH (from stdlib.h in mingwTor Lillqvist2002-08-261-3/+3
* Let the system handle Alt-Space, too. Thanks to Tim Evans (#91477).Tor Lillqvist2002-08-241-0/+8
* Add AM_CONDITIONAL calls also in the non-x11 branch. Otherwise we getTor Lillqvist2002-08-229-160/+310
* When overriding LDFLAGS, include @LDFLAGS@, otherwise LDFLAGS the usersOwen Taylor2002-08-052-5/+1
* trivial changes to some debug code so it compiles with VERBOSE beingSven Neumann2002-08-011-2/+2
* Use gdk_rgb_convert_4, not gdk_rgb_convert_8 for depth 4, bpp 8,Matthias Clasen2002-07-251-0/+1
* Fixed the LSB -> MSB case. Fixes #79463.Federico Mena Quintero2002-07-161-7/+8
* Ignore state change events for windows that aren't our toplevels. (#84482,Owen Taylor2002-06-141-1/+2
* Add missing GDK_THREADS_ENTER()/GDK_THREADS_LEAVE(). (Report ofOwen Taylor2002-06-141-0/+2
* hu Jun 13 18:48:14 2002 Owen Taylor <otaylor@redhat.com>Owen Taylor2002-06-131-14/+56
* Ignore all client events that were sent to a window that we don't knowOwen Taylor2002-06-131-3/+35
* Set hardware_keycode for KeyRelease events. (#84305)Matthias Clasen2002-06-061-0/+1
* Fix the MSB -> MSB case. Fixes #79190.Federico Mena Quintero2002-06-031-6/+6
* revert accidentally committed changesSoeren Sandmann2002-05-301-17/+2
* add gtk_menu_style_set(). Fixes #79345.Soeren Sandmann2002-05-301-2/+17
* Use the "logical dpi" to calculate (pseudo) physical sizes. Similar to theTor Lillqvist2002-05-293-5/+27
* Fix missing dereference. (HideToshi Tajima)Owen Taylor2002-05-211-1/+1
* Patch from HideToshi Tajima to handle Xlib internal connections. (#76681)Owen Taylor2002-05-201-0/+74
* gdk_event_put() copies the event and setting name, so we don't have toOwen Taylor2002-05-161-1/+1
* Subsitute in @PERL@ instead of hardcoded /usr/bin/perl. (#78355, GarethOwen Taylor2002-05-142-10/+29
* Fix prepending at the start of the list. (#56349, Thomas Leonard.)Owen Taylor2002-05-141-0/+2
* Try adding a #ifndef/#define for XkbKeySymEntry to make up for OSF brokenOwen Taylor2002-05-142-0/+11
* Check for selection_atom, not property name atom.Owen Taylor2002-05-071-1/+1
* Only process manager events with the correct atom.Anders Carlsson2002-05-071-1/+2
* Always select for property notify for maintaining window state.Matthias Clasen2002-05-062-10/+15
* Use tmp also if foreground is set.Alex Larsson2002-04-291-1/+1
* Merged from HEAD:Alexander Larsson2002-04-211-0/+3