| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | updated | Hans Breuer | 2004-11-21 | 2 | -2/+98 |
* | gdk/linux-fb/gdkgc-fb.c gdk/win32/gdkgc-win32.c | Manish Singh | 2004-11-19 | 2 | -4/+4 |
* | Fix a copy-and-paste error. (#158459) | Matthias Clasen | 2004-11-16 | 1 | -1/+1 |
* | Fix for #137551, by Robert Ögren: | Tor Lillqvist | 2004-11-11 | 1 | -8/+74 |
* | Event timestamps don't have to be unique. As long as they are | Tor Lillqvist | 2004-11-10 | 1 | -1/+1 |
* | gdk/win32/gdkprivate-win32.h gdk/win32/gdkglobals-win32.c Remove | Tor Lillqvist | 2004-10-31 | 8 | -22/+10 |
* | Implement these on win32, currently only for button 1. Fixes the resize | Robert Ögren | 2004-10-30 | 1 | -2/+66 |
* | updated | Hans Breuer | 2004-10-29 | 1 | -0/+16 |
* | Set _gdk_input_ignore_wintab to FALSE, thus enabling tablet input by | Tor Lillqvist | 2004-10-01 | 2 | -5/+6 |
* | Set lcSysOrgX and lcSysOrgY from device instead of hardcoding to 0, a | Robert Ögren | 2004-09-25 | 1 | -1/+2 |
* | 2.5.3GTK_2_5_3 | Matthias Clasen | 2004-09-19 | 1 | -1/+1 |
* | Remove bogus code that tried to do what the X11 backend does in its | Tor Lillqvist | 2004-09-15 | 1 | -8/+0 |
* | Add descriptions for the commandline arguments. The actual descriptions | Matthias Clasen | 2004-09-05 | 1 | -4/+10 |
* | Make gtk argument parsing use goption. Add gtk_get_option_group and | Anders Carlsson | 2004-09-05 | 1 | -11/+9 |
* | List the three theme gtkrc files separately, zip doesn't do anything if | Tor Lillqvist | 2004-09-03 | 5 | -29/+61 |
* | Make "ms-windows" the default theme on Win32. | Matthias Clasen | 2004-09-01 | 1 | -1/+5 |
* | On Win32, do not produce tablet motion or button events while a window is | Robert Ögren | 2004-08-31 | 4 | -6/+17 |
* | Add drop_failed, like in the X11 backend. Nothing sets it, though. | Tor Lillqvist | 2004-08-27 | 1 | -2/+16 |
* | On Win32, make graphical tablets work on multi-monitor systems. (#145467, | Robert Ögren | 2004-08-26 | 1 | -15/+12 |
* | Don't show TEMP windows in the Task Manager. Implement by calling | Tor Lillqvist | 2004-08-22 | 1 | -5/+17 |
* | Report whole of (primary) monitor, including any taskbars. Excluding the | Tor Lillqvist | 2004-08-22 | 1 | -29/+19 |
* | autogenerate gtk.def, cleanup | Hans Breuer | 2004-08-09 | 2 | -26/+0 |
* | take targets into account again to allow dnd of other things than text | Hans Breuer | 2004-08-08 | 1 | -1/+112 |
* | Don't hardcode mapping of VK_DECIMAL to GDK_KP_Decimal. Instead, let | Tor Lillqvist | 2004-08-07 | 1 | -2/+0 |
* | WM_WINDOWPOSCHANGED): Add _gdk_offset_{x,y} to top-level window | Tor Lillqvist | 2004-08-07 | 1 | -17/+13 |
* | make it compile and more similar to the X11 implementation [backward | Hans Breuer | 2004-08-06 | 2 | -35/+214 |
* | Set x_root and y_root in button and motion events from the tablet. | Robert Ögren | 2004-08-06 | 1 | -0/+14 |
* | Add gdk_draw_rectangle_alpha_libgtk_only which uses XRenderFillRectangle | Anders Carlsson | 2004-07-27 | 1 | -0/+12 |
* | Bug 143330, support update counter spec. | Soeren Sandmann | 2004-07-11 | 1 | -0/+10 |
* | gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_text) | Tor Lillqvist | 2004-07-07 | 8 | -590/+300 |
* | Fix win32 build problem w/o wintab. Fixed #145242 | J. Ali Harlow | 2004-07-01 | 1 | -1/+1 |
* | Send key modifiers (shift, ctrl etc) in button and motion events from the | Robert Ögren | 2004-05-27 | 1 | -37/+51 |
* | Don't propagate mouse events to windows that want extended input events. | Robert Ögren | 2004-05-24 | 2 | -46/+96 |
* | Remove duplicated line. (Spotted by Benoît Carpentier.) | Tor Lillqvist | 2004-05-22 | 1 | -1/+0 |
* | Put back the ref_count field in the GdkDragContextPrivateWin32 struct (but | Tor Lillqvist | 2004-05-15 | 1 | -5/+10 |
* | Add missing call to g_object_ref in Wintab code. (#138341) | Robert Ögren | 2004-05-12 | 2 | -6/+26 |
* | finally also create the correct mask for 'pseudo mime' icons | Hans Breuer | 2004-05-08 | 1 | -7/+12 |
* | Changes to support do-not-focus-on-map hint in conjunction with | Elijah Newren | 2004-05-06 | 1 | -0/+17 |
* | Add multi-monitor offset. (#141842, John Ehresman) | Tor Lillqvist | 2004-05-05 | 1 | -2/+2 |
* | don't modify the passed in GdkSegment(s) in place, we may get them again | Hans Breuer | 2004-05-02 | 2 | -17/+40 |
* | Plug memory leak. (#140775, John Ehresman) | Tor Lillqvist | 2004-04-29 | 1 | -1/+3 |
* | workaround for bug #137496, the real fix would involve just another small | Hans Breuer | 2004-04-11 | 1 | -2/+4 |
* | If both Shift and CapsLock pressed, ignore the shift only for letters | Tor Lillqvist | 2004-04-10 | 3 | -7/+14 |
* | Use X11 semantics for angles. Thanks to Tim Newsham. | Tor Lillqvist | 2004-03-31 | 1 | -15/+11 |
* | applied the undisputable and required [due to recent gtkfilesystem | Hans Breuer | 2004-03-20 | 1 | -13/+17 |
* | Don't just copy the whole GdkGCWin32 with a single assignment, that | Tor Lillqvist | 2004-03-15 | 1 | -3/+26 |
* | Don't undefine HAVE_MONITOR_INFO when compiling with gcc. Mingw's headers | Tor Lillqvist | 2004-03-13 | 2 | -2/+10 |
* | Make this a total no-op when the new or old parent is destroyed. (#134230, | Owen Taylor | 2004-03-13 | 1 | -20/+20 |
* | Set also the pointer button bits. (#136636, Dave Neary) | Tor Lillqvist | 2004-03-10 | 2 | -2/+39 |
* | some more settings from system, also reflect some name changes done a | Hans Breuer | 2004-03-07 | 2 | -6/+92 |