| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Jonathan got the logical flag backwards in the expand_collapse_cursor_row | Kristian Rietveld | 2003-12-18 | 1 | -13/+17 |
* | only start editing when activated by the left mouse button. (#106869, | Kristian Rietveld | 2003-12-18 | 1 | -1/+1 |
* | Migrating all cell renderers to use the new instance private data | Kristian Rietveld | 2003-12-18 | 5 | -116/+108 |
* | add a single-paragraph-mode property, use private instance data. (Fixes | Kristian Rietveld | 2003-12-17 | 1 | -0/+39 |
* | now deprecated (#106953, reported by Matthias Clasen). | Kristian Rietveld | 2003-12-17 | 1 | -2/+8 |
* | if we set a new stock_id and there was a previous stock_id, unref the | Kristian Rietveld | 2003-12-17 | 1 | -1/+8 |
* | Check that index is not bigger than level array length also when depth is | Marco Pesenti Gritti | 2003-12-17 | 1 | -2/+6 |
* | only try to strcmp or strlen if we managed to normalize and casefold the | Kristian Rietveld | 2003-12-17 | 1 | -6/+12 |
* | Add missing GDK_THREADS_ENTER()/GDK_THREADS_LEAVE(). Cast second argument | Matthias Clasen | 2003-12-17 | 7 | -11/+15 |
* | fix compile warning. (#122727, patch from Kjartan Maraas). | Kristian Rietveld | 2003-12-17 | 1 | -1/+1 |
* | Yay! Fixed height mode! Hooray! (Part 2 of #80868). | Kristian Rietveld | 2003-12-17 | 2 | -15/+168 |
* | Actually call the default signal handlers instead of calling the | Murray Cumming | 2003-12-17 | 1 | -34/+41 |
* | Added a "volumes-changed" signal. Added the following methods: | Federico Mena Quintero | 2003-12-17 | 4 | -138/+631 |
* | fix preprocessor conditional confusion. (G_OS_UNIX/G_OS_WIN32 stuff) | Manish Singh | 2003-12-16 | 1 | -5/+6 |
* | Do not interpret distant clicks as double-clicks (#116541, Bernhard | Matthias Clasen | 2003-12-16 | 1 | -6/+20 |
* | Sigh, revert the change. | Federico Mena Quintero | 2003-12-15 | 1 | -0/+27 |
* | Removed. (gtk_dialog_close): Don't call dialog_has_cancel(). At least | Federico Mena Quintero | 2003-12-15 | 1 | -27/+0 |
* | Add new properties, xalign and yalign, with getter and setter | Matthias Clasen | 2003-12-15 | 2 | -14/+178 |
* | handle GTK_DATADIR similar as the other filesystem placement 'constants' | Hans Breuer | 2003-12-14 | 6 | -12/+217 |
* | A trick for a faster treeview, step 1. Patch to short circuit | Kristian Rietveld | 2003-12-13 | 3 | -3/+31 |
* | Undo the last change, since it broke logical keynav. Fix stepper direction | Matthias Clasen | 2003-12-13 | 1 | -31/+16 |
* | Implement "gravity" for RTL mode in a better way: Keep the distance from | Matthias Clasen | 2003-12-12 | 1 | -2/+6 |
* | Combo box flipping support. | Kristian Rietveld | 2003-12-12 | 2 | -15/+61 |
* | Fix direction of steppers in inverted scrollbars. (#129084, Olexiy | Matthias Clasen | 2003-12-11 | 1 | -9/+38 |
* | Don't unnecessarily reserve space for arrows in RTL mode. (#129075, Semion | Matthias Clasen | 2003-12-11 | 1 | -1/+1 |
* | Changes to allow "no input" windows (#64613): | Matthias Clasen | 2003-12-10 | 2 | -6/+93 |
* | Added toolbar items for the filter separator and the filter item. | Federico Mena Quintero | 2003-12-10 | 1 | -38/+74 |
* | Use "Home" rather than "Username's Home" (#125964). | Federico Mena Quintero | 2003-12-10 | 1 | -18/+21 |
* | Use the behavior of the GtkFileSelection to determine selected paths in | Jan Arne Petersen | 2003-12-08 | 1 | -10/+50 |
* | s/Unix/Win32/g. | Matthias Clasen | 2003-12-08 | 2 | -232/+225 |
* | === Released 2.3.1 === | Owen Taylor | 2003-12-08 | 8 | -15/+49 |
* | Actually commit RTL flipping changes for GtkNotebook which I already | Matthias Clasen | 2003-12-08 | 1 | -54/+135 |
* | fix comment typo | Tim Janik | 2003-12-08 | 1 | -1/+1 |
* | Don't crash if icon_theme_builtin_icons hasn't been initialized. (#128726, | Matthias Clasen | 2003-12-07 | 1 | -1/+3 |
* | Implement RTL flipping for GtkAlignment. (#127585) | Matthias Clasen | 2003-12-06 | 1 | -2/+6 |
* | Fix the position of the popup window when in RTL mode. (#127578) | Matthias Clasen | 2003-12-06 | 1 | -0/+2 |
* | Applied patch from Ross McFarland <rwmcfa1@neces.com>, initialize *count_p | Manish Singh | 2003-12-05 | 1 | -1/+3 |
* | Implement RTL flipping for GtkViewport: Adjust the "gravity" when resizing | Matthias Clasen | 2003-12-05 | 2 | -6/+27 |
* | Allow gtk_label_set_attributes() take NULL. See bug #128517. | Mark McLoughlin | 2003-12-04 | 1 | -1/+2 |
* | Removed the in_change flag. (completion_idle_callback): Use a temporary | Federico Mena Quintero | 2003-12-04 | 1 | -15/+11 |
* | Decouple impl->current_folder from the selection in the folder tree. This | Federico Mena Quintero | 2003-12-02 | 1 | -20/+37 |
* | Remove duplicate declaration of gtk_icon_source_set_icon_name(). (#Jeff | Matthias Clasen | 2003-12-02 | 1 | -2/+0 |
* | Patch from Hans-Petter Jansson <hpj@ximian.com> to align the bookmarks | Federico Mena Quintero | 2003-12-01 | 1 | -19/+37 |
* | Set the shortcuts tree as a drag destination. | Federico Mena Quintero | 2003-12-01 | 1 | -28/+156 |
* | return TRUE if there are disappearing placeholders that are still visible. | Soeren Sandmann | 2003-11-30 | 1 | -34/+41 |
* | Patch from <chinen@jp.ibm.com> to handle RTL support for column resizers, | Jonathan Blandford | 2003-11-29 | 2 | -8/+13 |
* | Don't use freed memory. (#127698, Taavi Talvik) | Matthias Clasen | 2003-11-27 | 1 | -2/+3 |
* | Remove debug g_print()s. | Matthias Clasen | 2003-11-27 | 1 | -10/+0 |
* | Remove debug define. | Matthias Clasen | 2003-11-27 | 1 | -1/+1 |
* | allow accel activation depending on sensitivity and the attach widget. | Tim Janik | 2003-11-27 | 7 | -16/+86 |