| Commit message (Expand) | Author | Age | Files | Lines |
* | Update my e-mail address. | Anders Carlsson | 2003-12-29 | 12 | -12/+12 |
* | Add a way to lock individual accelerator paths. (#73207, reported by Havoc | Matthias Clasen | 2003-12-29 | 2 | -0/+62 |
* | use CHILD_VISIBLE instead of VISIBLE to determine whether we should stop | Soeren Sandmann | 2003-12-27 | 1 | -1/+2 |
* | Don't use first_action without initializing it if n_entries is 0. | Matthias Clasen | 2003-12-26 | 1 | -2/+2 |
* | fix GTK_TYPE_ICON_INFO macro, reported by muppet. | Manish Singh | 2003-12-24 | 1 | -1/+1 |
* | Add GtkClipboardTargetReceivedFunc, gtk_clipboard_request_targets() and | Matthias Clasen | 2003-12-24 | 2 | -0/+115 |
* | Use gtk_paint_arrow instead of draw_arrow_left/draw_arrow_right. Removed. | Matthias Clasen | 2003-12-21 | 1 | -49/+23 |
* | Fix memory leaks caused by the failure to free the result of | Matthias Clasen | 2003-12-21 | 3 | -3/+16 |
* | New function to emit the "cancel" signal on a menu shell. | Matthias Clasen | 2003-12-21 | 5 | -5/+20 |
* | Fix the "language_set" blurb. (#129720, Christian Rose) | Matthias Clasen | 2003-12-20 | 1 | -1/+1 |
* | do not invalidate all of treeview when resizing (#110074, patch from | Kristian Rietveld | 2003-12-20 | 1 | -1/+3 |
* | Fixes #108458. | Kristian Rietveld | 2003-12-19 | 6 | -0/+172 |
* | use strstr instead of strcmp (#117127, suggestion from Soeren Sandmann). | Kristian Rietveld | 2003-12-19 | 1 | -1/+1 |
* | move item insertion logic here from gtk_menu_real_insert(), | Kristian Rietveld | 2003-12-19 | 1 | -9/+25 |
* | Use g_date_strftime() for UTF-8 correctness; use Julian dates to simplify | Federico Mena Quintero | 2003-12-19 | 1 | -41/+19 |
* | Fix the behaviour of insensitive actions, which was broken when | Matthias Clasen | 2003-12-19 | 4 | -3/+11 |
* | Fixes #110249, reworked patch from Joshua N Pritikin. | Kristian Rietveld | 2003-12-18 | 2 | -0/+174 |
* | add key bindings for "*" and "/" (expand/collapse all). (#110195, reported | Kristian Rietveld | 2003-12-18 | 1 | -0/+23 |
* | clear the extra_attrs list if we set "text" after "markup". (Fixes | Kristian Rietveld | 2003-12-18 | 1 | -0/+11 |
* | Fix typo that used the wrong x/y values for the x1, y1 point | Alexander Larsson | 2003-12-18 | 1 | -1/+1 |
* | added language and language_set properties like GtkTextTag has. (#103800, | Kristian Rietveld | 2003-12-18 | 1 | -1/+48 |
* | Correct misleading docs. Add docs for the "activate" signal. (#129358, | Matthias Clasen | 2003-12-18 | 2 | -3/+11 |
* | 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 |