summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
...
* Don't clear the model until we clean up all the other objects that mightOwen Taylor2002-01-241-8/+3
* include gtk/gtkwidget.hMark McLoughlin2002-01-241-1/+1
* Use insensitive state for insensitive arrows, not just an "etched state".Owen Taylor2002-01-241-2/+2
* use a variable that's actually been declared.Manish Singh2002-01-241-1/+1
* Remove excessive g_return_if_fail() calls. (#57615)Matthias Clasen2002-01-232-128/+34
* Stop spinning if widget becomes insensitive. (#56248)Owen Taylor2002-01-231-0/+11
* Decreate value since we now use doubles.Owen Taylor2002-01-231-1/+1
* Oops. Minor fixJonathan Blandford2002-01-231-1/+1
* remove old files (they live in the tests dir now)Manish Singh2002-01-222-399/+0
* Fix sizing bug I introduced accidentally, #69358Jonathan Blandford2002-01-221-20/+45
* Update last change to prevent core dumpGTK_MULTIHEAD_MERGEPOINT_22_01_02Padraig O'Briain2002-01-221-1/+1
* add some more stamp checks (pointed out by Anders Carlsson)Kristian Rietveld2002-01-222-7/+14
* Update top_row. Remove extraneous print statements.Jonathan Blandford2002-01-213-11/+24
* Document allowed values for ifactory.Matthias Clasen2002-01-211-3/+17
* only resize the window.Jonathan Blandford2002-01-212-15/+15
* Trap the case where there is no default widget and the entry is the focusOwen Taylor2002-01-211-1/+3
* link to new X11 section in a lot of places when mentioning the windowHavoc Pennington2002-01-192-77/+101
* Wrap case values in GPOINTER_TO_UINT(). Fixes build with gcc 3.x.Jeff Garzik2002-01-191-0/+1
* Fix problems when an engine declaration occurs in a reopened style, andOwen Taylor2002-01-191-30/+56
* Clarify documentation. (#69026)Matthias Clasen2002-01-182-1/+7
* Simplify Makefiles. <URL: http://bugzilla.gnome.org/show_bug.cgi?id=68969>Raja R Harinath2002-01-181-28/+25
* Fix missing allocation.x/y offsets. (#68962, Jacob Berkman)Owen Taylor2002-01-181-1/+15
* change GTK_MOVEMENT_PARAGRAPHS to go to start/end of paragraph before itHavoc Pennington2002-01-181-2/+22
* For some reason, I was activating a row while just selecting it. ReportedJonathan Blandford2002-01-182-5/+17
* More composite children.Matthias Clasen2002-01-181-0/+4
* Mark children as composite. (#66360)Matthias Clasen2002-01-174-0/+21
* new function (which I then decided not to use but I think it's needed toHavoc Pennington2002-01-175-11/+220
* Call gtk_selection_remove_all() here, not in destroy/ finalize. (#66636,Owen Taylor2002-01-172-18/+7
* Fix calculation error in the (shouldn't happen) case whereOwen Taylor2002-01-171-1/+1
* Fix "deleting" filename by adding another boolean parameter toOwen Taylor2002-01-171-35/+22
* update cursor_y_pos with clamped delta rather than theoretical deltaHavoc Pennington2002-01-171-11/+28
* Refresh the dialog on map. (#52877, inspired by request from MurrayOwen Taylor2002-01-171-0/+15
* Support "optional" bindings. If a binding signal has a boolean returnOwen Taylor2002-01-173-101/+159
* Deprecate. (#68183)Matthias Clasen2002-01-162-4/+2
* Add gtkstockpixbufs.h.Owen Taylor2002-01-161-1/+1
* Avoid unexpected warning message when navigating menu (#68517)Padraig O'Briain2002-01-161-2/+9
* set_boxed will copy the color and will use a mem_chunk to do it. Avoid anJody Goldberg2002-01-161-5/+1
* It is possible that a GtkLayout may have been scrolled _before_ it wasJody Goldberg2002-01-161-2/+2
* Stop the timer on destroy, or when we are notified that we are shadowed byOwen Taylor2002-01-162-76/+94
* focus the activated tab, not the page. (#53612)Owen Taylor2002-01-151-9/+55
* gtk/gtkstyle.c a misprint in documentation for gtk_style_render_icon () isVitaly Tishkov2002-01-151-1/+1
* map event_window after mapping child, so we don't loose events.Tim Janik2002-01-151-2/+2
* gtk/gtkaccellabel.h fixed documentation by syncing the parameter namesSven Neumann2002-01-152-13/+16
* close a comment blockjacob berkman2002-01-151-1/+1
* fix a load of open line ends, (gtk_tree_model_sort_set_model): only freeKristian Rietveld2002-01-151-68/+69
* Documentation additions.Matthias Clasen2002-01-148-16/+297
* allow cancel to happen.Jonathan Blandford2002-01-141-8/+23
* Unset initial_pos_set after the first configure request.Owen Taylor2002-01-141-0/+1
* Fix problem where widget->requisition was being used instead ofOwen Taylor2002-01-141-2/+18
* g_getenv() returns a const string.Sven Neumann2002-01-141-2/+4