| Commit message (Expand) | Author | Age | Files | Lines |
* | Add nicks and blurbs for child properties. (#57143) | Matthias Clasen | 2002-05-02 | 3 | -19/+57 |
* | remove virtualization and made it cross platform. fix #79961 fixed | Erwann Chenede - | 2002-05-01 | 2 | -18/+18 |
* | Make it work, even if the window is already realized or mapped. | Owen Taylor | 2002-04-30 | 1 | -8/+23 |
* | Improve a warning. | Matthias Clasen | 2002-04-30 | 5 | -18/+18 |
* | use gtk_text_layout_invalidate_cache instead of cut-and-paste | Havoc Pennington | 2002-04-30 | 2 | -11/+12 |
* | Doc fixes. | Owen Taylor | 2002-04-30 | 2 | -4/+5 |
* | Add this | Anders Carlsson | 2002-04-30 | 2 | -0/+2638 |
* | assign something to "prev" so that removing tag info succeeds. Part of | Havoc Pennington | 2002-04-30 | 2 | -10/+40 |
* | Integrate Erwann Chenede's multihead changes for the gtk/ directory. | Alex Larsson | 2002-04-29 | 55 | -814/+1948 |
* | Fix so that you can set a new sort func. | Jonathan Blandford | 2002-04-29 | 1 | -3/+7 |
* | if the deleted node was "below" this path, then do not unref all nodes | Kristian Rietveld | 2002-04-26 | 1 | -1/+8 |
* | This commit fixes binary compatibility, which I broke with my recent cell | Kristian Rietveld | 2002-04-26 | 4 | -40/+72 |
* | Start of integration of Erwann Chenede's multihead work from the | Owen Taylor | 2002-04-25 | 1 | -4/+6 |
* | Fixes #74206. | Kristian Rietveld | 2002-04-25 | 2 | -3/+32 |
* | make the search dialog not scroll horizontally (prolly fixes #74806). | Kristian Rietveld | 2002-04-25 | 1 | -2/+2 |
* | Avoid a possible division by zero. (#77820) | Matthias Clasen | 2002-04-25 | 1 | -2/+6 |
* | use the child's requisition.height, not allocation.height, as width of | Soeren Sandmann | 2002-04-25 | 1 | -2/+5 |
* | resort if we're already in 'unsorted' state, and update the docs | Kristian Rietveld | 2002-04-24 | 1 | -1/+6 |
* | Remove GTK_OBJECT_CONNECTED. | Matthias Clasen | 2002-04-24 | 1 | -2/+2 |
* | temporarily set ->priv->edited_column to NULL. Pleas read the comment in | Kristian Rietveld | 2002-04-24 | 1 | -3/+19 |
* | Improve docs. (#62359) | Matthias Clasen | 2002-04-23 | 1 | -3/+9 |
* | This commit adds a cell_background property for cell renderers. With this | Kristian Rietveld | 2002-04-23 | 3 | -3/+130 |
* | Use gtk_entry_get_public_chars. Fixes #79532. | Anders Carlsson | 2002-04-22 | 1 | -1/+1 |
* | This commit adds stock icon functionality to GtkCellRendererPixbuf which | Kristian Rietveld | 2002-04-22 | 2 | -2/+116 |
* | Save x and y in window_private. | Alexander Larsson | 2002-04-21 | 1 | -1/+5 |
* | A bunch of trivial doc fixes. | Matthias Clasen | 2002-04-20 | 3 | -6/+8 |
* | add "selected_shadow_type" style property | Soeren Sandmann | 2002-04-20 | 1 | -8/+22 |
* | Accept NULL for color to mean "unmodify" | Owen Taylor | 2002-04-20 | 1 | -24/+41 |
* | add _gtk_tree_view_column_autosize | Kristian Rietveld | 2002-04-19 | 3 | -23/+37 |
* | cancel editing if tree_view->priv->edited_column != NULL (fixes #76066) | Kristian Rietveld | 2002-04-19 | 1 | -0/+3 |
* | subtract TREE_VIEW_HEADER_HEIGHT from allocation->height to get the real | Kristian Rietveld | 2002-04-19 | 1 | -1/+7 |
* | rename last_single_clicked{,_2} to last_button_press{,_2}, as the latterGTK_MULTIHEAD_MERGEPOINT_19_04_02 | Kristian Rietveld | 2002-04-19 | 2 | -41/+46 |
* | s/<!>/<!-- -->/g throughout the documentation to bring the produced | Matthias Clasen | 2002-04-18 | 8 | -58/+58 |
* | gdk-pixbuf/Makefile.am (uninstall-libtool-import-lib) Fix typo, thanks to | Tor Lillqvist | 2002-04-18 | 2 | -9/+35 |
* | so this function was completely broken. Fix it and improve readability. | Kristian Rietveld | 2002-04-17 | 1 | -5/+12 |
* | fix docs | Kristian Rietveld | 2002-04-16 | 1 | -4/+4 |
* | check ->priv->cursor and ->priv->anchor rowrefs before removing | Kristian Rietveld | 2002-04-16 | 1 | -26/+47 |
* | don't install/change accelerators from locked accel groups. | Tim Janik | 2002-04-16 | 4 | -7/+11 |
* | include internal children when doing focus. | Jonathan Blandford | 2002-04-15 | 1 | -1/+15 |
* | add _gtk_tree_view_column_get_editable_cell and | Kristian Rietveld | 2002-04-14 | 3 | -10/+93 |
* | Fix typo in message. | Abigail Brady | 2002-04-14 | 1 | -1/+1 |
* | Fixes #75510 | Kristian Rietveld | 2002-04-13 | 3 | -20/+29 |
* | relocate the remove_weak_pointer to just before we free the page, to be | Havoc Pennington | 2002-04-12 | 1 | -6/+7 |
* | add clamp_node argument (toplevel): update usages of | Kristian Rietveld | 2002-04-12 | 1 | -15/+20 |
* | add freeze / thaws to stop deluge of 'notify' signals. | Michael Meeks | 2002-04-12 | 1 | -1/+13 |
* | Export private _gtk_menu_shell_activate() to encapsulate cut-and-paste | Owen Taylor | 2002-04-11 | 4 | -19/+20 |
* | Fix problems with HandleBox and focusing - #78232 | Owen Taylor | 2002-04-09 | 2 | -31/+42 |
* | Always set the ALLOC_NEEDED and REQUEST_NEEDED flags up the hierarchy, | Owen Taylor | 2002-04-09 | 1 | -11/+12 |
* | Fixes #78110 | Kristian Rietveld | 2002-04-09 | 5 | -12/+50 |
* | Initialize error to NULL. | Anders Carlsson | 2002-04-09 | 1 | -1/+1 |