| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix so that you can set a new sort func. | Jonathan Blandford | 2002-04-29 | 1 | -0/+5 |
* | Use GDK_DISPLAY_XDISPLAY instead of GDK_SCREEN_XDISPLAY since we pass in a | Anders Carlsson | 2002-04-26 | 1 | -0/+16 |
* | if the deleted node was "below" this path, then do not unref all nodes | Kristian Rietveld | 2002-04-26 | 1 | -0/+8 |
* | tests/testtreecolumns.c quit the main loop when the window is destroyed. | Sven Neumann | 2002-04-26 | 1 | -0/+6 |
* | This commit fixes binary compatibility, which I broke with my recent cell | Kristian Rietveld | 2002-04-26 | 1 | -0/+17 |
* | include X11/Xlib.h, fixes the build | Kristian Rietveld | 2002-04-26 | 1 | -0/+4 |
* | Add missing gdkscreen/display-x11.h files. | Owen Taylor | 2002-04-26 | 1 | -0/+5 |
* | Start of integration of Erwann Chenede's multihead work from the | Owen Taylor | 2002-04-25 | 1 | -0/+49 |
* | fix typo in ChangeLog | Kristian Rietveld | 2002-04-25 | 1 | -1/+1 |
* | Fixes #74206. | Kristian Rietveld | 2002-04-25 | 1 | -0/+13 |
* | make the search dialog not scroll horizontally (prolly fixes #74806). | Kristian Rietveld | 2002-04-25 | 1 | -0/+5 |
* | Avoid a possible division by zero. (#77820) | Matthias Clasen | 2002-04-25 | 1 | -0/+5 |
* | use the child's requisition.height, not allocation.height, as width of | Soeren Sandmann | 2002-04-25 | 1 | -0/+6 |
* | resort if we're already in 'unsorted' state, and update the docs | Kristian Rietveld | 2002-04-24 | 1 | -0/+5 |
* | Remove GTK_OBJECT_CONNECTED. | Matthias Clasen | 2002-04-24 | 1 | -0/+5 |
* | temporarily set ->priv->edited_column to NULL. Pleas read the comment in | Kristian Rietveld | 2002-04-24 | 1 | -0/+6 |
* | Improve docs. (#62359) | Matthias Clasen | 2002-04-23 | 1 | -0/+5 |
* | This commit adds a cell_background property for cell renderers. With this | Kristian Rietveld | 2002-04-23 | 1 | -1/+19 |
* | Update ChangeLog | Anders Carlsson | 2002-04-22 | 1 | -1/+2 |
* | Use gtk_entry_get_public_chars. Fixes #79532. | Anders Carlsson | 2002-04-22 | 1 | -0/+6 |
* | This commit adds stock icon functionality to GtkCellRendererPixbuf which | Kristian Rietveld | 2002-04-22 | 1 | -0/+14 |
* | Save x and y in window_private. | Alexander Larsson | 2002-04-21 | 1 | -0/+9 |
* | remove leftover conflict marker. | Matthias Clasen | 2002-04-20 | 1 | -1/+0 |
* | A bunch of trivial doc fixes. | Matthias Clasen | 2002-04-20 | 1 | -0/+12 |
* | add "selected_shadow_type" style property | Soeren Sandmann | 2002-04-20 | 1 | -0/+4 |
* | Accept NULL for color to mean "unmodify" | Owen Taylor | 2002-04-20 | 1 | -0/+9 |
* | replace GDK_IS_WINDOW with GDK_IS_DRAWABLE in the assert, only check | Kristian Rietveld | 2002-04-20 | 1 | -0/+8 |
* | add bug number | Kristian Rietveld | 2002-04-19 | 1 | -0/+2 |
* | add _gtk_tree_view_column_autosize | Kristian Rietveld | 2002-04-19 | 1 | -0/+13 |
* | Remove some files whose content is either obsolete or has been moved | Matthias Clasen | 2002-04-19 | 1 | -0/+10 |
* | cancel editing if tree_view->priv->edited_column != NULL (fixes #76066) | Kristian Rietveld | 2002-04-19 | 1 | -0/+5 |
* | subtract TREE_VIEW_HEADER_HEIGHT from allocation->height to get the real | Kristian Rietveld | 2002-04-19 | 1 | -0/+8 |
* | rename last_single_clicked{,_2} to last_button_press{,_2}, as the latterGTK_MULTIHEAD_MERGEPOINT_19_04_02 | Kristian Rietveld | 2002-04-19 | 1 | -0/+10 |
* | s/<!>/<!-- -->/g throughout the documentation to bring the produced | Matthias Clasen | 2002-04-18 | 1 | -0/+12 |
* | gdk-pixbuf/Makefile.am (uninstall-libtool-import-lib) Fix typo, thanks to | Tor Lillqvist | 2002-04-18 | 1 | -0/+14 |
* | so this function was completely broken. Fix it and improve readability. | Kristian Rietveld | 2002-04-17 | 1 | -0/+6 |
* | Add a small test case. | Anders Carlsson | 2002-04-17 | 1 | -0/+5 |
* | fix docs | Kristian Rietveld | 2002-04-16 | 1 | -0/+4 |
* | check ->priv->cursor and ->priv->anchor rowrefs before removing | Kristian Rietveld | 2002-04-16 | 1 | -0/+8 |
* | don't install/change accelerators from locked accel groups. | Tim Janik | 2002-04-16 | 1 | -0/+8 |
* | include internal children when doing focus. | Jonathan Blandford | 2002-04-15 | 1 | -0/+7 |
* | add _gtk_tree_view_column_get_editable_cell and | Kristian Rietveld | 2002-04-14 | 1 | -0/+15 |
* | Fix typo in message. | Abigail Brady | 2002-04-14 | 1 | -0/+4 |
* | create the target pixbuf AFTER filling in width/height, so that passing in | Havoc Pennington | 2002-04-13 | 1 | -0/+6 |
* | Fixes #75510 | Kristian Rietveld | 2002-04-13 | 1 | -0/+19 |
* | fix cut-n-paste bug which breaks big-endian machines (fixes #73585) | jacob berkman | 2002-04-12 | 1 | -0/+5 |
* | relocate the remove_weak_pointer to just before we free the page, to be | Havoc Pennington | 2002-04-12 | 1 | -0/+6 |
* | add clamp_node argument (toplevel): update usages of | Kristian Rietveld | 2002-04-12 | 1 | -0/+9 |
* | add freeze / thaws to stop deluge of 'notify' signals. | Michael Meeks | 2002-04-12 | 1 | -0/+7 |
* | Export private _gtk_menu_shell_activate() to encapsulate cut-and-paste | Owen Taylor | 2002-04-11 | 1 | -0/+10 |