summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Add Copyright/License information.Matthias Clasen2005-07-126-0/+141
* Remove the runtime warning about the invisible property, add a warningMatthias Clasen2005-07-111-2/+12
* Don't ever go unconditionally to the buffer ends; that doesn't work if theMatthias Clasen2005-07-111-8/+4
* add binding entry for ctrl + backspace (move focus to parent withoutKristian Rietveld2005-07-111-8/+12
* Make gdk_window_present() move the window to the current desktop, insteadMatthias Clasen2005-07-111-14/+17
* When dragging text, use a drag icon showing the (ellipsized) text that isMatthias Clasen2005-07-115-25/+294
* Make double-clicking between words select whitespace. (#309860, MikeMatthias Clasen2005-07-111-54/+71
* Documentation improvements. (#309946, Torsten Schoenfeld)Matthias Clasen2005-07-111-1/+3
* remove unneeded check for negative window_y.Kristian Rietveld2005-07-101-3/+0
* also move to the next match when ctrl+g is pressed. (#156657, Matt T.Kristian Rietveld2005-07-101-0/+7
* rework function to make page up/down behave the same as in GtkTextView.Kristian Rietveld2005-07-101-8/+11
* Fix #305737, patch from Tomislav Jonjic. This makes theKristian Rietveld2005-07-091-10/+50
* when open_all is TRUE, traverse the newly built tree to emit row_expandedKristian Rietveld2005-07-091-0/+8
* Look for windres on Win32.Tor Lillqvist2005-07-092-9/+10
* Fixes #165034, reported by Jorn Baayen.Kristian Rietveld2005-07-083-9/+22
* 2.7.2GTK_2_7_2Matthias Clasen2005-07-082-0/+8
* Pass a GdkDragAction to gtk_drag_get_cursor. (#309784, Sebastian Bacher)Matthias Clasen2005-07-081-1/+1
* Use g_get_host_name().Tor Lillqvist2005-07-081-12/+6
* Add some additional docs on precision here too. (#309238, Steve Chaplin)Matthias Clasen2005-07-082-0/+8
* Implement Drag-and-Drop to the file list. (#145121, Sven Neumann)Matthias Clasen2005-07-071-0/+145
* Fix #157787, reported by Jonathan Blandford:Matthias Clasen2005-07-073-4/+19
* Add some additional docs on precision. (#309238, Steve Chaplin)Matthias Clasen2005-07-061-1/+5
* Add comment about the current named cursor implementation, and what itTor Lillqvist2005-07-051-76/+3
* Take window groups into account. (#309473, Diego Gonzalez)Matthias Clasen2005-07-053-4/+21
* in the 'main' expose loop, add back the calls to _set_cell_data removedKristian Rietveld2005-07-051-0/+6
* Fix a Since: markerMatthias Clasen2005-07-051-1/+1
* Add a GtkAboutDialog::wrap-license propertyMatthias Clasen2005-07-053-3/+90
* Queue a resize on the contained menuitems as well.Matthias Clasen2005-07-041-0/+10
* updated <io.h> for open() use G_PI instead of M_PIHans Breuer2005-07-034-3/+21
* Hmm, when committing my vertical menubar patch, I forgot theMatthias Clasen2005-07-031-19/+68
* Correct the blurb for the icon-sizes setting. String change. (#309355,Matthias Clasen2005-07-031-1/+1
* 2.7.1GTK_2_7_1Matthias Clasen2005-07-011-0/+4
* Prevent an infinite loop when G_FILENAME_ENCODING is invalid. (#309280,Matthias Clasen2005-07-011-2/+4
* declare _gdk_xgrab_check_button_event.Manish Singh2005-06-301-46/+46
* Clarify the code, gcc 4 complains about predecrement in MAX().Matthias Clasen2005-06-301-1/+4
* Handle broken grabs.Matthias Clasen2005-06-302-0/+48
* Make sure that cell boxes are always completely inside the item area.Matthias Clasen2005-06-281-10/+15
* Fix positioning at the end of the line for lines ending in invisibleMatthias Clasen2005-06-281-3/+11
* Ignore GrabBroken events which are caused by overgrabbing inside theMatthias Clasen2005-06-271-6/+7
* Continue to activate even if we can't grab the keyboard.Matthias Clasen2005-06-271-13/+29
* Cancel menus when they are grab-shadowed by something thats not a submenu.Matthias Clasen2005-06-271-0/+14
* Fix indentation.Owen Taylor2005-06-272-2/+2
* Fix leaks Same Closes bug #308953.Kjartan Maraas2005-06-272-2/+6
* Use GMappedFile.Matthias Clasen2005-06-271-65/+17
* Pay attention to the scroll offset when drawing the box. (#308834, Tom vonMatthias Clasen2005-06-271-2/+3
* gdk/Makefile.am Current GNU tools do understand the PRIVATE keyword, so noTor Lillqvist2005-06-261-12/+8
* add GDK_GRAB_BROKEN to the switch cases.Manish Singh2005-06-262-2/+2
* Stop column header drag operations if the grab is broken.Matthias Clasen2005-06-261-0/+23
* Stop the drag if the grab is broken.Matthias Clasen2005-06-261-0/+17
* Don't do explicitly ungrab pointer and keyboard. We're unmapping the grabMatthias Clasen2005-06-261-23/+32