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