| Commit message (Expand) | Author | Age | Files | Lines |
* | Updates for 2.5.1. | Matthias Clasen | 2004-08-01 | 1 | -2/+6 |
* | Use the canonical form of signal names after "notify::". Otherwise, no | Matthias Clasen | 2004-07-31 | 1 | -0/+9 |
* | Don't set both states at once. (#148789, Matthew Garret) | Matthias Clasen | 2004-07-31 | 1 | -2/+8 |
* | *** empty log message *** | Matthias Clasen | 2004-07-30 | 1 | -0/+5 |
* | Change the api for separators to use a separator function instead of a | Matthias Clasen | 2004-07-30 | 1 | -0/+8 |
* | Fix the positioning of the popup. | Matthias Clasen | 2004-07-30 | 1 | -0/+5 |
* | Implement this in terms of gtk_combo_box_get_active_iter(), instead of | Matthias Clasen | 2004-07-30 | 1 | -0/+6 |
* | Add a field for an "add to shortcuts" menu item. (popup_menu_detach_cb): | Federico Mena Quintero | 2004-07-29 | 1 | -0/+20 |
* | Add clipboard demo. | Anders Carlsson | 2004-07-29 | 1 | -0/+7 |
* | Store signal IDs in gulongs, not guints! | Federico Mena Quintero | 2004-07-29 | 1 | -0/+20 |
* | Make the fb backend compile against current freetype. (#148558, Nicolas | Matthias Clasen | 2004-07-28 | 1 | -0/+3 |
* | Replace the EXPANDER_MAX macro by ROW_HEIGHT. (#145528) | Matthias Clasen | 2004-07-28 | 1 | -0/+3 |
* | Warning fixes. | Matthias Clasen | 2004-07-28 | 1 | -0/+2 |
* | Fix prototype mismatch. (#148589, Nicolas Deves) | Matthias Clasen | 2004-07-28 | 1 | -0/+5 |
* | Cast to 32-bit integers when premultiplying, suggested by Keith Packard. | Anders Carlsson | 2004-07-27 | 1 | -0/+5 |
* | Fix ChangeLog | Anders Carlsson | 2004-07-27 | 1 | -0/+2 |
* | Add gdk_draw_rectangle_alpha_libgtk_only which uses XRenderFillRectangle | Anders Carlsson | 2004-07-27 | 1 | -0/+19 |
* | Remove dialog separators, fix text view background setting, use Close | Anders Carlsson | 2004-07-27 | 1 | -0/+8 |
* | Add a frame around the C-f popup to stop it from merging visually in | Matthias Clasen | 2004-07-27 | 1 | -0/+4 |
* | New function necessary to make GtkComboBox accessible. (#132847, Padraig | Matthias Clasen | 2004-07-27 | 1 | -0/+7 |
* | Hide parentless windows when disposing them. (#133231, Michael Natterer) | Matthias Clasen | 2004-07-27 | 1 | -0/+5 |
* | Expand the documentation for GtkLabel::ellipsize. | Matthias Clasen | 2004-07-26 | 1 | -0/+5 |
* | Make the GtkComboBox in list mode scroll if the list is too large to fit | Matthias Clasen | 2004-07-26 | 1 | -0/+24 |
* | Ignore scroll events from the content of the page. (#148409, Gabriel de | Matthias Clasen | 2004-07-25 | 1 | -0/+6 |
* | Warn if you try to add a tool item to a toolbar using the deprecated API. | Soeren Sandmann | 2004-07-24 | 1 | -0/+5 |
* | Create the change to initialize target_list to an empty list instead of | Matthias Clasen | 2004-07-23 | 1 | -2/+11 |
* | Improve various translatable messages. | Dafydd Harries | 2004-07-23 | 1 | -0/+9 |
* | align the entry in the same way as the cell. (#136749) | Matthias Clasen | 2004-07-23 | 1 | -1/+6 |
* | Don't iterate too far up. (#147965, Olivier Sessink) | Matthias Clasen | 2004-07-23 | 1 | -0/+5 |
* | Remove unnecessary checks. (#148175, Morten Welinder) | Matthias Clasen | 2004-07-23 | 1 | -0/+10 |
* | Add a new :ellipsize property which controls ellipsization of the rendered | Matthias Clasen | 2004-07-22 | 1 | -3/+13 |
* | Add additional accessability relations. (#141804, Padraig O'Briain) | Matthias Clasen | 2004-07-22 | 1 | -0/+5 |
* | Avoid compiler warnings. | Matthias Clasen | 2004-07-22 | 1 | -0/+4 |
* | Require Pango 1.5.1 (for ellipsisation). | Matthias Clasen | 2004-07-22 | 1 | -0/+11 |
* | Don't leak the list store. (#148134, Crispin Flowerday) | Matthias Clasen | 2004-07-22 | 1 | -1/+6 |
* | Don't leak the menu. (#148110, Tommi Komulainen) | Matthias Clasen | 2004-07-22 | 1 | -0/+5 |
* | Don't leak tree model and tree row reference. (#148125, Crispin Flowerday) | Matthias Clasen | 2004-07-22 | 1 | -0/+5 |
* | Don't leak models. (#148128, Tommi Komulainen) | Matthias Clasen | 2004-07-22 | 1 | -0/+5 |
* | Don't leak the adjustments. (#148089, Tommi Komulainen) | Matthias Clasen | 2004-07-22 | 1 | -0/+5 |
* | Don't leak the adjustments. (#148073, Tommi Komulainen) | Matthias Clasen | 2004-07-22 | 1 | -0/+5 |
* | Don't leak the arrow. (#148064, Tommi Komulainen) | Matthias Clasen | 2004-07-22 | 1 | -0/+5 |
* | Use the new text target functionality in GtkTargetList instead of | Matthias Clasen | 2004-07-21 | 1 | -0/+5 |
* | Hook up gtk-menu-bar-accel to an XSetting, Gtk/MenuBarAccel. (#120859, | Matthias Clasen | 2004-07-21 | 1 | -0/+5 |
* | Remove trailing commas from enumerations. (#148035) | Matthias Clasen | 2004-07-21 | 1 | -0/+11 |
* | Fix the documentation comment for the editing-started signal. | Federico Mena Quintero | 2004-07-20 | 1 | -0/+8 |
* | Add some refcount debugging. | Matthias Clasen | 2004-07-20 | 1 | -0/+9 |
* | Allow custom initialization of cell editables. (#147221) | Matthias Clasen | 2004-07-20 | 1 | -0/+10 |
* | Fix ChangeLog | Matthias Clasen | 2004-07-20 | 1 | -0/+6 |
* | Set drag_pos before grabbing the focus, since we may reenter into | Matthias Clasen | 2004-07-20 | 1 | -2/+1 |
* | Don't use uninitialized node pointer. (#147911, Peter Zelezny) | Matthias Clasen | 2004-07-20 | 1 | -0/+7 |