summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* gdk/gdkscreen.c (gdk_screen_get_monitor_at_point) Provide a usefulOwen Taylor2002-12-142-11/+63
* Comitting missed ChangeLog from earlier commit..Owen Taylor2002-12-146-0/+36
* If the screen for the menu changes while the menu is torn off, move theOwen Taylor2002-12-147-3/+75
* Handle the case where the pointer is moved between screens during a handleOwen Taylor2002-12-148-6/+110
* Change the Escape key binding to only close if the dialog contains aOwen Taylor2002-12-147-10/+75
* Use g_utf8_collate_key() to sort in human-friendly order. (#94473)Owen Taylor2002-12-137-3/+46
* System fnmatch wasn't going to be UTF-8 clean, neither was our version.Owen Taylor2002-12-1311-229/+385
* updatedNam SungHyun2002-12-131-359/+178
* Const warning fix.Owen Taylor2002-12-137-2/+32
* Include "." and ".." in the list of entries; they are needed for correctOwen Taylor2002-12-137-7/+82