summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a GrabBroken event to GDK, and a grab-broken-event signal toMatthias Clasen2005-06-256-21/+121
* Add some new stock items. (#166480, Kristof Vansant)Matthias Clasen2005-06-2510-0/+30
* Make movement by paragraphs up/down symmetric. (#307055, Behnam Esfahbod)Matthias Clasen2005-06-241-6/+1
* Don't jump to the next line if we are at the end of the line.Matthias Clasen2005-06-241-1/+4
* Fix an error in the cache timeout logic. (#166601, Morten Welinder)Matthias Clasen2005-06-231-5/+9
* Change the keynav for header reordering and resizing to Alt-arrows andMatthias Clasen2005-06-231-4/+5
* Remove a leftover debugging envvar.Matthias Clasen2005-06-231-4/+1
* Don't trigger warnings if there are extra references to the hbox.Matthias Clasen2005-06-231-1/+5
* Use g_file_set_contents(). (#308722, Morten Welinder)Matthias Clasen2005-06-231-65/+25
* Remove gratitious differences between the stable branch and HEAD, whichMatthias Clasen2005-06-221-48/+24
* Don't leak the cairo context Closes bug #308581.Kjartan Maraas2005-06-211-1/+2
* Modify all of the GtkMisc widgets to round down on centering calculationsMatthias Clasen2005-06-214-16/+9
* Connect to button-release-event as well, to handle touchscreen scenariosMatthias Clasen2005-06-211-3/+3
* Fix the buildMatthias Clasen2005-06-211-1/+2
* Trivial cleanups. (#169647, #303455, Fabricio Barros Cabral, BenoitMatthias Clasen2005-06-2135-219/+118
* Consistently use gchar. (#303455, Benoit Carpentier)Matthias Clasen2005-06-211-4/+4
* Handle missing MAP_FAILED. (#308449, Georg Schwarz)Matthias Clasen2005-06-213-0/+13
* 2.7.0GTK_2_7_0Matthias Clasen2005-06-201-0/+4
* Variant of gtk_window_present which takes a timestamp. (#166379, ElijahMatthias Clasen2005-06-203-8/+37
* Add a forgotten symbolMatthias Clasen2005-06-201-0/+1
* added a check which avoids processing updates on bin_window and scrollingKristian Rietveld2005-06-191-2/+11
* only keep the row at the same position if the full row is visible.Kristian Rietveld2005-06-191-2/+2
* set dy to zero if treeview's height is smaller than the current page_sizeKristian Rietveld2005-06-191-1/+3
* Make mousewheel scrolling possible in typeahead mode, suggestion fromKristian Rietveld2005-06-191-0/+27
* pass the event on to treeview, so it has a change of selecting a row, etc.Kristian Rietveld2005-06-191-0/+3
* This commit includes a fix for #169463, Stefan Kost.Kristian Rietveld2005-06-193-3/+21
* Fix a warningMatthias Clasen2005-06-191-1/+1
* Add an ignore-hidden property with getter and setter. (#171612, ChristianMatthias Clasen2005-06-192-4/+81
* Make this work for inserting before/after an existing menuitem orMatthias Clasen2005-06-191-19/+49
* Allow to construct menu tool buttons.Matthias Clasen2005-06-191-24/+67
* Make this function public. (#64792, Havoc Pennington)Matthias Clasen2005-06-193-3/+18