summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* include gdkkeysysms.h if compiling gdk_keyval_convert_case.Owen Taylor2002-03-0115-56/+363
* Add missing NULL check.Darin Adler2002-02-288-1/+30
* Remove the event_mask, it is now in GdkWindowObject.Tor Lillqvist2002-02-2811-97/+290
* Updated Slovenian translationAndraz Tori2002-02-281-577/+628
* Updated Finnish translation.Pauli Virtanen2002-02-282-264/+179
* Initialize private->event_mask from attributes we retrieved for theOwen Taylor2002-02-288-8/+60
* This change went in a week ago, but I apparently didn't commit theHavoc Pennington2002-02-287-0/+56
* Updated Danish translation.Ole Laursen2002-02-282-16/+15
* Move the call to correct_total() to the right spot. (#72732)Matthias Clasen2002-02-282-2/+7
* Updated Estonian translation.Tõivo Leedjärv2002-02-282-8/+11
* Updated French translation.Christophe Merlet2002-02-281-64/+47
* Updated Polish translation by GNOME PL Team <translators@gnome.pl>Chyla Zbigniew2002-02-282-1356/+1323
* beautified configure --help output.Sven Neumann2002-02-288-6/+34
* Updated French translation.Christophe Merlet2002-02-282-84/+57
* Move bdfcursor.c from libgdk_win32_la_SOURCES to EXTRA_DIST.Tor Lillqvist2002-02-289-2/+65
* ed Feb 27 19:16:50 2002 Owen Taylor <otaylor@redhat.com>Owen Taylor2002-02-2812-8/+124
* Updated Swedish translation.Christian Rose2002-02-282-6/+10
* Allow focus-change events to be sent to unrealized widgets; they aren'tOwen Taylor2002-02-278-3/+55
* Updated Slovenian translationAndraz Tori2002-02-271-133/+78
* Use {} not () to group around string assigned to char[]. (#72767, TomasOwen Taylor2002-02-272-4/+10
* Split big VARIABLES variable that was causing overlong lines into 6Owen Taylor2002-02-278-9/+71
* Updated German translation.Christian Meyer2002-02-272-398/+401
* Mark <Control>, <Shift>, <Release>, <Alt> for translation.Owen Taylor2002-02-2754-3464/+6077
* if CAN_FOCUS reserve focus_line_width + focus_line_pad extra space andOwen Taylor2002-02-278-5/+70
* minor code cleanupSoeren Sandmann2002-02-278-6/+34
* Don't reserve space for border when the shadow type for the menubar isOwen Taylor2002-02-278-8/+80
* Go back to old style of drawing children over the bevel. (#58615)Owen Taylor2002-02-278-4/+46
* Add ko and zh to the locales where this is the default.Owen Taylor2002-02-278-1/+36
* Register all stock icons "unscaled" so that we don't have icons onlyOwen Taylor2002-02-2712-29/+203
* new fileHans Breuer2002-02-2714-12/+261
* After computing the clamped value, actually set it. (#62639, SergeyOwen Taylor2002-02-278-3/+40
* Clean up the code so < 0 == end wasn't just a side effect, remove most ofOwen Taylor2002-02-2710-45/+79
* Remove these files from CVS so we more-or-less current versions fromOwen Taylor2002-02-2710-2491/+43
* Shouldn't map KP_Enter to '\n', or KP_Tab to \t' since we don't map theOwen Taylor2002-02-278-2/+49
* Call gtk_combo_set_popdown_strings() in case the combo is up currently.Owen Taylor2002-02-278-0/+44
* Switch control-home/end and home/end with the idea that scrolled windowsOwen Taylor2002-02-278-4/+60
* Chain up before drawing the scale values so that the number is drawn inOwen Taylor2002-02-279-4/+65
* Fixed Swedish translation.Christian Rose2002-02-272-76/+98
* Make sure Page_Up, Page_Down get those names, not Prior, Next.Owen Taylor2002-02-279-7/+78
* ue Feb 26 18:58:49 2002 Owen Taylor <otaylor@redhat.com>Owen Taylor2002-02-278-1/+60
* Append mnemonics rather than prepending them so that the order isOwen Taylor2002-02-268-1/+50
* Draw arrows better (without extra baseline)Soeren Sandmann2002-02-2612-189/+298
* Display any "g_unicode_isgraph()" char literally, not just latin1.Owen Taylor2002-02-268-20/+63
* Don't to focus insensitive widgets. (#68203)Owen Taylor2002-02-269-25/+171
* Emit ::color_changed every time we notify current_color. (Brute force fixOwen Taylor2002-02-268-3/+58
* use the cursor position _after_ deleting the text as the position toOwen Taylor2002-02-268-8/+51
* gtk/gtktreemodel.c misprints in documentation forVitaly Tishkov2002-02-268-2/+44
* take into account that a path from a rowref can be NULL. (#72623 andKristian Rietveld2002-02-269-6/+66
* Fix double free.Owen Taylor2002-02-268-1/+35
* Handle a keyval of 0, by returning an empty list. (#72617, Kevin Breit)Owen Taylor2002-02-268-1/+46