| Commit message (Expand) | Author | Age | Files | Lines |
* | Make this function public API. (#307099, Todd Berman) | Matthias Clasen | 2006-01-10 | 1 | -3/+3 |
* | Don't ignore errors from g_option_context_parse(). | Matthias Clasen | 2005-12-06 | 1 | -1/+7 |
* | Use g_slice instead of mem chunks. | Matthias Clasen | 2005-12-05 | 1 | -8/+2 |
* | The locale directory is passed to bindtextdomain() which isn't | Tor Lillqvist | 2005-09-28 | 1 | -2/+11 |
* | Various cleanups. (#315360, Kjartan Maraas) | Matthias Clasen | 2005-09-13 | 1 | -3/+0 |
* | If the window is destroyed, we still need to deliver the destroy event. | Matthias Clasen | 2005-09-02 | 1 | -1/+1 |
* | Don't access the user data on destroyed windows, since at best it can be a | Matthias Clasen | 2005-08-19 | 1 | -1/+4 |
* | Call gettext_initialization() here as well. (#311612, Dan Winship) | Matthias Clasen | 2005-08-01 | 1 | -17/+19 |
* | Don't bother mentioning the -fnative-struct (used by GCC 2) switch in the | Tor Lillqvist | 2005-07-19 | 1 | -6/+4 |
* | Call gettext_initialization before checking gtk_initialized, otherwise | Matthias Clasen | 2005-07-18 | 1 | -4/+4 |
* | Add a GrabBroken event to GDK, and a grab-broken-event signal to | Matthias Clasen | 2005-06-25 | 1 | -0/+1 |
* | return silently if "gtk_initialized" is TRUE. Re-enables calling GTK's | Michael Natterer | 2005-05-02 | 1 | -0/+3 |
* | Initailize gettext before use. Calling bindtextdomain() and | Tor Lillqvist | 2005-04-22 | 1 | -9/+17 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -1/+4 |
* | Typo fix. (#162278, Torsten Schoenfeld) | Matthias Clasen | 2004-12-27 | 1 | -1/+1 |
* | Document new functions. | Matthias Clasen | 2004-11-05 | 1 | -3/+50 |
* | New API to handle the clipboard manager. | Anders Carlsson | 2004-10-25 | 1 | -1/+5 |
* | Implement icon theme caching. (#154034, Martijn Vernooij, caching schema | Matthias Clasen | 2004-10-19 | 1 | -1/+2 |
* | Add a new debug flag, geometry, to debug size allocation. | Matthias Clasen | 2004-10-08 | 1 | -1/+2 |
* | Make --g-fatal-warnings a G_OPTION_ARG_NONE, since it doesn't take an | Matthias Clasen | 2004-09-29 | 1 | -13/+11 |
* | Use gtk_get_option_group() to obtain an option group with correctly set | Matthias Clasen | 2004-09-28 | 1 | -8/+3 |
* | Fix #153082: | Matthias Clasen | 2004-09-27 | 1 | -3/+6 |
* | remove now unused arg variables. | Manish Singh | 2004-09-21 | 1 | -1/+1 |
* | 2.5.3GTK_2_5_3 | Matthias Clasen | 2004-09-19 | 1 | -0/+1 |
* | Remove an unused variable, spotted by Morten Welinder. | Matthias Clasen | 2004-09-14 | 1 | -2/+0 |
* | Fix some problems reported by Morten Welinder: | Matthias Clasen | 2004-09-13 | 1 | -0/+2 |
* | Add descriptions for the commandline arguments. The actual descriptions | Matthias Clasen | 2004-09-05 | 1 | -6/+14 |
* | Make gtk argument parsing use goption. Add gtk_get_option_group and | Anders Carlsson | 2004-09-05 | 1 | -130/+195 |
* | Make it possible to specify additional modules to load via a setting. | Matthias Clasen | 2004-09-01 | 1 | -352/+16 |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 1 | -0/+1 |
* | Only undef gtk_init_check and gtk_init on win32. | Matthias Clasen | 2004-08-09 | 1 | -0/+6 |
* | Fix #149191, reported by Morten Welinder: | Matthias Clasen | 2004-08-03 | 1 | -0/+1 |
* | Typo fix. | Matthias Clasen | 2004-06-11 | 1 | -2/+2 |
* | Check for XFIXES extension. | Matthias Clasen | 2004-05-18 | 1 | -0/+6 |
* | New internal function that emits the grab notify signal. | Soeren Sandmann | 2004-05-10 | 1 | -2/+2 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 1 | -1/+2 |
* | Special case scroll events so that they propagate up the widget heirarchy | Owen Taylor | 2004-03-03 | 1 | -2/+11 |
* | Don't leak the GtkKeySnooperData. (#132038, R. McFarland) | Matthias Clasen | 2004-01-31 | 1 | -2/+5 |
* | Split the gtk translations into the domains gtk20 and gtk20-properties. | Matthias Clasen | 2004-01-17 | 1 | -0/+2 |
* | Change the return value from gint to gboolean. (#130718, reported by | Matthias Clasen | 2004-01-07 | 1 | -1/+1 |
* | handle GTK_DATADIR similar as the other filesystem placement 'constants' | Hans Breuer | 2003-12-14 | 1 | -0/+11 |
* | Move docs inline, rewrite docs, mention memory management for the return | Owen Taylor | 2003-10-28 | 1 | -0/+34 |
* | Fix some unused variables. | Owen Taylor | 2003-10-23 | 1 | -2/+2 |
* | Doc formatting tweaks. | Matthias Clasen | 2003-09-30 | 1 | -27/+22 |
* | Don't use zip -r on the etc directory, to avoid including editor backup | Tor Lillqvist | 2003-09-20 | 1 | -34/+70 |
* | fixed documentation. | Sven Neumann | 2003-02-24 | 1 | -3/+4 |
* | Merge from stable: | Tor Lillqvist | 2003-01-12 | 1 | -2/+3 |
* | Intercept events of type GDK_SETTING before we check to see if there was | Owen Taylor | 2002-12-12 | 1 | -2/+6 |
* | add -DGTK_DISABLE_DEPRECATED. #undef it at the top of gtktypebuiltins.c. | Manish Singh | 2002-11-20 | 1 | -4/+4 |
* | add -DGDK_DISABLE_DEPRECATED | Manish Singh | 2002-11-17 | 1 | -3/+1 |