summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Move GDK_DEP_LIBS from LDFLAGS to each of the libgdk_*_LIBADD, to fixTor Lillqvist2002-08-211-0/+6
* Use gtk_entry_set_positions() to update current_pos and selection_bound soPadraig O'Briain2002-08-191-0/+6
* switch vbox and action_area back to the order that 2.0 hasjacob berkman2002-08-161-0/+5
* minor menu example comment fix (feeling my way back in after a longTony Gale2002-08-151-0/+6
* initialize gtk_selection_atoms only once at the 1st call. set length ofHidetoshi Tajima2002-08-141-0/+7
* Move focus to children, if they exist, after GtkTextView is focused.Padraig O'Briain2002-08-141-0/+5
* Remove gdk_screen_close, add a section for GdkDisplayManager, addMatthias Clasen2002-08-121-0/+9
* Mention in the docs that @pixmap_return and @mask_return can be %NULL.Owen Taylor2002-08-111-0/+7
* Minor documentation fixesSoren Sandmann2002-08-101-0/+37
* Changes to support depth 8 StaticColor visuals. (#81631)Matthias Clasen2002-08-091-0/+10
* Fix weird usage of 'class' for GdkDisplay * argumnent name. (#9031, LaszloOwen Taylor2002-08-091-0/+6
* Remove explicit calls to pango_x/xft_shutdown_display() since Pango nowOwen Taylor2002-08-091-0/+6
* Consistently order pangoxft / pangox in pkg-config calls in hopes ofOwen Taylor2002-08-091-0/+6
* Fix doc comment.Matthias Clasen2002-08-071-0/+7
* link gdk-pixbuf-xlib against x libs (bug #83442)jacob berkman2002-08-061-0/+4
* Patch from Soeren Sandmann to improve GtkLabel behavior when it gets a tooOwen Taylor2002-08-051-0/+7
* When overriding LDFLAGS, include @LDFLAGS@, otherwise LDFLAGS the usersOwen Taylor2002-08-051-0/+9
* Fix problem with wrong depth being used. (#89941, Jacob Berkman.) RemoveOwen Taylor2002-08-051-0/+6
* More fixes for warnings reported by David L. Cooper IIOwen Taylor2002-08-051-0/+16
* Add a note that yes, we do know what () means and we can't change it.Owen Taylor2002-08-051-0/+36
* Fix for binary compatibility across 2.x.y.Matthias Clasen2002-08-041-0/+5
* Fix menus resizing dynamically while they are popped up or torn off.Owen Taylor2002-08-021-0/+5
* ----:---F1 gdkregion-generic.c (CGTK CVS:1.11 Abbrev)--L1696--96%------...Owen Taylor2002-08-021-0/+5
* Remove references to gdk_initialized (#81060, Jacob Berkman)Owen Taylor2002-08-021-0/+7
* Fix args to pango_x_shutdown_display().Owen Taylor2002-08-021-0/+13
* Call pango_x[ft]_shutdown_display().Owen Taylor2002-08-021-0/+5
* declare screen_x11 variable to fix build w/ xineramajacob berkman2002-08-021-0/+5
* Switch back to using XftDraw so that we take advantage of theOwen Taylor2002-08-021-0/+13
* New demo for window migration between different displays and screens.Owen Taylor2002-08-011-0/+39
* Merge from stable:Sven Neumann2002-08-011-0/+7
* Start implementing display/screen closing scheme; keep a flag for whetherOwen Taylor2002-08-011-0/+44
* escape_string() only takes one argjacob berkman2002-07-311-0/+5
* Avoid using g_strescape(), since it mangles UTF-8, (#89479, Yao Zhang.)Owen Taylor2002-07-311-0/+5
* Handle inverted ranges correctly (#85436, fix from Norihiro UMEDA)Owen Taylor2002-07-301-0/+6
* Fix bug in the selection mode option menus which were setting the wrongOwen Taylor2002-07-301-0/+6
* Honor GDK_PIXBUF_CSOURCE from configure.in when cross-compiling. (#87099,Owen Taylor2002-07-301-0/+6
* Unset gtk-im-surrounding-info object data again. (Fix from Yao Zhang,Owen Taylor2002-07-291-0/+6
* ri Jul 26 17:59:06 2002 Owen Taylor <otaylor@redhat.com>Owen Taylor2002-07-261-0/+5
* API additions: _move, _reorder and _swap for stores, path constructor.Kristian Rietveld2002-07-261-0/+54
* Check if depth of the source is not equal to the depth of the colormapShivram U2002-07-261-0/+7
* Use gdk_rgb_convert_4, not gdk_rgb_convert_8 for depth 4, bpp 8,Matthias Clasen2002-07-251-0/+6
* When a menubar is up, use F10 to cycle menubars, not Control-Tab (#87159,Owen Taylor2002-07-251-0/+9
* [ Patch from Padraig O'Briain, #87904 ]Owen Taylor2002-07-251-0/+12
* Apply patch from Gustavo Giraldez for bug #78513Havoc Pennington2002-07-251-0/+5
* Don't use GTK_RC_FILES, since it causes problems with what KDE (etc.) doesOwen Taylor2002-07-241-0/+6
* Fixed the LSB -> MSB case. Fixes #79463.Federico Mena Quintero2002-07-161-0/+5
* gdk/gdk.c gdk/gdkinternals.h gdk/win32/gdkmain-win32.c pass argc and argvSven Neumann2002-07-161-0/+9
* activate the menu item so old apps work properlyjacob berkman2002-07-101-0/+5
* Fix some cases where signal connection IDs where being assigned to guintOwen Taylor2002-07-101-0/+7
* Add an extra parameter to _gtk_menu_item_select_first() to allow us toOwen Taylor2002-07-061-0/+10