| Commit message (Expand) | Author | Age | Files | Lines |
* | Add Copyright/License information. | Matthias Clasen | 2005-07-12 | 6 | -0/+141 |
* | Remove the runtime warning about the invisible property, add a warning | Matthias Clasen | 2005-07-11 | 1 | -2/+12 |
* | Don't ever go unconditionally to the buffer ends; that doesn't work if the | Matthias Clasen | 2005-07-11 | 1 | -8/+4 |
* | add binding entry for ctrl + backspace (move focus to parent without | Kristian Rietveld | 2005-07-11 | 1 | -8/+12 |
* | Make gdk_window_present() move the window to the current desktop, instead | Matthias Clasen | 2005-07-11 | 1 | -14/+17 |
* | When dragging text, use a drag icon showing the (ellipsized) text that is | Matthias Clasen | 2005-07-11 | 5 | -25/+294 |
* | Make double-clicking between words select whitespace. (#309860, Mike | Matthias Clasen | 2005-07-11 | 1 | -54/+71 |
* | Documentation improvements. (#309946, Torsten Schoenfeld) | Matthias Clasen | 2005-07-11 | 1 | -1/+3 |
* | remove unneeded check for negative window_y. | Kristian Rietveld | 2005-07-10 | 1 | -3/+0 |
* | also move to the next match when ctrl+g is pressed. (#156657, Matt T. | Kristian Rietveld | 2005-07-10 | 1 | -0/+7 |
* | rework function to make page up/down behave the same as in GtkTextView. | Kristian Rietveld | 2005-07-10 | 1 | -8/+11 |
* | Fix #305737, patch from Tomislav Jonjic. This makes the | Kristian Rietveld | 2005-07-09 | 1 | -10/+50 |
* | when open_all is TRUE, traverse the newly built tree to emit row_expanded | Kristian Rietveld | 2005-07-09 | 1 | -0/+8 |
* | Look for windres on Win32. | Tor Lillqvist | 2005-07-09 | 2 | -9/+10 |
* | Fixes #165034, reported by Jorn Baayen. | Kristian Rietveld | 2005-07-08 | 3 | -9/+22 |
* | 2.7.2GTK_2_7_2 | Matthias Clasen | 2005-07-08 | 2 | -0/+8 |
* | Pass a GdkDragAction to gtk_drag_get_cursor. (#309784, Sebastian Bacher) | Matthias Clasen | 2005-07-08 | 1 | -1/+1 |
* | Use g_get_host_name(). | Tor Lillqvist | 2005-07-08 | 1 | -12/+6 |
* | Add some additional docs on precision here too. (#309238, Steve Chaplin) | Matthias Clasen | 2005-07-08 | 2 | -0/+8 |
* | Implement Drag-and-Drop to the file list. (#145121, Sven Neumann) | Matthias Clasen | 2005-07-07 | 1 | -0/+145 |
* | Fix #157787, reported by Jonathan Blandford: | Matthias Clasen | 2005-07-07 | 3 | -4/+19 |
* | Add some additional docs on precision. (#309238, Steve Chaplin) | Matthias Clasen | 2005-07-06 | 1 | -1/+5 |
* | Add comment about the current named cursor implementation, and what it | Tor Lillqvist | 2005-07-05 | 1 | -76/+3 |
* | Take window groups into account. (#309473, Diego Gonzalez) | Matthias Clasen | 2005-07-05 | 3 | -4/+21 |
* | in the 'main' expose loop, add back the calls to _set_cell_data removed | Kristian Rietveld | 2005-07-05 | 1 | -0/+6 |
* | Fix a Since: marker | Matthias Clasen | 2005-07-05 | 1 | -1/+1 |
* | Add a GtkAboutDialog::wrap-license property | Matthias Clasen | 2005-07-05 | 3 | -3/+90 |
* | Queue a resize on the contained menuitems as well. | Matthias Clasen | 2005-07-04 | 1 | -0/+10 |
* | updated <io.h> for open() use G_PI instead of M_PI | Hans Breuer | 2005-07-03 | 4 | -3/+21 |
* | Hmm, when committing my vertical menubar patch, I forgot the | Matthias Clasen | 2005-07-03 | 1 | -19/+68 |
* | Correct the blurb for the icon-sizes setting. String change. (#309355, | Matthias Clasen | 2005-07-03 | 1 | -1/+1 |
* | 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 |