summaryrefslogtreecommitdiff
path: root/gdk/win32
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make this a total no-op when the new or old parent is destroyed. (#134230,Owen Taylor2004-03-131-20/+20
* Set also the pointer button bits. (#136636, Dave Neary)Tor Lillqvist2004-03-102-2/+39
* some more settings from system, also reflect some name changes done aHans Breuer2004-03-072-6/+92
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-0624-5/+24
* Add missing entries, thanks to J. Ali Harlow.Tor Lillqvist2004-03-056-16/+149
* set current_dest_drag to NULL when destroying, fixes bug #120007. AlsoHans Breuer2004-02-283-11/+18
* Return GDK_FILTER_CONTINUE for unhandled message types.Owen Taylor2004-02-261-1/+1
* Set the cursor in all cases. If no grab cursor specified, use the grabbingTor Lillqvist2004-02-021-0/+5
* Don' generate enter or leave events if the pointer is grabbed withTor Lillqvist2004-01-281-0/+9
* Fix #105497; constify uses of GdkColor.Federico Mena Quintero2004-01-263-15/+15
* If the WM_TRANSIENT_FOR property is being deleted, set the owner of theTor Lillqvist2004-01-254-5/+18