| Commit message (Expand) | Author | Age | Files | Lines |
* | 2.7.1GTK_2_7_1 | Matthias Clasen | 2005-07-01 | 1 | -0/+4 |
* | Prevent an infinite loop when G_FILENAME_ENCODING is invalid. (#309280, | Matthias Clasen | 2005-07-01 | 1 | -2/+4 |
* | declare _gdk_xgrab_check_button_event. | Manish Singh | 2005-06-30 | 1 | -46/+46 |
* | Clarify the code, gcc 4 complains about predecrement in MAX(). | Matthias Clasen | 2005-06-30 | 1 | -1/+4 |
* | Handle broken grabs. | Matthias Clasen | 2005-06-30 | 2 | -0/+48 |
* | Make sure that cell boxes are always completely inside the item area. | Matthias Clasen | 2005-06-28 | 1 | -10/+15 |
* | Fix positioning at the end of the line for lines ending in invisible | Matthias Clasen | 2005-06-28 | 1 | -3/+11 |
* | Ignore GrabBroken events which are caused by overgrabbing inside the | Matthias Clasen | 2005-06-27 | 1 | -6/+7 |
* | Continue to activate even if we can't grab the keyboard. | Matthias Clasen | 2005-06-27 | 1 | -13/+29 |
* | Cancel menus when they are grab-shadowed by something thats not a submenu. | Matthias Clasen | 2005-06-27 | 1 | -0/+14 |
* | Fix indentation. | Owen Taylor | 2005-06-27 | 2 | -2/+2 |
* | Fix leaks Same Closes bug #308953. | Kjartan Maraas | 2005-06-27 | 2 | -2/+6 |
* | Use GMappedFile. | Matthias Clasen | 2005-06-27 | 1 | -65/+17 |
* | Pay attention to the scroll offset when drawing the box. (#308834, Tom von | Matthias Clasen | 2005-06-27 | 1 | -2/+3 |
* | gdk/Makefile.am Current GNU tools do understand the PRIVATE keyword, so no | Tor Lillqvist | 2005-06-26 | 1 | -12/+8 |
* | add GDK_GRAB_BROKEN to the switch cases. | Manish Singh | 2005-06-26 | 2 | -2/+2 |
* | Stop column header drag operations if the grab is broken. | Matthias Clasen | 2005-06-26 | 1 | -0/+23 |
* | Stop the drag if the grab is broken. | Matthias Clasen | 2005-06-26 | 1 | -0/+17 |
* | Don't do explicitly ungrab pointer and keyboard. We're unmapping the grab | Matthias Clasen | 2005-06-26 | 1 | -23/+32 |
* | Add a GrabBroken event to GDK, and a grab-broken-event signal to | Matthias Clasen | 2005-06-25 | 6 | -21/+121 |
* | Add some new stock items. (#166480, Kristof Vansant) | Matthias Clasen | 2005-06-25 | 10 | -0/+30 |
* | Make movement by paragraphs up/down symmetric. (#307055, Behnam Esfahbod) | Matthias Clasen | 2005-06-24 | 1 | -6/+1 |
* | Don't jump to the next line if we are at the end of the line. | Matthias Clasen | 2005-06-24 | 1 | -1/+4 |
* | Fix an error in the cache timeout logic. (#166601, Morten Welinder) | Matthias Clasen | 2005-06-23 | 1 | -5/+9 |
* | Change the keynav for header reordering and resizing to Alt-arrows and | Matthias Clasen | 2005-06-23 | 1 | -4/+5 |
* | Remove a leftover debugging envvar. | Matthias Clasen | 2005-06-23 | 1 | -4/+1 |
* | Don't trigger warnings if there are extra references to the hbox. | Matthias Clasen | 2005-06-23 | 1 | -1/+5 |
* | Use g_file_set_contents(). (#308722, Morten Welinder) | Matthias Clasen | 2005-06-23 | 1 | -65/+25 |
* | Remove gratitious differences between the stable branch and HEAD, which | Matthias Clasen | 2005-06-22 | 1 | -48/+24 |
* | Don't leak the cairo context Closes bug #308581. | Kjartan Maraas | 2005-06-21 | 1 | -1/+2 |
* | Modify all of the GtkMisc widgets to round down on centering calculations | Matthias Clasen | 2005-06-21 | 4 | -16/+9 |
* | Connect to button-release-event as well, to handle touchscreen scenarios | Matthias Clasen | 2005-06-21 | 1 | -3/+3 |
* | Fix the build | Matthias Clasen | 2005-06-21 | 1 | -1/+2 |
* | Trivial cleanups. (#169647, #303455, Fabricio Barros Cabral, Benoit | Matthias Clasen | 2005-06-21 | 35 | -219/+118 |
* | Consistently use gchar. (#303455, Benoit Carpentier) | Matthias Clasen | 2005-06-21 | 1 | -4/+4 |
* | Handle missing MAP_FAILED. (#308449, Georg Schwarz) | Matthias Clasen | 2005-06-21 | 3 | -0/+13 |
* | 2.7.0GTK_2_7_0 | Matthias Clasen | 2005-06-20 | 1 | -0/+4 |
* | Variant of gtk_window_present which takes a timestamp. (#166379, Elijah | Matthias Clasen | 2005-06-20 | 3 | -8/+37 |
* | Add a forgotten symbol | Matthias Clasen | 2005-06-20 | 1 | -0/+1 |
* | added a check which avoids processing updates on bin_window and scrolling | Kristian Rietveld | 2005-06-19 | 1 | -2/+11 |
* | only keep the row at the same position if the full row is visible. | Kristian Rietveld | 2005-06-19 | 1 | -2/+2 |
* | set dy to zero if treeview's height is smaller than the current page_size | Kristian Rietveld | 2005-06-19 | 1 | -1/+3 |
* | Make mousewheel scrolling possible in typeahead mode, suggestion from | Kristian Rietveld | 2005-06-19 | 1 | -0/+27 |
* | pass the event on to treeview, so it has a change of selecting a row, etc. | Kristian Rietveld | 2005-06-19 | 1 | -0/+3 |
* | This commit includes a fix for #169463, Stefan Kost. | Kristian Rietveld | 2005-06-19 | 3 | -3/+21 |
* | Fix a warning | Matthias Clasen | 2005-06-19 | 1 | -1/+1 |
* | Add an ignore-hidden property with getter and setter. (#171612, Christian | Matthias Clasen | 2005-06-19 | 2 | -4/+81 |
* | Make this work for inserting before/after an existing menuitem or | Matthias Clasen | 2005-06-19 | 1 | -19/+49 |
* | Allow to construct menu tool buttons. | Matthias Clasen | 2005-06-19 | 1 | -24/+67 |
* | Make this function public. (#64792, Havoc Pennington) | Matthias Clasen | 2005-06-19 | 3 | -3/+18 |