summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Add nicks and blurbs for child properties. (#57143)Matthias Clasen2002-05-023-19/+57
* remove virtualization and made it cross platform. fix #79961 fixedErwann Chenede -2002-05-012-18/+18
* Make it work, even if the window is already realized or mapped.Owen Taylor2002-04-301-8/+23
* Improve a warning.Matthias Clasen2002-04-305-18/+18
* use gtk_text_layout_invalidate_cache instead of cut-and-pasteHavoc Pennington2002-04-302-11/+12
* Doc fixes.Owen Taylor2002-04-302-4/+5
* Add thisAnders Carlsson2002-04-302-0/+2638
* assign something to "prev" so that removing tag info succeeds. Part ofHavoc Pennington2002-04-302-10/+40
* Integrate Erwann Chenede's multihead changes for the gtk/ directory.Alex Larsson2002-04-2955-814/+1948
* Fix so that you can set a new sort func.Jonathan Blandford2002-04-291-3/+7
* if the deleted node was "below" this path, then do not unref all nodesKristian Rietveld2002-04-261-1/+8
* This commit fixes binary compatibility, which I broke with my recent cellKristian Rietveld2002-04-264-40/+72
* Start of integration of Erwann Chenede's multihead work from theOwen Taylor2002-04-251-4/+6
* Fixes #74206.Kristian Rietveld2002-04-252-3/+32
* make the search dialog not scroll horizontally (prolly fixes #74806).Kristian Rietveld2002-04-251-2/+2
* Avoid a possible division by zero. (#77820)Matthias Clasen2002-04-251-2/+6
* use the child's requisition.height, not allocation.height, as width ofSoeren Sandmann2002-04-251-2/+5
* resort if we're already in 'unsorted' state, and update the docsKristian Rietveld2002-04-241-1/+6
* Remove GTK_OBJECT_CONNECTED.Matthias Clasen2002-04-241-2/+2
* temporarily set ->priv->edited_column to NULL. Pleas read the comment inKristian Rietveld2002-04-241-3/+19
* Improve docs. (#62359)Matthias Clasen2002-04-231-3/+9
* This commit adds a cell_background property for cell renderers. With thisKristian Rietveld2002-04-233-3/+130
* Use gtk_entry_get_public_chars. Fixes #79532.Anders Carlsson2002-04-221-1/+1
* This commit adds stock icon functionality to GtkCellRendererPixbuf whichKristian Rietveld2002-04-222-2/+116
* Save x and y in window_private.Alexander Larsson2002-04-211-1/+5
* A bunch of trivial doc fixes.Matthias Clasen2002-04-203-6/+8
* add "selected_shadow_type" style propertySoeren Sandmann2002-04-201-8/+22
* Accept NULL for color to mean "unmodify"Owen Taylor2002-04-201-24/+41
* add _gtk_tree_view_column_autosizeKristian Rietveld2002-04-193-23/+37
* cancel editing if tree_view->priv->edited_column != NULL (fixes #76066)Kristian Rietveld2002-04-191-0/+3
* subtract TREE_VIEW_HEADER_HEIGHT from allocation->height to get the realKristian Rietveld2002-04-191-1/+7
* rename last_single_clicked{,_2} to last_button_press{,_2}, as the latterGTK_MULTIHEAD_MERGEPOINT_19_04_02Kristian Rietveld2002-04-192-41/+46
* s/<!>/<!-- -->/g throughout the documentation to bring the producedMatthias Clasen2002-04-188-58/+58
* gdk-pixbuf/Makefile.am (uninstall-libtool-import-lib) Fix typo, thanks toTor Lillqvist2002-04-182-9/+35
* so this function was completely broken. Fix it and improve readability.Kristian Rietveld2002-04-171-5/+12
* fix docsKristian Rietveld2002-04-161-4/+4
* check ->priv->cursor and ->priv->anchor rowrefs before removingKristian Rietveld2002-04-161-26/+47
* don't install/change accelerators from locked accel groups.Tim Janik2002-04-164-7/+11
* include internal children when doing focus.Jonathan Blandford2002-04-151-1/+15
* add _gtk_tree_view_column_get_editable_cell andKristian Rietveld2002-04-143-10/+93
* Fix typo in message.Abigail Brady2002-04-141-1/+1
* Fixes #75510Kristian Rietveld2002-04-133-20/+29
* relocate the remove_weak_pointer to just before we free the page, to beHavoc Pennington2002-04-121-6/+7
* add clamp_node argument (toplevel): update usages ofKristian Rietveld2002-04-121-15/+20
* add freeze / thaws to stop deluge of 'notify' signals.Michael Meeks2002-04-121-1/+13
* Export private _gtk_menu_shell_activate() to encapsulate cut-and-pasteOwen Taylor2002-04-114-19/+20
* Fix problems with HandleBox and focusing - #78232Owen Taylor2002-04-092-31/+42
* Always set the ALLOC_NEEDED and REQUEST_NEEDED flags up the hierarchy,Owen Taylor2002-04-091-11/+12
* Fixes #78110Kristian Rietveld2002-04-095-12/+50
* Initialize error to NULL.Anders Carlsson2002-04-091-1/+1