| Commit message (Expand) | Author | Age | Files | Lines |
* | Lots of changes to the Win32 backend: | Tor Lillqvist | 2002-11-03 | 1 | -0/+128 |
* | Bah, and of course I broke something ... | Kristian Rietveld | 2002-11-03 | 1 | -0/+8 |
* | Remove check for winsock.h since it might show up on Linux+Wine. Instead | Owen Taylor | 2002-11-03 | 1 | -0/+7 |
* | check if width isn't zero instead of calc_width ... | Kristian Rietveld | 2002-11-03 | 1 | -0/+5 |
* | Merge fest from HEAD, note that only a selection of bug fixes on HEAD got | Kristian Rietveld | 2002-11-03 | 1 | -0/+45 |
* | Don't call GetWindowLong for GWL_EXSTYLE, the extended window style wasn't | Tor Lillqvist | 2002-10-28 | 1 | -0/+10 |
* | be.po: Added Belorusian (be) translation to ALL_LINGUAS | Dmitry Mastrukov | 2002-10-25 | 1 | -0/+4 |
* | When popping up the list without any selected items, hack the focus on the | Owen Taylor | 2002-10-23 | 1 | -0/+9 |
* | Include config.h (#96441, Morten Welinder) | Owen Taylor | 2002-10-22 | 1 | -0/+5 |
* | When compiling our on fnmatch.c, #define fnmatch _gtk_fnmatch (#92890, | Owen Taylor | 2002-10-22 | 1 | -0/+5 |
* | Return "" for entry->invisible_char == 0, otherwise N copies of | Owen Taylor | 2002-10-21 | 1 | -0/+12 |
* | use GTK_IS_RADIO_MENU_ITEM instead of comparing the type directly. This | Manish Singh | 2002-10-12 | 1 | -0/+6 |
* | Privately export _gtk_scrolled_window_get_scrollbar_spacing(). | Owen Taylor | 2002-10-10 | 1 | -0/+9 |
* | Fix bug ID. | Stanislav Brabec | 2002-10-09 | 1 | -2/+2 |
* | Added support for hungarian characters (addition to bug #91258). Only via | Stanislav Brabec | 2002-10-09 | 1 | -0/+6 |
* | Patch from Takuro Ashie to fix updating of open_ims list. (#95150) | Owen Taylor | 2002-10-08 | 1 | -0/+5 |
* | Fix a conflict indicator | Owen Taylor | 2002-10-07 | 1 | -1/+0 |
* | Fix infinite loop from last change. | Owen Taylor | 2002-10-07 | 1 | -0/+5 |
* | fix build | jacob berkman | 2002-10-07 | 1 | -0/+4 |
* | Clean up the handling of clearing transient state settings, fixing bug | Owen Taylor | 2002-10-07 | 1 | -0/+7 |
* | If Mode_switch is used for a known modifier like Mod1, assume it won't be | Owen Taylor | 2002-10-07 | 1 | -0/+7 |
* | Patch from Shivram U <shivaram.upadhyayula@wipro.com> | Owen Taylor | 2002-10-04 | 1 | -0/+9 |
* | Fixed alphabetical order (bug #91258). | Stanislav Brabec | 2002-10-01 | 1 | -0/+4 |
* | Initialize ->parsed field. (#94536, patch from Sebastian Ritau. Maybe | Owen Taylor | 2002-09-30 | 1 | -0/+6 |
* | Completed ISO-8859-2 characters support (#93421), fixed cacute, umacron, | Stanislav Brabec | 2002-09-30 | 1 | -0/+6 |
* | use #defines instead of enum for GtkFundamentalType compat, to prevent | Manish Singh | 2002-09-29 | 1 | -0/+6 |
* | Instead of forcing -fnative-struct into CFLAGS when using gcc for Win32, | Tor Lillqvist | 2002-09-29 | 1 | -0/+8 |
* | Make drawing to the root window work. (#89492) Changes to support depth 8 | Matthias Clasen | 2002-09-27 | 1 | -0/+16 |
* | ri Sep 27 18:14:00 2002 Owen Taylor <otaylor@redhat.com> | Owen Taylor | 2002-09-27 | 1 | -0/+10 |
* | Patch from J. Ali Harlow to avoid generating gtk.immodules when | Owen Taylor | 2002-09-27 | 1 | -0/+6 |
* | Fix some signed/unsigned warnings. (#85863, David L. Cooper II) | Owen Taylor | 2002-09-27 | 1 | -0/+5 |
* | Replaced instances where strlen (label->label) is used to get a byte code | Owen Taylor | 2002-09-27 | 1 | -0/+11 |
* | Handle the case where the first page isn't visible. (#90336, bug tracked | Owen Taylor | 2002-09-27 | 1 | -0/+6 |
* | Change accelerator from C_ut to Cu_t. (#82747, Paolo Maggi) | Owen Taylor | 2002-09-27 | 1 | -0/+5 |
* | Reset the animation iter on unrealize as well as unmap. (#94336) | Owen Taylor | 2002-09-27 | 1 | -3/+7 |
* | Don't turn a value of "" into NULL. (#94157, Vitaly Tishkov) | Owen Taylor | 2002-09-25 | 1 | -0/+5 |
* | check if last_selected is valid before doing a strcmp on it, which may | Manish Singh | 2002-09-25 | 1 | -0/+6 |
* | preserve ordering from gtk_tree_selection_foreach when returning filenames | Manish Singh | 2002-09-25 | 1 | -0/+6 |
* | Add the gxid_* files to EXTRA_DIST (#90511, Zenith Lau) | Owen Taylor | 2002-09-24 | 1 | -0/+5 |
* | Remove the check for editable. (Reported by Brent Fox) | Owen Taylor | 2002-09-24 | 1 | -0/+5 |
* | Fixes to GtkIMContextSimple compose table for us-intl keyboards (Red Hat | Owen Taylor | 2002-09-24 | 1 | -0/+6 |
* | Use 'signed int' not 'gint' for signed bitfields. (#93020, Vitaly Tishkov) | Owen Taylor | 2002-09-23 | 1 | -0/+10 |
* | Patch from Joshua N Pritikin to fix problem where signal connection wasn't | Owen Taylor | 2002-09-23 | 1 | -0/+6 |
* | Set the IM context client window to NULL, not to the window that is about | Owen Taylor | 2002-09-23 | 1 | -0/+6 |
* | Silence a gcc warning, use %p to print a HKL. | Tor Lillqvist | 2002-09-21 | 1 | -0/+3 |
* | Umm, no. Retract the code addition by Florent Duguet to WM_PAINT | Tor Lillqvist | 2002-09-21 | 1 | -2/+0 |
* | WM_SYSKEYDOWN, WM_SYSKEYUP: Need to handle F10 specially here in order to | Tor Lillqvist | 2002-09-21 | 1 | -0/+8 |
* | Copy from X11 backend. The old version mishandled consecutive newlines. | Tor Lillqvist | 2002-09-21 | 1 | -0/+3 |
* | Remove obsolete mention of gtk-engines and Pixmap theme engine on Win32. | Tor Lillqvist | 2002-09-21 | 1 | -0/+5 |
* | On Win32, look explicitly for LANG, LC_ALL and LC_CTYPE, and if not found, | Tor Lillqvist | 2002-09-19 | 1 | -0/+7 |