| Commit message (Expand) | Author | Age | Files | Lines |
* | remove unconditional warnings about missing X locale support. Gdk properly | Tim Janik | 2006-02-24 | 1 | -5/+2 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-16 | 1 | -1/+4 |
* | Squash strict aliasing warnings. | Owen Taylor | 2004-11-17 | 1 | -1/+5 |
* | Fix many sparse warnings. | Matthias Clasen | 2004-10-28 | 1 | -1/+1 |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 1 | -0/+1 |
* | Use 'cannot' instead of 'can not' in messages. (#144226, Morten Welinder) | Matthias Clasen | 2004-07-15 | 1 | -1/+1 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 1 | -7/+3 |
* | More doc comments moved inline. | Matthias Clasen | 2002-11-01 | 1 | -15/+25 |
* | add -DG_DISABLE_DEPRECATED and -DGDK_PIXBUF_DISABLE_DEPRECATED to compile | Manish Singh | 2002-09-25 | 1 | -1/+2 |
* | Renames: | Owen Taylor | 2002-06-20 | 1 | -1/+1 |
* | Start of integration of Erwann Chenede's multihead work from the | Owen Taylor | 2002-04-25 | 1 | -5/+22 |
* | Register all stock icons "unscaled" so that we don't have icons only | Owen Taylor | 2002-02-27 | 1 | -1/+1 |
* | isspace -> g_ascii_isspace Remove gdki8n.h include. Remove <ctype.h> | Darin Adler | 2002-02-08 | 1 | -1/+1 |
* | Rename ACTIVATE_MNEMONIC enum to MNEMONIC_ACTIVATE; signal was changed a | Owen Taylor | 2001-10-16 | 1 | -1/+1 |
* | Call setlocale (LC_ALL, ""). (#60606) | Owen Taylor | 2001-10-10 | 1 | -25/+24 |
* | Remove deprecation of gtk_window_set_default_size() until patch adding | Owen Taylor | 2001-04-26 | 1 | -1/+1 |
* | removed | Sven Neumann | 2001-03-15 | 1 | -1/+0 |
* | Remove old XIM code. | Owen Taylor | 2001-03-09 | 1 | -1372/+0 |
* | applied patch from Andreas Persenius <ndap@swipnet.se> that updates the | Tim Janik | 2000-07-26 | 1 | -4/+4 |
* | Make this compile without framebuffer enabled | Havoc Pennington | 2000-06-20 | 1 | -3/+3 |
* | Merge no-flicker branch into HEAD | Owen Taylor | 2000-03-28 | 1 | -2/+2 |
* | Merges from gtk-1-2 | Owen Taylor | 2000-03-14 | 1 | -1/+1 |
* | Fix a reference to window_private->destroyed. | Owen Taylor | 1999-10-03 | 1 | -3/+3 |
* | Started | Owen Taylor | 1999-10-01 | 1 | -1/+4 |
* | [ Merges from gtk-1-2 ] | Federico Mena Quintero | 1999-09-28 | 1 | -11/+19 |
* | Added notice to look in AUTHORS and ChangeLog files for a list of changes. | CST 1999 Shawn T. Amundson | 1999-02-24 | 1 | -0/+7 |
* | Changed warnings from g_message() to g_warning(). | Owen Taylor | 1999-02-21 | 1 | -8/+8 |
* | If we can't find helvetica, fall back to "fixed". If we can't find | Owen Taylor | 1999-02-10 | 1 | -6/+7 |
* | s/XIM_INSTANTIATE_IS_MISSING_OR_STRANGE/XIM_INST_IS_MISSING_OR_STRANGE/ | Sebastian Wilhelmi | 1999-01-28 | 1 | -4/+4 |
* | [ patch from Takashi Matsuda <matsu@arch.comp.kyutech.ac.jp> ] | Owen Taylor | 1999-01-28 | 1 | -19/+44 |
* | Fixed off-by-one error when computing length. | Owen Taylor | 1998-12-29 | 1 | -2/+2 |
* | x Pull in string.h for various mem*() and str*() functions, in an | Jeff Garzik | 1998-12-24 | 1 | -0/+8 |
* | removed unused var 64-bit cast point to const data Made const-correct. | Jeff Garzik | 1998-12-24 | 1 | -1/+1 |
* | Use setlocale (LC_ALL, NULL), not (LC_ALL, "") to query current locale. | Owen Taylor | 1998-12-17 | 1 | -2/+2 |
* | Define gdk_use_mb outside USE_XIM guard. Removed unnecessary USE_XIM guard | Sebastian Wilhelmi | 1998-12-17 | 1 | -8/+8 |
* | Check for broken glibc 2.0 mb functions, and avoid them. | Owen Taylor | 1998-12-17 | 1 | -47/+148 |
* | Commented out testthreads from the build process, since we won't have any | Owen Taylor | 1998-12-15 | 1 | -5/+3 |
* | Fixed argument list and return type for non-XIM fallback. | Sebastian Wilhelmi | 1998-12-09 | 1 | -8/+8 |
* | New file that holds code for dealing with X Input Methods. | Owen Taylor | 1998-12-09 | 1 | -0/+1447 |