| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 | 3 | -35/+219 |
* | Really fix the initialization of the target list. | Matthias Clasen | 2004-08-06 | 2 | -28/+89 |
* | Set x_root and y_root in button and motion events from the tablet. | Robert Ögren | 2004-08-06 | 1 | -0/+14 |
* | Call gdk_window_enable_synchronized_configure() | Soeren Sandmann | 2004-08-05 | 1 | -3/+8 |
* | New function. Make sure the sync counter is recreated when a window is | Soeren Sandmann | 2004-08-02 | 3 | -34/+59 |
* | Add missing error traps. (#149011, Thomas Leonard) | Matthias Clasen | 2004-08-02 | 1 | -0/+6 |
* | Don't set both states at once. (#148789, Matthew Garret) | Matthias Clasen | 2004-07-31 | 1 | -8/+18 |
* | Make the fb backend compile against current freetype. (#148558, Nicolas | Matthias Clasen | 2004-07-28 | 1 | -1/+2 |
* | Fix prototype mismatch. (#148589, Nicolas Deves) | Matthias Clasen | 2004-07-28 | 1 | -2/+2 |
* | Cast to 32-bit integers when premultiplying, suggested by Keith Packard. | Anders Carlsson | 2004-07-27 | 1 | -3/+3 |
* | Add gdk_draw_rectangle_alpha_libgtk_only which uses XRenderFillRectangle | Anders Carlsson | 2004-07-27 | 4 | -2/+100 |
* | Hook up gtk-menu-bar-accel to an XSetting, Gtk/MenuBarAccel. (#120859, | Matthias Clasen | 2004-07-21 | 1 | -4/+5 |
* | Fix a warning message. | Matthias Clasen | 2004-07-17 | 1 | -1/+1 |
* | Use 'cannot' instead of 'can not' in messages. (#144226, Morten Welinder) | Matthias Clasen | 2004-07-15 | 1 | -1/+1 |
* | Do an empty begin_paint_region()/end_paint() for windows without | Soeren Sandmann | 2004-07-12 | 2 | -27/+35 |
* | Include the update_counter check in the HAVE_XSYNC condition, since | Matthias Clasen | 2004-07-12 | 1 | -2/+2 |
* | Bug 143330, support update counter spec. | Soeren Sandmann | 2004-07-11 | 8 | -20/+217 |
* | Insert checks for root window. The root window is never mapped. | Soeren Sandmann | 2004-07-09 | 1 | -4/+12 |
* | Fix a warning Actually unset bg. | Soeren Sandmann | 2004-07-09 | 1 | -5/+10 |
* | Bug 113310. | Soeren Sandmann | 2004-07-09 | 3 | -58/+190 |
* | have a dummy case GDK_OWNER_CHANGE in switch statements to avoid gcc | Manish Singh | 2004-07-09 | 2 | -0/+4 |
* | Add an "override_redirect" bit. | Soeren Sandmann | 2004-07-09 | 2 | -15/+64 |
* | Fix typo; tmp_event -> temp_event. | Federico Mena Quintero | 2004-07-09 | 1 | -1/+1 |
* | Don't leak references to the drag context. (#144324, Alex Larsson) | Matthias Clasen | 2004-07-08 | 1 | -1/+4 |
* | Fix a 64bit alignment issue. (#144302, Sunil) | Matthias Clasen | 2004-07-07 | 1 | -5/+6 |
* | 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 |
* | Handle _NET_WM_STATE_ABOVE and _NET_WM_STATE_BELOW. (#144851, Billy Biggs) | Matthias Clasen | 2004-06-26 | 1 | -0/+14 |
* | reviewed by: Matthias Clasen <maclas@gmx.de> | Bastien Nocera | 2004-06-25 | 1 | -6/+20 |
* | Doc updates. | Matthias Clasen | 2004-06-22 | 2 | -2/+204 |
* | Merge from stable: | Michael Natterer | 2004-06-21 | 3 | -53/+72 |
* | Fix off-by-one allocation errors. (#143337, Billy Biggs) | Matthias Clasen | 2004-05-28 | 1 | -2/+2 |
* | Set bits within visual->depth that aren't used for color to 1s, in case | Owen Taylor | 2004-05-27 | 1 | -1/+7 |
* | 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 |
* | Check for XFIXES extension. | Matthias Clasen | 2004-05-18 | 5 | -3/+133 |
* | Put back the ref_count field in the GdkDragContextPrivateWin32 struct (but | Tor Lillqvist | 2004-05-15 | 1 | -5/+10 |
* | Add a comment about unused bits. | Matthias Clasen | 2004-05-14 | 1 | -1/+3 |
* | Add missing call to g_object_ref in Wintab code. (#138341) | Robert Ögren | 2004-05-12 | 2 | -6/+26 |
* | Make static. | Matthias Clasen | 2004-05-10 | 4 | -26/+26 |
* | finally also create the correct mask for 'pseudo mime' icons | Hans Breuer | 2004-05-08 | 2 | -7/+13 |
* | Changes to support do-not-focus-on-map hint in conjunction with | Elijah Newren | 2004-05-06 | 7 | -16/+95 |
* | 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 |
* | Use depth - 1 to index the cached gcs, not depth. (#139494) | Matthias Clasen | 2004-04-29 | 1 | -2/+3 |