| Commit message (Expand) | Author | Age | Files | Lines |
* | include gdkkeysysms.h if compiling gdk_keyval_convert_case. | Owen Taylor | 2002-03-01 | 15 | -56/+363 |
* | Add missing NULL check. | Darin Adler | 2002-02-28 | 8 | -1/+30 |
* | Remove the event_mask, it is now in GdkWindowObject. | Tor Lillqvist | 2002-02-28 | 11 | -97/+290 |
* | Updated Slovenian translation | Andraz Tori | 2002-02-28 | 1 | -577/+628 |
* | Updated Finnish translation. | Pauli Virtanen | 2002-02-28 | 2 | -264/+179 |
* | Initialize private->event_mask from attributes we retrieved for the | Owen Taylor | 2002-02-28 | 8 | -8/+60 |
* | This change went in a week ago, but I apparently didn't commit the | Havoc Pennington | 2002-02-28 | 7 | -0/+56 |
* | Updated Danish translation. | Ole Laursen | 2002-02-28 | 2 | -16/+15 |
* | Move the call to correct_total() to the right spot. (#72732) | Matthias Clasen | 2002-02-28 | 2 | -2/+7 |
* | Updated Estonian translation. | Tõivo Leedjärv | 2002-02-28 | 2 | -8/+11 |
* | Updated French translation. | Christophe Merlet | 2002-02-28 | 1 | -64/+47 |
* | Updated Polish translation by GNOME PL Team <translators@gnome.pl> | Chyla Zbigniew | 2002-02-28 | 2 | -1356/+1323 |
* | beautified configure --help output. | Sven Neumann | 2002-02-28 | 8 | -6/+34 |
* | Updated French translation. | Christophe Merlet | 2002-02-28 | 2 | -84/+57 |
* | Move bdfcursor.c from libgdk_win32_la_SOURCES to EXTRA_DIST. | Tor Lillqvist | 2002-02-28 | 9 | -2/+65 |
* | ed Feb 27 19:16:50 2002 Owen Taylor <otaylor@redhat.com> | Owen Taylor | 2002-02-28 | 12 | -8/+124 |
* | Updated Swedish translation. | Christian Rose | 2002-02-28 | 2 | -6/+10 |
* | Allow focus-change events to be sent to unrealized widgets; they aren't | Owen Taylor | 2002-02-27 | 8 | -3/+55 |
* | Updated Slovenian translation | Andraz Tori | 2002-02-27 | 1 | -133/+78 |
* | Use {} not () to group around string assigned to char[]. (#72767, Tomas | Owen Taylor | 2002-02-27 | 2 | -4/+10 |
* | Split big VARIABLES variable that was causing overlong lines into 6 | Owen Taylor | 2002-02-27 | 8 | -9/+71 |
* | Updated German translation. | Christian Meyer | 2002-02-27 | 2 | -398/+401 |
* | Mark <Control>, <Shift>, <Release>, <Alt> for translation. | Owen Taylor | 2002-02-27 | 54 | -3464/+6077 |
* | if CAN_FOCUS reserve focus_line_width + focus_line_pad extra space and | Owen Taylor | 2002-02-27 | 8 | -5/+70 |
* | minor code cleanup | Soeren Sandmann | 2002-02-27 | 8 | -6/+34 |
* | Don't reserve space for border when the shadow type for the menubar is | Owen Taylor | 2002-02-27 | 8 | -8/+80 |
* | Go back to old style of drawing children over the bevel. (#58615) | Owen Taylor | 2002-02-27 | 8 | -4/+46 |
* | Add ko and zh to the locales where this is the default. | Owen Taylor | 2002-02-27 | 8 | -1/+36 |
* | Register all stock icons "unscaled" so that we don't have icons only | Owen Taylor | 2002-02-27 | 12 | -29/+203 |
* | new file | Hans Breuer | 2002-02-27 | 14 | -12/+261 |
* | After computing the clamped value, actually set it. (#62639, Sergey | Owen Taylor | 2002-02-27 | 8 | -3/+40 |
* | Clean up the code so < 0 == end wasn't just a side effect, remove most of | Owen Taylor | 2002-02-27 | 10 | -45/+79 |
* | Remove these files from CVS so we more-or-less current versions from | Owen Taylor | 2002-02-27 | 10 | -2491/+43 |
* | Shouldn't map KP_Enter to '\n', or KP_Tab to \t' since we don't map the | Owen Taylor | 2002-02-27 | 8 | -2/+49 |
* | Call gtk_combo_set_popdown_strings() in case the combo is up currently. | Owen Taylor | 2002-02-27 | 8 | -0/+44 |
* | Switch control-home/end and home/end with the idea that scrolled windows | Owen Taylor | 2002-02-27 | 8 | -4/+60 |
* | Chain up before drawing the scale values so that the number is drawn in | Owen Taylor | 2002-02-27 | 9 | -4/+65 |
* | Fixed Swedish translation. | Christian Rose | 2002-02-27 | 2 | -76/+98 |
* | Make sure Page_Up, Page_Down get those names, not Prior, Next. | Owen Taylor | 2002-02-27 | 9 | -7/+78 |
* | ue Feb 26 18:58:49 2002 Owen Taylor <otaylor@redhat.com> | Owen Taylor | 2002-02-27 | 8 | -1/+60 |
* | Append mnemonics rather than prepending them so that the order is | Owen Taylor | 2002-02-26 | 8 | -1/+50 |
* | Draw arrows better (without extra baseline) | Soeren Sandmann | 2002-02-26 | 12 | -189/+298 |
* | Display any "g_unicode_isgraph()" char literally, not just latin1. | Owen Taylor | 2002-02-26 | 8 | -20/+63 |
* | Don't to focus insensitive widgets. (#68203) | Owen Taylor | 2002-02-26 | 9 | -25/+171 |
* | Emit ::color_changed every time we notify current_color. (Brute force fix | Owen Taylor | 2002-02-26 | 8 | -3/+58 |
* | use the cursor position _after_ deleting the text as the position to | Owen Taylor | 2002-02-26 | 8 | -8/+51 |
* | gtk/gtktreemodel.c misprints in documentation for | Vitaly Tishkov | 2002-02-26 | 8 | -2/+44 |
* | take into account that a path from a rowref can be NULL. (#72623 and | Kristian Rietveld | 2002-02-26 | 9 | -6/+66 |
* | Fix double free. | Owen Taylor | 2002-02-26 | 8 | -1/+35 |
* | Handle a keyval of 0, by returning an empty list. (#72617, Kevin Breit) | Owen Taylor | 2002-02-26 | 8 | -1/+46 |