| Commit message (Expand) | Author | Age | Files | Lines |
* | 2.7.1GTK_2_7_1 | Matthias Clasen | 2005-07-01 | 1 | -0/+6 |
* | Prevent an infinite loop when G_FILENAME_ENCODING is invalid. (#309280, | Matthias Clasen | 2005-07-01 | 1 | -0/+5 |
* | declare _gdk_xgrab_check_button_event. | Manish Singh | 2005-06-30 | 1 | -0/+6 |
* | Avoid infinite loop if a mask is zero. (#309222, David Saxton) | Matthias Clasen | 2005-06-30 | 1 | -0/+3 |
* | Clarify the code, gcc 4 complains about predecrement in MAX(). | Matthias Clasen | 2005-06-30 | 1 | -0/+3 |
* | Don't prematurely unregister callbacks. | Matthias Clasen | 2005-06-30 | 1 | -0/+3 |
* | Updates | Matthias Clasen | 2005-06-30 | 1 | -0/+4 |
* | Handle broken grabs. | Matthias Clasen | 2005-06-30 | 1 | -0/+24 |
* | Make sure that cell boxes are always completely inside the item area. | Matthias Clasen | 2005-06-28 | 1 | -0/+6 |
* | Make the list of demos scrollable. | Matthias Clasen | 2005-06-28 | 1 | -0/+3 |
* | Fix positioning at the end of the line for lines ending in invisible | Matthias Clasen | 2005-06-28 | 1 | -0/+6 |
* | Ignore GrabBroken events which are caused by overgrabbing inside the | Matthias Clasen | 2005-06-27 | 1 | -0/+27 |
* | Continue to activate even if we can't grab the keyboard. | Matthias Clasen | 2005-06-27 | 1 | -0/+5 |
* | Avoid a segfault. (#309054) | Matthias Clasen | 2005-06-27 | 1 | -0/+13 |
* | Cancel menus when they are grab-shadowed by something thats not a submenu. | Matthias Clasen | 2005-06-27 | 1 | -0/+6 |
* | Fix indentation. | Owen Taylor | 2005-06-27 | 1 | -0/+5 |
* | Fix leaks Same Closes bug #308953. | Kjartan Maraas | 2005-06-27 | 1 | -0/+6 |
* | Use GMappedFile. | Matthias Clasen | 2005-06-27 | 1 | -0/+7 |
* | Unregister XIM callbacks here. (#309054) | Matthias Clasen | 2005-06-27 | 1 | -0/+5 |
* | Pay attention to the scroll offset when drawing the box. (#308834, Tom von | Matthias Clasen | 2005-06-27 | 1 | -0/+6 |
* | gdk/Makefile.am Current GNU tools do understand the PRIVATE keyword, so no | Tor Lillqvist | 2005-06-26 | 1 | -0/+8 |
* | add GDK_GRAB_BROKEN to the switch cases. | Manish Singh | 2005-06-26 | 1 | -0/+10 |
* | Stop column header drag operations if the grab is broken. | Matthias Clasen | 2005-06-26 | 1 | -0/+3 |
* | Stop the drag if the grab is broken. | Matthias Clasen | 2005-06-26 | 1 | -0/+3 |
* | Don't do explicitly ungrab pointer and keyboard. We're unmapping the grab | Matthias Clasen | 2005-06-26 | 1 | -0/+7 |
* | Don't emit grab-broken for overgrabbing, until we figure out how to do | Matthias Clasen | 2005-06-26 | 1 | -0/+6 |
* | Add a GrabBroken event to GDK, and a grab-broken-event signal to | Matthias Clasen | 2005-06-25 | 1 | -0/+33 |
* | Add some new stock items. (#166480, Kristof Vansant) | Matthias Clasen | 2005-06-25 | 1 | -0/+20 |
* | Make movement by paragraphs up/down symmetric. (#307055, Behnam Esfahbod) | Matthias Clasen | 2005-06-24 | 1 | -0/+2 |
* | Fix up selection of conversion functions for MSB machines: | Owen Taylor | 2005-06-24 | 1 | -0/+7 |
* | Don't jump to the next line if we are at the end of the line. | Matthias Clasen | 2005-06-24 | 1 | -0/+5 |
* | Mention also bug #308413. | Tor Lillqvist | 2005-06-24 | 1 | -2/+2 |
* | Improve and simplify line segment rendering on Win32, especially the | Tor Lillqvist | 2005-06-24 | 1 | -0/+54 |
* | Fix an error in the cache timeout logic. (#166601, Morten Welinder) | Matthias Clasen | 2005-06-23 | 1 | -0/+4 |
* | Change the keynav for header reordering and resizing to Alt-arrows and | Matthias Clasen | 2005-06-23 | 1 | -0/+5 |
* | Remove a leftover debugging envvar. | Matthias Clasen | 2005-06-23 | 1 | -0/+5 |
* | Fix the big endian case for 3-channel source. (Reported by David Zeuthen) | Owen Taylor | 2005-06-23 | 1 | -0/+6 |
* | Don't trigger warnings if there are extra references to the hbox. | Matthias Clasen | 2005-06-23 | 1 | -0/+4 |
* | Use g_file_set_contents(). (#308722, Morten Welinder) | Matthias Clasen | 2005-06-23 | 1 | -0/+5 |
* | Set the time field in the event. (#308573, Morten Welinder) | Matthias Clasen | 2005-06-22 | 1 | -0/+3 |
* | Remove gratitious differences between the stable branch and HEAD, which | Matthias Clasen | 2005-06-22 | 1 | -0/+6 |
* | Don't leak the cairo context Closes bug #308581. | Kjartan Maraas | 2005-06-21 | 1 | -0/+5 |
* | Modify all of the GtkMisc widgets to round down on centering calculations | Matthias Clasen | 2005-06-21 | 1 | -0/+9 |
* | Connect to button-release-event as well, to handle touchscreen scenarios | Matthias Clasen | 2005-06-21 | 1 | -0/+4 |
* | Trivial cleanups. (#169647, #303455, Fabricio Barros Cabral, Benoit | Matthias Clasen | 2005-06-21 | 1 | -2/+2 |
* | Consistently use gchar. (#303455, Benoit Carpentier) | Matthias Clasen | 2005-06-21 | 1 | -0/+3 |
* | New function which can be used to implement scrolling in non-window | Matthias Clasen | 2005-06-21 | 1 | -0/+8 |
* | Handle missing MAP_FAILED. (#308449, Georg Schwarz) | Matthias Clasen | 2005-06-21 | 1 | -0/+5 |
* | Bump version number | Matthias Clasen | 2005-06-20 | 1 | -0/+2 |
* | 2.7.0GTK_2_7_0 | Matthias Clasen | 2005-06-20 | 1 | -0/+4 |