| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix C99ism. | Morten Welinder | 2004-08-09 | 1 | -0/+4 |
* | Also revert GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API to its old status. | Matthias Clasen | 2004-08-09 | 1 | -0/+5 |
* | Add the exported functions gdk_rgb_colormap_ditherable(), | Matthias Clasen | 2004-08-09 | 1 | -0/+8 |
* | Make static. | Matthias Clasen | 2004-08-09 | 1 | -0/+5 |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 1 | -0/+32 |
* | Only undef gtk_init_check and gtk_init on win32. | Matthias Clasen | 2004-08-09 | 1 | -0/+4 |
* | Add gtk_entry_layout_index_to_text_index() and its inverse. The have | Matthias Clasen | 2004-08-09 | 1 | -0/+6 |
* | Don't leak the file contents. | Matthias Clasen | 2004-08-09 | 1 | -0/+5 |
* | Don't leak the icon source. | Matthias Clasen | 2004-08-09 | 1 | -0/+5 |
* | Don't leak a reference to the pixbufs. | Matthias Clasen | 2004-08-09 | 1 | -0/+5 |
* | Ref and sink the column. (gtk_combo_box_menu_destroy): Unref the column. | Matthias Clasen | 2004-08-09 | 1 | -0/+12 |
* | Don't stumble over separators which are not backed by model rows. | Matthias Clasen | 2004-08-09 | 1 | -0/+5 |
* | Don't leak the path. | Matthias Clasen | 2004-08-09 | 1 | -0/+5 |
* | take targets into account again to allow dnd of other things than text | Hans Breuer | 2004-08-08 | 1 | -0/+9 |
* | Add gtk_cell_renderer_progress_get_type. | Matthias Clasen | 2004-08-08 | 1 | -0/+4 |
* | Replace duplicate gtk_tree_view_get_hover_expand by | Matthias Clasen | 2004-08-08 | 1 | -2/+3 |
* | 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 |