| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix various compilation problems (#134312, David Hawthorne) | Owen Taylor | 2004-02-13 | 3 | -7/+5 |
* | Various reentrancy fixes for widgets being destroyed out of | Owen Taylor | 2004-02-13 | 2 | -1/+15 |
* | Don't draw bevels around active, RELIEF_NONE buttons that aren't | Matthias Clasen | 2004-02-13 | 1 | -3/+2 |
* | Fix for #104811, Padraig O'Briain: | Matthias Clasen | 2004-02-12 | 4 | -110/+295 |
* | Remove an extraneous + 1 (#134015, Torsten Schoenfeld) | Owen Taylor | 2004-02-12 | 1 | -1/+1 |
* | New function to improve the accessibility of tooltips. (#114851, Padraig | Matthias Clasen | 2004-02-12 | 2 | -0/+47 |
* | Assign xtype using gdk_x11_atom_to_xatom_for_display () when type != | Manish Singh | 2004-02-12 | 1 | -1/+1 |
* | Fix up item_area correctly in RTL mode. (#133984, patch from Semion | Soeren Sandmann | 2004-02-12 | 1 | -1/+1 |
* | Correct the docs. | Matthias Clasen | 2004-02-12 | 1 | -3/+3 |
* | Call gtk_drag_source_set(), so that things like gtk_drag_set_icon_*() work | Matthias Clasen | 2004-02-12 | 1 | -0/+6 |
* | New ::map() handler. If no widget has the focus, try to give it to the | Federico Mena Quintero | 2004-02-11 | 1 | -0/+41 |
* | Fixes #134051. | Federico Mena Quintero | 2004-02-11 | 1 | -3/+0 |
* | Shift the array correctly. Fixes #134055, patch by Tosten Schoenfeld | Federico Mena Quintero | 2004-02-11 | 1 | -2/+2 |
* | Handle focus [hv]adjustment correctly when the focus is located deeper | Matthias Clasen | 2004-02-11 | 1 | -17/+30 |
* | Remove arbitrary low upper limits on the xpad, ypad, width and height | Matthias Clasen | 2004-02-11 | 2 | -10/+28 |
* | Free the filters. Fixes #133547, patch by Morten Welinder | Federico Mena Quintero | 2004-02-10 | 1 | -1/+12 |
* | Fixes the entry-related part of #133852. | Federico Mena Quintero | 2004-02-10 | 1 | -2/+3 |
* | Document these functions. | Matthias Clasen | 2004-02-10 | 1 | -0/+30 |
* | Request GTK_FILE_INFO_ALL from the file system model, so that arbitrary | Federico Mena Quintero | 2004-02-09 | 1 | -7/+1 |
* | Ugh. Don't try to free ints, even if they're stored in pointers. | Matthias Clasen | 2004-02-09 | 1 | -1/+8 |
* | Fix #132256. | Federico Mena Quintero | 2004-02-09 | 1 | -32/+44 |
* | If the folder is already open, add the requested info types to it. | Federico Mena Quintero | 2004-02-09 | 1 | -1/+4 |
* | declare _xdg_utf8_skip as extern to prevent multiple definitions. | Manish Singh | 2004-02-09 | 2 | -1/+6 |
* | Add appropriate type casts for the gtk_window_set_screen() call. | Manish Singh | 2004-02-08 | 1 | -3/+3 |
* | Make popups come up on the same screen as the combo box. (#133544, Morten | Matthias Clasen | 2004-02-08 | 1 | -3/+31 |
* | clean up the packing of the file selector. | Jonathan Blandford | 2004-02-07 | 1 | -1/+2 |
* | Don't use function calls in array initializers, as some compilers seem to | Matthias Clasen | 2004-02-07 | 1 | -5/+12 |
* | Add change notification for GtkAccelMap, by on-demand instantiating a | Matthias Clasen | 2004-02-06 | 3 | -3/+113 |
* | Actually free the lists. Pointed out by Morten Welinder. | Matthias Clasen | 2004-02-06 | 3 | -24/+8 |
* | Handle character positions in UTF-8 strings correctly. (#133315, Theppitak | Matthias Clasen | 2004-02-06 | 1 | -1/+1 |
* | Cleanup using gtk_menu_attach_to_widget. Also fixes leak, see #133411. | Morten Welinder | 2004-02-06 | 1 | -5/+13 |
* | Free the list. Fixes #133546. | Federico Mena Quintero | 2004-02-06 | 1 | -0/+2 |
* | Fix #132327. | Federico Mena Quintero | 2004-02-06 | 1 | -5/+55 |
* | Change the labels of the ZOOM_100 and ZOOM_FIT stock items to "_Normal | Matthias Clasen | 2004-02-05 | 1 | -2/+2 |
* | Add a finalize function to plug a few memory leaks. (#133544, Morten | Matthias Clasen | 2004-02-05 | 1 | -2/+27 |
* | Support mnemonic_activate here as well. | Matthias Clasen | 2004-02-05 | 2 | -2/+18 |
* | Add this function, to make mnemonic_activate work for combo boxes. | Matthias Clasen | 2004-02-05 | 1 | -6/+5 |
* | Initialize result to FALSE. (#133539, Morten Welinder) | Matthias Clasen | 2004-02-05 | 1 | -1/+1 |
* | Fix the logic of the depth one check. (#133488, Christian Persch) | Matthias Clasen | 2004-02-05 | 1 | -2/+20 |
* | Fix the drawing of tearoff menu items which don't come first in their | Matthias Clasen | 2004-02-05 | 1 | -2/+2 |
* | Use g_completion_complete_utf8(). (#133313, Theppitak Karoonboonyanan) | Matthias Clasen | 2004-02-05 | 1 | -1/+1 |
* | Fix #59707. | Federico Mena Quintero | 2004-02-04 | 1 | -20/+10 |
* | Show on the right screen. (Fixes bug 133411, apart from the leak.) | Morten Welinder | 2004-02-04 | 1 | -4/+7 |
* | pass value in last in g_object_new, since it depends on lower and upper | Manish Singh | 2004-02-03 | 1 | -1/+1 |
* | Make the window not resizable. Fixes #114032. | Federico Mena Quintero | 2004-02-03 | 1 | -0/+2 |
* | Add documentation for the use_separator style property. | Federico Mena Quintero | 2004-02-03 | 1 | -0/+8 |
* | Fix #68938. | Federico Mena Quintero | 2004-02-03 | 3 | -0/+54 |
* | Build filesystemwin32.c if OS_WIN32 and also dist gtkfilesystemwin32.[hc]. | Matthias Clasen | 2004-02-03 | 1 | -0/+2 |
* | Build filesystemwin32.c if OS_WIN32. | Matthias Clasen | 2004-02-03 | 1 | -0/+5 |
* | Right-justify labels in rtl mode. (#129071, chinen@jp.ibm.com) | Matthias Clasen | 2004-02-03 | 2 | -3/+27 |