| Commit message (Expand) | Author | Age | Files | Lines |
* | new function to get the *real* geometry position of a window, taken | Tim Janik | 1998-09-25 | 5 | -4/+119 |
* | Add names to prototype for gdk_image_new_bitmap. | Owen Taylor | 1998-09-20 | 1 | -4/+4 |
* | shutup CVS further | Manish Singh | 1998-09-17 | 1 | -0/+1 |
* | Update to libtool-1.2b, change library versioning scheme to drop | Owen Taylor | 1998-09-17 | 1 | -5/+5 |
* | Reverted global changes of g_new to malloc(), added back in the one place | Owen Taylor | 1998-09-15 | 5 | -67/+73 |
* | changed g_new()s to malloc()s and g_free()s to free()s to avoid mixing | CDT 1998 Shawn T. Amundson | 1998-09-15 | 2 | -34/+32 |
* | Checking in minor changes. Now synced with 0.9.0.GTK_1_1_2 | Raph Levien | 1998-09-11 | 1 | -2/+36 |
* | use g_atexit() instead of ATEXIT. | Tim Janik | 1998-09-08 | 2 | -4/+2 |
* | When the pointer is grabbed on an input window, either explicitely, or | Owen Taylor | 1998-09-05 | 6 | -62/+138 |
* | Fixed up some of the bigendian 32bpp modes. | Raph Levien | 1998-09-03 | 1 | -29/+164 |
* | Minor improvements to gdkrgb, added testrgb to the gtk directory. | Raph Levien | 1998-09-01 | 1 | -13/+24 |
* | Added a gdk_draw_rgb_image_dithalign function. | Raph Levien | 1998-08-31 | 2 | -35/+217 |
* | quell some warnings with g_hash_table_new | Manish Singh | 1998-08-29 | 2 | -8/+8 |
* | Reference count the fonts used in the text widget. | Owen Taylor | 1998-08-25 | 13 | -423/+1489 |
* | removed some unused variables | Manish Singh | 1998-08-24 | 1 | -1/+0 |
* | Added some calls to gdk_rgb_init, so it's much more likely to correctly | Raph Levien | 1998-08-22 | 1 | -0/+2 |
* | silly visual fixes | Manish Singh | 1998-08-20 | 1 | -2/+2 |
* | Minor fixes that were needed for the Gimp/GdkRgb integration. | Raph Levien | 1998-08-20 | 1 | -254/+362 |
* | use g_get_current_dir() instead of getcwd(). | Tim Janik | 1998-08-18 | 8 | -276/+281 |
* | restricted the --g*fatal-* arguments to --g-fatal-warnings again. this | Tim Janik | 1998-08-18 | 12 | -2686/+2720 |
* | It works better when I actually check the file in :) (I.e. this is the | Raph Levien | 1998-08-18 | 1 | -6/+155 |
* | removed gtk_input_add_interp.merge-to-themes-2-2 | Tim Janik | 1998-08-17 | 6 | -12/+16 |
* | gdk.c: fixed bug in gdk_input_remove | Dietmar Maurer | 1998-08-17 | 2 | -44/+66 |
* | fatal warning option is split up now, "--g-fatal-warnings" causes fatal | Tim Janik | 1998-08-16 | 3 | -0/+3 |
* | Committing a patch by Ray Lehtiniemi to speed up 565_d by 25%. | Raph Levien | 1998-08-14 | 1 | -25/+34 |
* | Added gdk_text/string_extents() - too calculate all the metrics at once of | Owen Taylor | 1998-08-12 | 3 | -0/+187 |
* | Applied gtk-pedersen-980727-0; added all logical operations to | Owen Taylor | 1998-08-11 | 2 | -1/+134 |
* | Change window_private->parent pointer when reparenting. | Owen Taylor | 1998-08-02 | 2 | -0/+4 |
* | Made some config changes to make it work better both as a standalone | Raph Levien | 1998-08-02 | 1 | -2/+17 |
* | actually builds and runs properly on big endian machines now, because we | Manish Singh | 1998-07-22 | 2 | -5/+7 |
* | More minor config fixes. | Raph Levien | 1998-07-21 | 1 | -20/+0 |
* | Fixed minor config bug. | Raph Levien | 1998-07-21 | 1 | -2/+1 |
* | If xid_ht hasn't been created yet, don't do the lookup. | Owen Taylor | 1998-07-17 | 2 | -6/+8 |
* | Make gdk_window_foreign_new fail gracefully | Elliot Lee | 1998-07-16 | 2 | -6/+14 |
* | Build fixes for gdkrgb | Manish Singh | 1998-07-15 | 1 | -0/+2 |
* | Integrating GdkRgb 0.0.3 into the Gtk+ source tree. | Raph Levien | 1998-07-15 | 3 | -1/+2701 |
* | check if old_parent_private is not NULL before trying to g_list_remove the | George Lebl | 1998-07-13 | 2 | -2/+4 |
* | 4 bit support, increased available_depths array, which was too low (?) | CDT 1998 Shawn T. Amundson | 1998-07-10 | 2 | -6/+6 |
* | changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. | Tim Janik | 1998-07-04 | 12 | -24/+68 |
* | implemented default handler for key-release events, which checks for | Tim Janik | 1998-06-30 | 1 | -1/+2 |
* | use native Xlib XConvertCase if it's available | Manish Singh | 1998-06-28 | 2 | -8/+26 |
* | compatibility function to provide XConvertCase() functionality from X11R6 | Tim Janik | 1998-06-27 | 2 | -8/+268 |
* | Added functions gdk_text_height, gdk_string_height, gdk_char_height to | Stefan Jeske | 1998-06-25 | 3 | -13/+156 |
* | do not avoid to queue for a resize if the container is not visible, we | Tim Janik | 1998-06-24 | 2 | -22/+34 |
* | new function gdk_window_at_pointer() to retrive the current GdkWindow the | Tim Janik | 1998-06-17 | 3 | -77/+197 |
* | gdk/gdktypes.h gdk/gdkprivate.h gtk/gtk*.h gtk/Makefile.am gtk/makenums.pl | Owen Taylor | 1998-06-15 | 6 | -324/+320 |
* | Patch from Tom Bech <tomb@ii.uib.no>, to handle color specs of the form c | Owen Taylor | 1998-06-13 | 2 | -2/+24 |
* | Removed code for drawing the child in two places at once. Unfortunately, | Owen Taylor | 1998-06-13 | 2 | -0/+12 |
* | glib/* Moved to glib module | Owen Taylor | 1998-06-10 | 1 | -1/+1 |
* | Renamed g_const_pointer => gconstpointer. | Owen Taylor | 1998-06-10 | 2 | -6/+6 |