| Commit message (Expand) | Author | Age | Files | Lines |
* | Move GDK_DEP_LIBS from LDFLAGS to each of the libgdk_*_LIBADD, to fix | Tor Lillqvist | 2002-08-21 | 1 | -0/+6 |
* | Use gtk_entry_set_positions() to update current_pos and selection_bound so | Padraig O'Briain | 2002-08-19 | 1 | -0/+6 |
* | switch vbox and action_area back to the order that 2.0 has | jacob berkman | 2002-08-16 | 1 | -0/+5 |
* | minor menu example comment fix (feeling my way back in after a long | Tony Gale | 2002-08-15 | 1 | -0/+6 |
* | initialize gtk_selection_atoms only once at the 1st call. set length of | Hidetoshi Tajima | 2002-08-14 | 1 | -0/+7 |
* | Move focus to children, if they exist, after GtkTextView is focused. | Padraig O'Briain | 2002-08-14 | 1 | -0/+5 |
* | Remove gdk_screen_close, add a section for GdkDisplayManager, add | Matthias Clasen | 2002-08-12 | 1 | -0/+9 |
* | Mention in the docs that @pixmap_return and @mask_return can be %NULL. | Owen Taylor | 2002-08-11 | 1 | -0/+7 |
* | Minor documentation fixes | Soren Sandmann | 2002-08-10 | 1 | -0/+37 |
* | Changes to support depth 8 StaticColor visuals. (#81631) | Matthias Clasen | 2002-08-09 | 1 | -0/+10 |
* | Fix weird usage of 'class' for GdkDisplay * argumnent name. (#9031, Laszlo | Owen Taylor | 2002-08-09 | 1 | -0/+6 |
* | Remove explicit calls to pango_x/xft_shutdown_display() since Pango now | Owen Taylor | 2002-08-09 | 1 | -0/+6 |
* | Consistently order pangoxft / pangox in pkg-config calls in hopes of | Owen Taylor | 2002-08-09 | 1 | -0/+6 |
* | Fix doc comment. | Matthias Clasen | 2002-08-07 | 1 | -0/+7 |
* | link gdk-pixbuf-xlib against x libs (bug #83442) | jacob berkman | 2002-08-06 | 1 | -0/+4 |
* | Patch from Soeren Sandmann to improve GtkLabel behavior when it gets a too | Owen Taylor | 2002-08-05 | 1 | -0/+7 |
* | When overriding LDFLAGS, include @LDFLAGS@, otherwise LDFLAGS the users | Owen Taylor | 2002-08-05 | 1 | -0/+9 |
* | Fix problem with wrong depth being used. (#89941, Jacob Berkman.) Remove | Owen Taylor | 2002-08-05 | 1 | -0/+6 |
* | More fixes for warnings reported by David L. Cooper II | Owen Taylor | 2002-08-05 | 1 | -0/+16 |
* | Add a note that yes, we do know what () means and we can't change it. | Owen Taylor | 2002-08-05 | 1 | -0/+36 |
* | Fix for binary compatibility across 2.x.y. | Matthias Clasen | 2002-08-04 | 1 | -0/+5 |
* | Fix menus resizing dynamically while they are popped up or torn off. | Owen Taylor | 2002-08-02 | 1 | -0/+5 |
* | ----:---F1 gdkregion-generic.c (CGTK CVS:1.11 Abbrev)--L1696--96%------... | Owen Taylor | 2002-08-02 | 1 | -0/+5 |
* | Remove references to gdk_initialized (#81060, Jacob Berkman) | Owen Taylor | 2002-08-02 | 1 | -0/+7 |
* | Fix args to pango_x_shutdown_display(). | Owen Taylor | 2002-08-02 | 1 | -0/+13 |
* | Call pango_x[ft]_shutdown_display(). | Owen Taylor | 2002-08-02 | 1 | -0/+5 |
* | declare screen_x11 variable to fix build w/ xinerama | jacob berkman | 2002-08-02 | 1 | -0/+5 |
* | Switch back to using XftDraw so that we take advantage of the | Owen Taylor | 2002-08-02 | 1 | -0/+13 |
* | New demo for window migration between different displays and screens. | Owen Taylor | 2002-08-01 | 1 | -0/+39 |
* | Merge from stable: | Sven Neumann | 2002-08-01 | 1 | -0/+7 |
* | Start implementing display/screen closing scheme; keep a flag for whether | Owen Taylor | 2002-08-01 | 1 | -0/+44 |
* | escape_string() only takes one arg | jacob berkman | 2002-07-31 | 1 | -0/+5 |
* | Avoid using g_strescape(), since it mangles UTF-8, (#89479, Yao Zhang.) | Owen Taylor | 2002-07-31 | 1 | -0/+5 |
* | Handle inverted ranges correctly (#85436, fix from Norihiro UMEDA) | Owen Taylor | 2002-07-30 | 1 | -0/+6 |
* | Fix bug in the selection mode option menus which were setting the wrong | Owen Taylor | 2002-07-30 | 1 | -0/+6 |
* | Honor GDK_PIXBUF_CSOURCE from configure.in when cross-compiling. (#87099, | Owen Taylor | 2002-07-30 | 1 | -0/+6 |
* | Unset gtk-im-surrounding-info object data again. (Fix from Yao Zhang, | Owen Taylor | 2002-07-29 | 1 | -0/+6 |
* | ri Jul 26 17:59:06 2002 Owen Taylor <otaylor@redhat.com> | Owen Taylor | 2002-07-26 | 1 | -0/+5 |
* | API additions: _move, _reorder and _swap for stores, path constructor. | Kristian Rietveld | 2002-07-26 | 1 | -0/+54 |
* | Check if depth of the source is not equal to the depth of the colormap | Shivram U | 2002-07-26 | 1 | -0/+7 |
* | Use gdk_rgb_convert_4, not gdk_rgb_convert_8 for depth 4, bpp 8, | Matthias Clasen | 2002-07-25 | 1 | -0/+6 |
* | When a menubar is up, use F10 to cycle menubars, not Control-Tab (#87159, | Owen Taylor | 2002-07-25 | 1 | -0/+9 |
* | [ Patch from Padraig O'Briain, #87904 ] | Owen Taylor | 2002-07-25 | 1 | -0/+12 |
* | Apply patch from Gustavo Giraldez for bug #78513 | Havoc Pennington | 2002-07-25 | 1 | -0/+5 |
* | Don't use GTK_RC_FILES, since it causes problems with what KDE (etc.) does | Owen Taylor | 2002-07-24 | 1 | -0/+6 |
* | Fixed the LSB -> MSB case. Fixes #79463. | Federico Mena Quintero | 2002-07-16 | 1 | -0/+5 |
* | gdk/gdk.c gdk/gdkinternals.h gdk/win32/gdkmain-win32.c pass argc and argv | Sven Neumann | 2002-07-16 | 1 | -0/+9 |
* | activate the menu item so old apps work properly | jacob berkman | 2002-07-10 | 1 | -0/+5 |
* | Fix some cases where signal connection IDs where being assigned to guint | Owen Taylor | 2002-07-10 | 1 | -0/+7 |
* | Add an extra parameter to _gtk_menu_item_select_first() to allow us to | Owen Taylor | 2002-07-06 | 1 | -0/+10 |