| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove Makefile.in.in | Matthias Clasen | 2005-04-06 | 1 | -2/+5 |
* | Don't modify scanner->value, copy it first. (#165693, Tommi Komulainen) | Matthias Clasen | 2005-04-06 | 1 | -0/+5 |
* | Implement grab_focus for GtkComboBox and GtkComboBoxEntry. (#171912, | Matthias Clasen | 2005-04-06 | 1 | -0/+5 |
* | Store icon caches along with the mtimes of the toplevel directories. The | Matthias Clasen | 2005-04-06 | 1 | -0/+8 |
* | Fix a typo in a warning. | Matthias Clasen | 2005-04-05 | 1 | -0/+3 |
* | Protect the license and credits buttons from being affected by | Matthias Clasen | 2005-04-05 | 1 | -0/+6 |
* | Keep a reference to the item. (#167920, Hazael Maldonado Torres) | Matthias Clasen | 2005-04-05 | 1 | -0/+3 |
* | Add some more docs on interactive search. | Matthias Clasen | 2005-04-05 | 1 | -0/+5 |
* | Handle 16 colour display mode. For some reason, in this mode | Tor Lillqvist | 2005-04-05 | 1 | -0/+4 |
* | Don't force 24bpp GdkVisual on 32bpp displays. (#140706) | Tor Lillqvist | 2005-04-05 | 1 | -0/+5 |
* | Add bug ref | Matthias Clasen | 2005-04-05 | 1 | -0/+2 |
* | change to use gtk_tree_view_real_expand_row() instead of doing this by | Jonathan Blandford | 2005-04-04 | 1 | -0/+5 |
* | Add GtkTextBuffer::text (#172631) | Johan Dahlin | 2005-04-04 | 1 | -0/+6 |
* | cast combo->priv->entry to GTK_ENTRY() | Manish Singh | 2005-04-04 | 1 | -0/+8 |
* | Some trivial doc fixes. | Matthias Clasen | 2005-04-04 | 1 | -0/+2 |
* | Improve the wording of the doc comment. (#172422, Vincent Untz) | Matthias Clasen | 2005-04-04 | 1 | -0/+5 |
* | Covert expander drawing to Cairo. Also always draw the entire triangle | Owen Taylor | 2005-04-04 | 1 | -0/+7 |
* | Remove symbols accidentally added. Add boolean property popup_set_width | Johan Dahlin | 2005-04-04 | 1 | -0/+7 |
* | Translate x, y into widget coordinates instead of root coordinates. Patch | Søren Sandmann | 2005-04-04 | 1 | -0/+6 |
* | Add a tooltips property. | Matthias Clasen | 2005-04-04 | 1 | -0/+2 |
* | Add docs. | Matthias Clasen | 2005-04-04 | 1 | -0/+7 |
* | Allow completion popups to be wider than the entry. (#131916, Ross Burton) | Matthias Clasen | 2005-04-04 | 1 | -0/+13 |
* | Use gtk_accel_map_change_entry(), so that reusing the same action name | Matthias Clasen | 2005-04-04 | 1 | -0/+6 |
* | New debugging function, to log a clipboard format name symbolically. | Tor Lillqvist | 2005-04-04 | 1 | -0/+43 |
* | [merged from gtk-2-6 branch] let dash_offset shift the start of the line | Hans Breuer | 2005-04-03 | 1 | -0/+23 |
* | Add a "metric" property. | Matthias Clasen | 2005-04-03 | 1 | -0/+2 |
* | Add a "group" property like the one found in radio buttons. | Matthias Clasen | 2005-04-03 | 1 | -0/+9 |
* | Move documentation inline, document if add_target functions append or | Matthias Clasen | 2005-04-01 | 1 | -0/+6 |
* | Make gtk_combo_box_get_active_text do the right thing for GtkComboBoxEntry | Matthias Clasen | 2005-04-01 | 1 | -0/+14 |
* | Merged from gtk-2-6: | Sven Neumann | 2005-03-31 | 1 | -0/+7 |
* | Allow to pop up menus without grabbing the keyboard. Useful for stuff like | Michael Natterer | 2005-03-31 | 1 | -0/+17 |
* | Merged from gtk-2-6: | Federico Mena Quintero | 2005-03-30 | 1 | -0/+9 |
* | Make enable_search control only typeahead, not C-f. (#170435, Sven | Matthias Clasen | 2005-03-30 | 1 | -1/+6 |
* | Include cairo.h | Matthias Clasen | 2005-03-30 | 1 | -0/+2 |
* | Don't accept n_targets == -1. (clipboard_unset): unref the old_data, not | Matthias Clasen | 2005-03-30 | 1 | -0/+6 |
* | Forgotten Changelog | Matthias Clasen | 2005-03-30 | 1 | -0/+6 |
* | Fix event filter handling. If an event filter (global, client message | Tor Lillqvist | 2005-03-30 | 1 | -0/+9 |
* | The state field should represent the state before the event, like on X11. | Tor Lillqvist | 2005-03-30 | 1 | -0/+6 |
* | Document the need to refilter if parameters of the visibility function | Matthias Clasen | 2005-03-29 | 1 | -0/+6 |
* | Don't invalidate areas that are covered by mapped input-output child | Søren Sandmann | 2005-03-28 | 1 | -0/+6 |
* | Make the preview label ellipsize so the dialog layout stays constant. | Jeroen Zwartepoorte | 2005-03-28 | 1 | -0/+6 |
* | Don't pop up the context menu of the search entry if it is not visible. | Matthias Clasen | 2005-03-28 | 1 | -0/+6 |
* | Apparently AC_LIBTOOL_WIN32_DLL isn't deprecated after all, and in fact | Tor Lillqvist | 2005-03-27 | 1 | -0/+5 |
* | Use canonical names for g_object_notify() as well. | Matthias Clasen | 2005-03-26 | 1 | -0/+6 |
* | Include the -mms-bitfields flag in GTK_EXTRA_CFLAGS on Win32, so that it | Tor Lillqvist | 2005-03-24 | 1 | -0/+9 |
* | Remove a call whose result was unused and leaked. (#170776, Kjartan | Matthias Clasen | 2005-03-23 | 1 | -0/+4 |
* | Some cleanups to the GtkDialog code: (#170746, Morten Welinder) Simplify, | Matthias Clasen | 2005-03-23 | 1 | -0/+13 |
* | Use g_return_if_fail, not g_return_val_if_fail. | Manish Singh | 2005-03-22 | 1 | -0/+5 |
* | Implement bookmark renaming (#136216, Sean Middleditch) | Matthias Clasen | 2005-03-22 | 1 | -0/+21 |
* | Stop scrolling when the widget is unmapped. (#168791, Ryan Lortie) | Matthias Clasen | 2005-03-22 | 1 | -0/+8 |