| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove duplicate gtk_tree_view_get_hover_expand. | Matthias Clasen | 2004-08-08 | 1 | -0/+4 |
* | Remove the static function gtk_menu_get_private. | Matthias Clasen | 2004-08-08 | 1 | -0/+4 |
* | Don't hardcode mapping of VK_DECIMAL to GDK_KP_Decimal. Instead, let | Tor Lillqvist | 2004-08-07 | 1 | -0/+7 |
* | Use GtkTreeViewRowSeparatorFunc instead of GtkCellRendererSepText. | Matthias Clasen | 2004-08-07 | 1 | -0/+17 |
* | WM_WINDOWPOSCHANGED): Add _gdk_offset_{x,y} to top-level window | Tor Lillqvist | 2004-08-07 | 1 | -0/+7 |
* | Make the column drag code a bit more robust (still scary, though). | Matthias Clasen | 2004-08-07 | 1 | -0/+12 |
* | Fix #144232: | Federico Mena Quintero | 2004-08-06 | 1 | -0/+20 |
* | make it compile and more similar to the X11 implementation [backward | Hans Breuer | 2004-08-06 | 1 | -0/+25 |
* | Fix an off-by-one error. (#141809, Markku Vire) | Matthias Clasen | 2004-08-06 | 1 | -0/+3 |
* | Really fix the initialization of the target list. | Matthias Clasen | 2004-08-06 | 1 | -0/+25 |
* | Set x_root and y_root in button and motion events from the tablet. | Robert Ă–gren | 2004-08-06 | 1 | -0/+5 |
* | Call gdk_window_enable_synchronized_configure() | Soeren Sandmann | 2004-08-05 | 1 | -0/+9 |
* | Add setter and getter for the ::show-hidden property. (#145610, Jeff | Matthias Clasen | 2004-08-04 | 1 | -0/+3 |
* | Add buttons to select and unselect all nodes, make the popup menu actually | Matthias Clasen | 2004-08-04 | 1 | -0/+7 |
* | Add testiconview. A test for GtkIconView ...which uses this image. | Matthias Clasen | 2004-08-04 | 1 | -0/+6 |
* | s/childs/children/g. | Matthias Clasen | 2004-08-04 | 1 | -0/+7 |
* | Fix #133446, noticed by Christian Persch: | Matthias Clasen | 2004-08-04 | 1 | -0/+9 |
* | Make the the GtkAction{Toggle,Radio,}Entry* arguments to the | Matthias Clasen | 2004-08-04 | 1 | -0/+7 |
* | Make gtk_ui_manager_add_ui() accept paths with a leading "/ui". (#149077, | Matthias Clasen | 2004-08-04 | 1 | -0/+9 |
* | Correct the return type of gtk_tree_model_filter_get_flags(). (#149195, | Matthias Clasen | 2004-08-03 | 1 | -0/+5 |
* | Fix #149191, reported by Morten Welinder: | Matthias Clasen | 2004-08-03 | 1 | -0/+8 |
* | Add missing parens. (#149190, Morten Welinder) | Matthias Clasen | 2004-08-03 | 1 | -0/+5 |
* | Remove accidentally committed debug code. | Matthias Clasen | 2004-08-03 | 1 | -0/+5 |
* | Optimize for the case that row_column and col_column are unset. (#148868, | Matthias Clasen | 2004-08-03 | 1 | -0/+6 |
* | New function. Make sure the sync counter is recreated when a window is | Soeren Sandmann | 2004-08-02 | 1 | -0/+6 |
* | Some trees in combo boxes. | Matthias Clasen | 2004-08-02 | 1 | -0/+2 |
* | Rework the combo box to handle tree models. (#139582, Matt Walton) | Matthias Clasen | 2004-08-02 | 1 | -0/+3 |
* | Add a new boolean property ::hover-expand and make the treeview | Matthias Clasen | 2004-08-02 | 1 | -0/+6 |
* | Remove some erroneous declarations. | Matthias Clasen | 2004-08-02 | 1 | -0/+2 |
* | Don't crash if the displayed row is gone. | Matthias Clasen | 2004-08-02 | 1 | -0/+5 |
* | C99ism. | Morten Welinder | 2004-08-02 | 1 | -0/+4 |
* | Add a new binding signal ::backspace, bind it to the backspace key, and | Matthias Clasen | 2004-08-02 | 1 | -0/+9 |
* | Add missing error traps. (#149011, Thomas Leonard) | Matthias Clasen | 2004-08-02 | 1 | -0/+6 |
* | Add the same warning that the blink_cb() in GtkEntry already has. | Matthias Clasen | 2004-08-02 | 1 | -0/+5 |
* | Document the xalign property and its getter and setter as 2.4 additions. | Matthias Clasen | 2004-08-02 | 1 | -0/+15 |
* | *** empty log message *** | Matthias Clasen | 2004-08-01 | 1 | -0/+2 |
* | 2.5.1GTK_2_5_1 | Matthias Clasen | 2004-08-01 | 1 | -0/+4 |
* | New arguments | Jonathan Blandford | 2004-08-01 | 1 | -0/+20 |
* | 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 |