summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* 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
* undo merging of the separate loop setting cell data with cell drawing loopKristian Rietveld2005-06-181-6/+16
* remove unused variable height_old.Manish Singh2005-06-181-1/+0
* Typo fixesMatthias Clasen2005-06-183-3/+3
* Fix 308111Matthias Clasen2005-06-181-0/+2
* Fix nl_langinfo() useMatthias Clasen2005-06-181-1/+1
* Support the ICCCM urgency hint. (#61858, Havoc Pennington)Matthias Clasen2005-06-173-0/+77
* Fix #160281, testcase from Peter Bloomfield.Kristian Rietveld2005-06-171-0/+20
* Document several button signals as not useful. `Matthias Clasen2005-06-171-0/+42
* Resize the popup if necessary. (#308076, Vincent Noel)Matthias Clasen2005-06-171-0/+3
* Queue a draw on the old and new focus widgets, if their defaultnessMatthias Clasen2005-06-171-3/+14
* make sure the row above 'above_path' is always in a validated state, so itKristian Rietveld2005-06-171-0/+36
* don't try to update the top_row rowref ourselves here, but just haveKristian Rietveld2005-06-171-9/+3
* Fixes #307914 (Alexander Larsson), fixing some breakage caused by myKristian Rietveld2005-06-171-1/+11
* remove unused variable.Manish Singh2005-06-162-3/+3
* Simplify the code and respect the show-button-images setting. (#307941,Matthias Clasen2005-06-161-18/+4
* Update the RGBA cursor if an icon is set after the cursor has beenMatthias Clasen2005-06-161-5/+53
* Add some more docs. (#307818, Christian Persch)Matthias Clasen2005-06-161-1/+2
* Forgotten fileMatthias Clasen2005-06-161-0/+1
* Fox doc formatting, pointed out by Kjartan Maraas.Matthias Clasen2005-06-151-3/+3
* Add two new settings, gtk-cursor-theme-name and gtk-cursor-theme-size toMatthias Clasen2005-06-151-5/+58
* Fix some docsMatthias Clasen2005-06-151-9/+15
* Fix 307689Matthias Clasen2005-06-151-0/+5
* Merged from gtk-2-6:Federico Mena Quintero2005-06-151-1/+5
* Merged from gtk-2-6:Federico Mena Quintero2005-06-141-32/+78
* Patch for #163214 (reported by Tommi Komulainen) and fixes some otherKristian Rietveld2005-06-141-52/+48
* Use named cursors for the DND cursors, the names are "dnd-none",Matthias Clasen2005-06-142-131/+636
* Use a named cursor with the name "color-picker", when available.Matthias Clasen2005-06-141-15/+25
* Rework the way in which rerooting of the path bar is done, implementingMatthias Clasen2005-06-132-19/+62
* Try harder not to modify readonly strings. (#307541, Torsten Schoenfeld)Matthias Clasen2005-06-131-16/+18
* Free the data of the row before overwriting it. (#307490, Kjartan Maraas)Matthias Clasen2005-06-131-1/+4
* Don't leak the cairo context. Closes bug #307426.Kjartan Maraas2005-06-131-0/+1
* Make invisible text work a bit better (#66194, patch by JeroenMatthias Clasen2005-06-135-10/+192
* Don't leak the format names. (#307190, Morten Welinder)Matthias Clasen2005-06-121-2/+7
* Allow localization of the format in which the year is displayed. (#135451,Matthias Clasen2005-06-121-12/+37
* Check start_button_mask before starting a drag. (#149058, Andreas Volz)Matthias Clasen2005-06-121-6/+2
* Support .hidden files. (#129170, Sayamindu Dasgupta, patch by Jan ArneMatthias Clasen2005-06-121-8/+78