| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Handle '--' correctly. | Anders Carlsson | 2004-04-05 | 1 | -1/+1 |
* | 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 | 4 | -75/+114 |
* | 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 |
* | Make <config.h> the very first include. Likewise. Likewise. | Federico Mena Quintero | 2004-03-06 | 3 | -3/+3 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 109 | -51/+121 |
* | Add missing entries, thanks to J. Ali Harlow. | Tor Lillqvist | 2004-03-05 | 7 | -17/+165 |
* | X11 R6.4 specifies 15 events for the XInput extension. We want to see them | Simon Budig | 2004-03-01 | 1 | -1/+1 |
* | Based on patch by Alex Larsson | Owen Taylor | 2004-03-01 | 1 | -0/+1 |
* | Implement PANGO_UNDERLINE_ERROR (Based on a patch by Nicolas Setton, | Owen Taylor | 2004-02-29 | 1 | -0/+19 |
* | set current_dest_drag to NULL when destroying, fixes bug #120007. Also | Hans Breuer | 2004-02-28 | 3 | -11/+18 |
* | fix ytpo: s/eles/else/ | Manish Singh | 2004-02-27 | 1 | -1/+1 |
* | Add xsettings_client_set_grab_func, Add xsettings_client_set_ungrab_func | Owen Taylor | 2004-02-27 | 1 | -13/+15 |
* | Fix memory leak in case of mismatched property type. | Owen Taylor | 2004-02-27 | 1 | -2/+6 |
* | Return GDK_FILTER_CONTINUE for unhandled message types. | Owen Taylor | 2004-02-26 | 2 | -7/+12 |
* | Use the right free() function. (#135511, George Bronnikov) | Owen Taylor | 2004-02-26 | 1 | -1/+7 |
* | Call g_convert(), not g_convert() with fallback, since Emacs is happier if | Owen Taylor | 2004-02-25 | 1 | -5/+9 |
* | Fix bug 134982, reported by Morten Welinder: | Matthias Clasen | 2004-02-22 | 1 | -1/+3 |
* | Bug 130790 (Federico Mena Quintero, Owen Taylor) | Soeren Sandmann | 2004-02-21 | 1 | -0/+5 |
* | Fixes for #82099: | Matthias Clasen | 2004-02-19 | 1 | -0/+2 |
* | Use a scratch GC in the case where the background is a solid color. | Soeren Sandmann | 2004-02-18 | 3 | -43/+46 |
* | Reset clip region back to NULL on cached GC (rest of #134728) | Soeren Sandmann | 2004-02-18 | 1 | -0/+4 |
* | Fix bug reported by Nam SungHyun. | Soeren Sandmann | 2004-02-18 | 2 | -1/+4 |
* | GC caching, bug #125645 (based on patch by Brian Cameron) | Soeren Sandmann | 2004-02-18 | 9 | -34/+104 |
* | Fix for #119722, reported by Olexiy Avramchenko, patch by Owen Taylor. | Soeren Sandmann | 2004-02-17 | 3 | -26/+67 |
* | Revert last commit, please don't commit patches without approval, this | Owen Taylor | 2004-02-17 | 1 | -10/+0 |
* | don't try to draw more than 32767 segments at a time, since XDrawSegments | David Odin | 2004-02-16 | 1 | -0/+10 |
* | Assign xtype using gdk_x11_atom_to_xatom_for_display () when type != | Manish Singh | 2004-02-12 | 1 | -1/+1 |
* | Fix misleading debug output. | Matthias Clasen | 2004-02-11 | 1 | -1/+1 |
* | Avoid triggering an X error when the client->manager_window is | Owen Taylor | 2004-02-10 | 3 | -24/+36 |
* | Use a weak reference instead of ref()/unref(). (#60857, reported by Joshua | Soeren Sandmann | 2004-02-02 | 2 | -4/+9 |
* | Set the cursor in all cases. If no grab cursor specified, use the grabbing | Tor Lillqvist | 2004-02-02 | 1 | -0/+5 |
* | Assume gravity works. (Anything else we have to take our chances with). | Soeren Sandmann | 2004-02-02 | 3 | -70/+1 |
* | Remove unused variable 'result' | Soeren Sandmann | 2004-02-02 | 4 | -18/+65 |
* | Fixes #132975. | Federico Mena Quintero | 2004-01-30 | 2 | -2/+2 |
* | Revert changes from #113476 and go back to using XftDrawSetClip, because | Owen Taylor | 2004-01-30 | 1 | -0/+20 |
* | Don' generate enter or leave events if the pointer is grabbed with | Tor Lillqvist | 2004-01-28 | 1 | -0/+9 |
* | Fix #105497; constify uses of GdkColor. | Federico Mena Quintero | 2004-01-26 | 17 | -120/+122 |
* | If the WM_TRANSIENT_FOR property is being deleted, set the owner of the | Tor Lillqvist | 2004-01-25 | 4 | -5/+18 |
* | Fix typo | Alexander Larsson | 2004-01-22 | 1 | -1/+1 |
* | Split the gtk translations into the domains gtk20 and gtk20-properties. | Matthias Clasen | 2004-01-17 | 1 | -1/+1 |
* | The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog and | Matthias Clasen | 2004-01-16 | 2 | -2/+4 |
* | and a bit more. | Murray Cumming | 2004-01-05 | 1 | -2/+2 |
* | Added <public> documentation to the struct, as suggested by Owen Taylor. | Murray Cumming | 2004-01-05 | 1 | -9/+11 |