summaryrefslogtreecommitdiff
path: root/gdk/win32
Commit message (Expand)AuthorAgeFilesLines
* Use wide character API when available. Use UTF-8 for filenames.Tor Lillqvist2004-12-192-71/+97
* Indentation fix. Won't bother with a ChangeLog entry.Tor Lillqvist2004-12-151-11/+11
* remove the disputable memset at the end of gdk_pixmap_new() - on X11 theHans Breuer2004-11-301-2/+0
* updatedHans Breuer2004-11-212-2/+98
* gdk/linux-fb/gdkgc-fb.c gdk/win32/gdkgc-win32.cManish Singh2004-11-192-4/+4
* Fix a copy-and-paste error. (#158459)Matthias Clasen2004-11-161-1/+1
* Fix for #137551, by Robert Ögren:Tor Lillqvist2004-11-111-8/+74
* Event timestamps don't have to be unique. As long as they areTor Lillqvist2004-11-101-1/+1
* gdk/win32/gdkprivate-win32.h gdk/win32/gdkglobals-win32.c RemoveTor Lillqvist2004-10-318-22/+10
* Implement these on win32, currently only for button 1. Fixes the resizeRobert Ögren2004-10-301-2/+66
* updatedHans Breuer2004-10-291-0/+16
* Set _gdk_input_ignore_wintab to FALSE, thus enabling tablet input byTor Lillqvist2004-10-012-5/+6
* Set lcSysOrgX and lcSysOrgY from device instead of hardcoding to 0, aRobert Ögren2004-09-251-1/+2
* 2.5.3GTK_2_5_3Matthias Clasen2004-09-191-1/+1
* Remove bogus code that tried to do what the X11 backend does in itsTor Lillqvist2004-09-151-8/+0
* Add descriptions for the commandline arguments. The actual descriptionsMatthias Clasen2004-09-051-4/+10
* Make gtk argument parsing use goption. Add gtk_get_option_group andAnders Carlsson2004-09-051-11/+9
* List the three theme gtkrc files separately, zip doesn't do anything ifTor Lillqvist2004-09-035-29/+61
* Make "ms-windows" the default theme on Win32.Matthias Clasen2004-09-011-1/+5
* On Win32, do not produce tablet motion or button events while a window isRobert Ögren2004-08-314-6/+17
* Add drop_failed, like in the X11 backend. Nothing sets it, though.Tor Lillqvist2004-08-271-2/+16
* On Win32, make graphical tablets work on multi-monitor systems. (#145467,Robert Ögren2004-08-261-15/+12
* Don't show TEMP windows in the Task Manager. Implement by callingTor Lillqvist2004-08-221-5/+17
* Report whole of (primary) monitor, including any taskbars. Excluding theTor Lillqvist2004-08-221-29/+19
* autogenerate gtk.def, cleanupHans Breuer2004-08-092-26/+0
* take targets into account again to allow dnd of other things than textHans Breuer2004-08-081-1/+112
* Don't hardcode mapping of VK_DECIMAL to GDK_KP_Decimal. Instead, letTor Lillqvist2004-08-071-2/+0
* WM_WINDOWPOSCHANGED): Add _gdk_offset_{x,y} to top-level windowTor Lillqvist2004-08-071-17/+13
* make it compile and more similar to the X11 implementation [backwardHans Breuer2004-08-062-35/+214
* Set x_root and y_root in button and motion events from the tablet.Robert Ögren2004-08-061-0/+14
* Add gdk_draw_rectangle_alpha_libgtk_only which uses XRenderFillRectangleAnders Carlsson2004-07-271-0/+12
* Bug 143330, support update counter spec.Soeren Sandmann2004-07-111-0/+10
* gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_text)Tor Lillqvist2004-07-078-590/+300
* Fix win32 build problem w/o wintab. Fixed #145242J. Ali Harlow2004-07-011-1/+1
* Send key modifiers (shift, ctrl etc) in button and motion events from theRobert Ögren2004-05-271-37/+51
* Don't propagate mouse events to windows that want extended input events.Robert Ögren2004-05-242-46/+96
* Remove duplicated line. (Spotted by Benoît Carpentier.)Tor Lillqvist2004-05-221-1/+0
* Put back the ref_count field in the GdkDragContextPrivateWin32 struct (butTor Lillqvist2004-05-151-5/+10
* Add missing call to g_object_ref in Wintab code. (#138341)Robert Ögren2004-05-122-6/+26
* finally also create the correct mask for 'pseudo mime' iconsHans Breuer2004-05-081-7/+12
* Changes to support do-not-focus-on-map hint in conjunction withElijah Newren2004-05-061-0/+17
* Add multi-monitor offset. (#141842, John Ehresman)Tor Lillqvist2004-05-051-2/+2
* don't modify the passed in GdkSegment(s) in place, we may get them againHans Breuer2004-05-022-17/+40
* Plug memory leak. (#140775, John Ehresman)Tor Lillqvist2004-04-291-1/+3
* workaround for bug #137496, the real fix would involve just another smallHans Breuer2004-04-111-2/+4
* If both Shift and CapsLock pressed, ignore the shift only for lettersTor Lillqvist2004-04-103-7/+14
* Use X11 semantics for angles. Thanks to Tim Newsham.Tor Lillqvist2004-03-311-15/+11
* applied the undisputable and required [due to recent gtkfilesystemHans Breuer2004-03-201-13/+17
* Don't just copy the whole GdkGCWin32 with a single assignment, thatTor Lillqvist2004-03-151-3/+26
* Don't undefine HAVE_MONITOR_INFO when compiling with gcc. Mingw's headersTor Lillqvist2004-03-132-2/+10