summaryrefslogtreecommitdiff
path: root/gdk/win32/gdkevents-win32.c
Commit message (Expand)AuthorAgeFilesLines
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* Generate gtk/makefile.mingw.Tor Lillqvist2000-07-251-9/+6
* Include the build directory.Tor Lillqvist2000-07-251-117/+133
* More work on the Win32 backend. More files compile now.Tor Lillqvist2000-07-231-502/+480
* Patch from George Liebl to add a GdkGrabStatus enumeration to use as aOwen Taylor2000-07-061-10/+10
* Handle also WM_SYSCHAR, and other changes to get handling of Alt+nnn orTor Lillqvist2000-07-041-71/+101
* Remove all references to offscreen flag which was no longer used.Havoc Pennington2000-06-021-1617/+2
* Plug same refcount leaks as in the X11 backend.gdk-object-branchpointTor Lillqvist2000-05-161-5/+9
* Typo.Tor Lillqvist2000-05-121-1/+1
* Define more message types missing from mingw headers.Tor Lillqvist2000-05-121-1/+249
* Fix typo. I had deleted a ! operator by mistake, which causedTor Lillqvist2000-05-071-1/+1
* Large changes to the Win32 backend, partially made necessary by theTor Lillqvist2000-05-011-40/+93
* Remove the #ifndef USE_DISPATCHMESSAGE sections, we do want to useTor Lillqvist2000-03-161-49/+1
* Internal GDK error reporting changes: (gdk_win32_gdi_failed) New functionTor Lillqvist2000-03-081-9/+13
* Store just pixel value of background colour.Tor Lillqvist2000-03-031-53/+141
* Add an extra parameter so that we don't have to do unnecessary settings toTor Lillqvist2000-02-131-9/+9
* Ignore WM_MOVE for iconified or invisible windows. This fixes variousTor Lillqvist2000-01-091-1/+3
* Clean up some more leftovers from before Owen's reorganization: Don't haveTor Lillqvist2000-01-021-10/+9
* gdk/win32/gdkprivate-win32.h gdk/win32/gdkevents-win32.cTor Lillqvist1999-12-301-1/+1
* set event->any.window before calling filter functions.Tor Lillqvist1999-11-231-0/+2
* Remove, as this is a file generated by configure (or copied fromTor Lillqvist1999-11-211-316/+0
* Further hacking. Now actually compiles. Haven't tried yet whetherTor Lillqvist1999-11-201-50/+5
* Intermediate commit. I go to bed now.Tor Lillqvist1999-11-171-652/+121
* re-adding for manual rename of repository files.Tor Lillqvist1999-11-111-0/+5193
* Just renamed the Win32 backend files to *-win32.Tor Lillqvist1999-11-101-5193/+0
* Move all X specific code into the x11/ directory. Aside from shufflingOwen Taylor1999-11-081-0/+40
* New font private structures, related to fontsets.Tor Lillqvist1999-11-081-35/+100
* Don't define HAVE_DIMM_H if MSC, as you have to get the Platform SDK toTor Lillqvist1999-11-041-148/+108
* Add new keysyms from X11R6.4 (including EuroSign).Tor Lillqvist1999-10-311-626/+2710
* Don't use TextOutW for GDK_FONT_FONT fonts (which is all we have for now,Tor Lillqvist1999-10-131-1/+2
* Corresponding changes as in X11 backend.Tor Lillqvist1999-10-051-123/+112
* Change GDK_WINDOWING_WIN32 usage to #ifdef also here.Tor Lillqvist1999-10-021-20/+38
* Win32: Philippe Colantoni <colanton@aris.ss.uci.edu> suggests a way to getTor Lillqvist1999-08-261-3/+24
* Fix from Simon Kelley: Set expose_count in GdkEventExposes correctly.Tor Lillqvist1999-08-231-12/+14
* Fix a couple of bugs in the key event handling: Now AltGr chars workTor Lillqvist1999-08-121-2/+20
* README.win32 Add HAVE_WINTAB. Undefine it if bulding without the WintabTor Lillqvist1999-07-251-0/+7
* Implement it. Obscure bit manipulation needed.Tor Lillqvist1999-07-141-2/+9
* Less logging verbiage.Tor Lillqvist1999-07-121-11/+20
* Don't draw anything if width or height is zero. Don't print a warning ifTor Lillqvist1999-07-101-2/+5
* Handle Control-digits specially.Tor Lillqvist1999-07-031-0/+19
* Mention using GNU gettext. Enable NLS stuff. Use GNU gettext. Minor headerTor Lillqvist1999-06-141-51/+39
* Support added for building using a GNU toolchain on Win32,Tor Lillqvist1999-04-251-1/+1
* Fixes to the win32 backend to actually be able to compile within aTor Lillqvist1999-03-171-3/+2
* Win32 version of GDK source files and resource files (cursors and icons).Tor Lillqvist1999-03-051-0/+2963