summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* XCopyArea with subwindow_mode = IncludeInferiors. (#70999)Owen Taylor2002-02-099-3/+70
* Force all weight arrays to sum exactly to 65535. (Fixes #70971, reportedOwen Taylor2002-02-093-7/+35
* Fix problem with string-valued parameters (#70012, Johan Dahlin.)Owen Taylor2002-02-0910-3/+72
* fix evil ref bug where the wrong row and a deleted row was unreffed. FoundJonathan Blandford2002-02-0910-8/+69
* Add a function to delete all bindings add by gtk_binding_parse_binding()Owen Taylor2002-02-0914-158/+340
* Remove a tiny bit more dead code.Darin Adler2002-02-098-2/+35
* Fix stale pointer bug.Darin Adler2002-02-088-12/+42
* Fix comment; PixopsInterpType -> GdkInterpType.Federico Mena Quintero2002-02-082-1/+5
* Return FALSE if not shoing the titles. (#70959, Thomas Leonard)Owen Taylor2002-02-088-0/+38
* isspace -> g_ascii_isspace Remove gdki8n.h include. Remove <ctype.h>Darin Adler2002-02-0826-27/+170
* Wean this from <ctype.h>.Darin Adler2002-02-082-3/+6
* gtk/gtkfilesel.c gtk/gtkgamma.c use stock labels for dialog actionSven Neumann2002-02-0810-8/+52
* Pass the ref_node and unref_node calls through to the child model.Darin Adler2002-02-088-0/+52
* s/__FUNCTION__/G_GNUC_FUNCTION/ dittoLaszlo Peter2002-02-089-4/+39
* Updated Ukrainian translationYuri Syrota2002-02-081-16/+14
* Updated Ukrainian translationYuri Syrota2002-02-081-41/+32
* Updated Ukrainian translationYuri Syrota2002-02-081-514/+561
* clean up a littleOwen Taylor2002-02-081-3/+3
* add change_value virtual function, to fix buildHavoc Pennington2002-02-0812-5/+77
* Add ::move-focus-out signal to handle Control[-Shift]-Tab andOwen Taylor2002-02-0810-46/+296
* Convert to using binding set for doing key bindings. (#62622, Requested byOwen Taylor2002-02-0810-137/+219
* Fixes #70782 and some drag dest rectangle/line issuesKristian Rietveld2002-02-078-15/+157
* Use layout text (which may be affected by invisible char) to computeOwen Taylor2002-02-078-2/+45
* Change show_help signal to return gboolean instead of void. This allowsPadraig O'Briain2002-02-0711-13/+94
* Change popup_menu signal to return gboolean instead of void. This allowsPadraig O'Briain2002-02-0712-12/+93
* Add gradient rendering -- if the source width/height is zero, render aOwen Taylor2002-02-072-8/+179
* Free the setting name.Anders Carlsson2002-02-078-0/+38
* Updated Korean translationChangwoo Ryu2002-02-072-1193/+677
* Fixes #70708Kristian Rietveld2002-02-068-10/+102
* remove unused variable (gtk_text_view_get_window): add warning about howHavoc Pennington2002-02-068-3/+54
* Add warnings if you try to use a child anchor that isn't inside a buffer.Havoc Pennington2002-02-068-0/+62
* rip out all the debugging ifdefs, as modelsort seems to be stable (andKristian Rietveld2002-02-068-49/+35
* Keep the length of the anti-expose queue finite, by if it gets too long,Owen Taylor2002-02-069-40/+224
* offset area being gotten from pixmap by the align/padding offsets, so weHavoc Pennington2002-02-058-1/+43
* Remove a (now) misleading comment.Matthias Clasen2002-02-0510-21/+83
* Do not #include <gdk/gdkwindow.h>.Federico Mena Quintero2002-02-058-1/+28
* let's set the path, which we're going to pass with the emission ofKristian Rietveld2002-02-058-1/+43
* Remove the objectionably short cursor blink time setting.Owen Taylor2002-02-051-1/+1
* update a littleGTK_MULTIHEAD_MERGEPOINT_05_02_02Jonathan Blandford2002-02-041-0/+27
* Fix leak of GdkEvent (#70519)Padraig O'Briain2002-02-048-0/+37
* Fix from Matthias Clasen to clear background appropriately for theme byOwen Taylor2002-02-048-5/+53
* on Feb 4 10:06:49 2002 Owen Taylor <otaylor@redhat.com>Owen Taylor2002-02-048-1/+36
* Updated Slovak translation.Stanislav Visnovsky2002-02-042-252/+199
* rename "signal" arg to "name" to avoid compiler warnings about shadowingHavoc Pennington2002-02-049-6/+55
* Add flipping support to the expanders.Anders Carlsson2002-02-038-5/+40
* Updated Malay Translation.Hasbullah Bin Pit2002-02-032-174/+210
* RC file lookup improvements (#68234, suggestions from Matthias Clasen.)Owen Taylor2002-02-038-126/+182
* Non-exported _gtk_menu_select_first() function that selects the first itemOwen Taylor2002-02-0315-68/+203
* Fix some bugs in the determination of xgrab_shell.Owen Taylor2002-02-038-1/+36
* Add a GtkSetting (gtk-entry-select-on-focus) controlling whether theOwen Taylor2002-02-0210-12/+217