summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Don't add attributes with empty ranges. (fixes #101564 and #80637)Matthias Clasen2002-12-227-0/+33
* Move the code that sets the window style and extended window style, andTor Lillqvist2002-12-218-92/+286
* New static function to set the background of all windows.Matthias Clasen2002-12-217-20/+99
* fix the documentationHavoc Pennington2002-12-217-5/+37
* === Released 2.2.0 ===GTK_2_2_0Owen Taylor2002-12-2162-820/+1203
* Update directories in download locations; add information about fontconfigOwen Taylor2002-12-202-29/+31
* *** empty log message ***Sven Neumann2002-12-206-0/+24
* use G_PI instead of M_PI.Sven Neumann2002-12-201-11/+11
* ru.po: Updated Russian translation from Russian team <gnome-cyr@gnome.org>.Dmitry Mastrukov2002-12-202-570/+625
* Updated Japanese translation.Akira TAGOH2002-12-202-566/+482
* fix some msg found by ko-po-checkNam SungHyun2002-12-201-18/+18
* Call the filters on the window where the event is received, not on theOwen Taylor2002-12-197-7/+67
* 2002-12-19 Artis Trops <hornet@navigator.lv> * lv.po: Updated Latvian trans...Peteris Krisjanis2002-12-192-982/+693
* the rand variable should be static to avoid conflicts with rand().Kristian Rietveld2002-12-198-2/+74
* Updated Swedish translation.Christian Rose2002-12-182-113/+96
* Add docs.Matthias Clasen2002-12-189-7/+60
* Dutch translation updated by Tino Meinen.Vincent van Adrighem2002-12-182-426/+288
* Various name fixes.Owen Taylor2002-12-187-10/+34
* Updated Slovak translation.Stanislav Visnovsky2002-12-182-507/+275
* ru.po: Updated Russian translation from Russian team <gnome-cyr@gnome.org>.Dmitry Mastrukov2002-12-182-1320/+1077
* Updated Swedish translation somewhat.Christian Rose2002-12-172-311/+215
* Link to style properties.Matthias Clasen2002-12-171-1/+1
* Updated Spanish Translation.Pablo Gonzalo del Campo2002-12-172-251/+190
* just a correction for my name: Kang Jeong-Hee :)Kang Jeong-Hee2002-12-171-1/+1
* Updated Malay Translation.Hasbullah Bin Pit2002-12-172-184/+127
* === Released 2.1.5 ===GTK_2_1_5Owen Taylor2002-12-1762-3326/+3415
* Don't use AC_CHECK_LIB() when checking for FreeType, Pango, Atk since thatOwen Taylor2002-12-177-6/+56
* Call gtk_entry_set_position_internal() that takes a new "reset_IM"Owen Taylor2002-12-177-6/+61
* Implement two missing functions (#101369)Tor Lillqvist2002-12-177-0/+14
* Fix a few doc comments. Link to style properties.Matthias Clasen2002-12-1718-16/+85
* Minor cosmetics.Tor Lillqvist2002-12-179-3/+105
* Add some information about group list handling. (#101328, James M. Cape)Matthias Clasen2002-12-163-1/+15
* Get rid of incorrect calls to g_value_init(). (#100669, Johan Dahlin,Owen Taylor2002-12-167-9/+38
* Implement Owen's susggestion from #80764. Fixes #101314.Soeren Sandmann2002-12-167-24/+78
* Some fixes for modal hint setting based on a patch from Arvind SampturOwen Taylor2002-12-168-10/+122
* Add a missed bug numberOwen Taylor2002-12-156-6/+6
* Hard-code GTK_BINARY_VERSION=2.2.0 for now; should stay the same until weOwen Taylor2002-12-157-1/+31
* Pass TRUE for search_sensitive - prevents a problem where after hittingOwen Taylor2002-12-157-1/+49
* Updated French translation.Christophe Merlet2002-12-152-91/+91
* Updated Danish translation.Ole Laursen2002-12-152-70/+73
* Minor updates for 2.2.0. (#67820)Eric Warmenhoven2002-12-152-44/+16
* Fix a bug with checking the private flag on the wrong window; improve theOwen Taylor2002-12-157-2/+55
* Don't call status_window_set_text() if the status window doesn't alreadyOwen Taylor2002-12-157-4/+63
* Use g_printf instead of system printf. (#99327)Matthias Clasen2002-12-1526-136/+270
* Add docs.Matthias Clasen2002-12-158-1/+182
* Made Xinerama-aware. (#85711)Matthias Clasen2002-12-147-11/+43
* Add a new binding signal, "move_scroll", and use it to hook upOwen Taylor2002-12-1411-78/+416
* minor coding style fix.Chema Celorio2002-12-147-3/+33
* Don't recalculate the acceleration label in an idle handler.Soeren Sandmann2002-12-148-38/+33
* Handle the case where the pointer isn't on the same screen as the widgetOwen Taylor2002-12-147-5/+119