| Commit message (Expand) | Author | Age | Files | Lines |
* | New function to scroll to a path. (#306838, Jonathan Blandford) | Matthias Clasen | 2005-06-09 | 1 | -0/+7 |
* | Scroll to the item. (#306839, Jonathan Blandford) | Matthias Clasen | 2005-06-08 | 1 | -0/+3 |
* | Check for negative before appending the index, to avoid double error | Matthias Clasen | 2005-06-08 | 1 | -0/+4 |
* | Don't crash if search_window is NULL. (#304914, Victor Osadci, testcase by | Matthias Clasen | 2005-06-08 | 1 | -0/+4 |
* | Make the file property readable. (#170674, Lorenzo Gil Sanchez) | Matthias Clasen | 2005-06-08 | 1 | -0/+5 |
* | Use g_utf8_collate_key_for_filename(). | Matthias Clasen | 2005-06-08 | 1 | -0/+5 |
* | Merge leak fix from stable. Bug 306754. | Kjartan Maraas | 2005-06-07 | 1 | -0/+5 |
* | Return NULL unless screen number is zero. We have only one screen on | Tor Lillqvist | 2005-06-05 | 1 | -0/+6 |
* | modules/engines/Makefile.am Decide whether to build the ms-windows theme | Tor Lillqvist | 2005-06-04 | 1 | -0/+10 |
* | gdk/win32/gdkcursor-win32.c gdk/win32/gdkwindow-win32.c Support | Tor Lillqvist | 2005-06-04 | 1 | -0/+7 |
* | Render insensitive icons in a way that more closely matches Windows. | Tor Lillqvist | 2005-06-04 | 1 | -0/+8 |
* | re-sync with gtk-wimp's cvs repository | Dom Lachowicz | 2005-06-03 | 1 | -0/+6 |
* | Add declarations for gtk_entry_completion_{get,set}_popup_single_match. | Manish Singh | 2005-05-26 | 1 | -0/+5 |
* | Add a property to suppress the popup for single matches. (#154711) | Matthias Clasen | 2005-05-26 | 1 | -0/+9 |
* | Add credit | Matthias Clasen | 2005-05-26 | 1 | -1/+1 |
* | Queue the redisplay after modifying the tag in the btree, otherwise we end | Matthias Clasen | 2005-05-26 | 1 | -0/+5 |
* | Make autoscrolling work at the bottom of the screen. | Matthias Clasen | 2005-05-26 | 1 | -0/+5 |
* | I guess you should add changelog for your commits, right? | Maciej Katafiasz | 2005-05-26 | 1 | -0/+5 |
* | use a less aggressive PNG compression level (bug #305340). | Sven Neumann | 2005-05-26 | 1 | -0/+5 |
* | If blitting from the root window, take the multi-monitor offset into | Tor Lillqvist | 2005-05-26 | 1 | -0/+6 |
* | Set the window icon by name. | Matthias Clasen | 2005-05-25 | 1 | -0/+3 |
* | Remove another C99ism. | Matthias Clasen | 2005-05-25 | 1 | -0/+3 |
* | Draw the background of rows insensitive when the treeview is insensitive. | Matthias Clasen | 2005-05-25 | 1 | -0/+4 |
* | Demonstrate image copy-and-paste and DND, and clipboard persistency. | Matthias Clasen | 2005-05-25 | 1 | -0/+3 |
* | Make sure png comes first, otherwise dnd may use bmp by default, loosing | Matthias Clasen | 2005-05-25 | 1 | -0/+6 |
* | block the text_layout's "changed" handler when changing cursor visibility | Michael Natterer | 2005-05-25 | 1 | -0/+13 |
* | Also demonstrate GtkCellRendererProgress. | Matthias Clasen | 2005-05-25 | 1 | -0/+3 |
* | Add a demo showing combo box variations. | Matthias Clasen | 2005-05-25 | 1 | -0/+4 |
* | Add a demo showing all picker widgets. | Matthias Clasen | 2005-05-25 | 1 | -0/+5 |
* | Fix a typo. | Matthias Clasen | 2005-05-25 | 1 | -0/+4 |
* | Handle gtk-alternative-button-order (setting it to TRUE). | Tor Lillqvist | 2005-05-24 | 1 | -0/+5 |
* | Remove an unused variable. (#305130, Jaap A. Haitsma) | Matthias Clasen | 2005-05-23 | 1 | -0/+3 |
* | Don't grab the focus away from the file list when operating the filter | Matthias Clasen | 2005-05-23 | 1 | -0/+6 |
* | Map VK_APPS to GDK_Menu. (#172383, Ivan Wong) | Tor Lillqvist | 2005-05-22 | 1 | -0/+3 |
* | Typo. | Tor Lillqvist | 2005-05-22 | 1 | -1/+1 |
* | If the keysym isn't one of the special cases this function takes care of, | Tor Lillqvist | 2005-05-22 | 1 | -0/+7 |
* | Avoid a possible buffer overrun. (#142444, Leonard Michlmayr) | Matthias Clasen | 2005-05-20 | 1 | -0/+3 |
* | Remove C99-isms (#304879, Kazuki IWAMOTO) | Matthias Clasen | 2005-05-20 | 1 | -0/+5 |
* | Use the correct function to conver the uri to a path. (#304565, Ismael | Matthias Clasen | 2005-05-18 | 1 | -0/+4 |
* | Handle the Cancel button properly. (#304234, Sven Neumann) | Matthias Clasen | 2005-05-18 | 1 | -2/+7 |
* | If the horizontal adjustment changes because of a change in the layout | Anders Carlsson | 2005-05-18 | 1 | -0/+9 |
* | Try harder to set the event masks of descendent windows. (#169821, Tommi | Matthias Clasen | 2005-05-18 | 1 | -0/+3 |
* | Fix some errors in the handling of drop columns. (#143355, John Finlay) | Matthias Clasen | 2005-05-18 | 1 | -0/+4 |
* | Remove the no longer needed workaround. | Matthias Clasen | 2005-05-18 | 1 | -0/+6 |
* | Add a bug reference | Matthias Clasen | 2005-05-18 | 1 | -0/+5 |
* | gdk/win32/gdkevents-win32.c gdk/win32/gdkkeys-win32.c Check the | Tor Lillqvist | 2005-05-18 | 1 | -0/+10 |
* | Warn if length overflows. (#161520, Ian Wienand) | Matthias Clasen | 2005-05-18 | 1 | -0/+3 |
* | Fix parameter names to make gtk-doc happy. | Matthias Clasen | 2005-05-18 | 1 | -0/+3 |
* | Fix the default values of draw-value and value-pos to be the values we | Matthias Clasen | 2005-05-18 | 1 | -0/+4 |
* | Support named icons in cells by adding a icon-name property. (#165777, | Matthias Clasen | 2005-05-18 | 1 | -1/+6 |