- 18 Dec, 1997 4 commits
-
-
scott authored
-- sg
-
Owen Taylor authored
-
Owen Taylor authored
-owt
-
Arturo Espinosa authored
-
- 17 Dec, 1997 7 commits
-
-
Shawn Amundson authored
There is also another tree widget implementation by AOSASA Shigeru <aozasa@sakuranet.or.jp>: ftp://ftp.gimp.org/pub/gtk/contrib/gtk-shige-971216-0.tar.gz -Shawn
-
Arturo Espinosa authored
-
Manish Singh authored
-Yosh
-
Arturo Espinosa authored
-
Elliot Lee authored
-
Arturo Espinosa authored
federico
-
Arturo Espinosa authored
It compiles and links, but is *completely* untested. Feel free to pound on it. The idea is to do all color management (allocation, etc.) via a GdkColorContext so that apps will be friendly to 8-bit displays. GdkColorContext is supposed to work on all visual/depth combinations. This support, however, is lacking from the rest of Gdk/Gtk. I will try to work on that. - Federico
-
- 16 Dec, 1997 3 commits
-
-
Elliot Lee authored
-
Elliot Lee authored
windows (i.e. like KDE has for its menu bars). - sopwith
-
Shawn Amundson authored
-Shawn
-
- 15 Dec, 1997 1 commit
-
-
Tim Janik authored
Mon Dec 15 19:33:58 1997 Tim Janik <timj@psynet.net> * glist.c: minor optimizations: (g_list_append): `if' optimized for common code path, commented out unneccessary `assert', saved one variable assignment. (g_list_prepend): saved two (conditioned) variable assignment. (g_list_insert): saved one (conditioned) variable assignment, saved one variable assignment. (g_list_remove): `if' optimized for common code path, saved two variable assignments by using `g_list_free_1' (which is even faster) instead of `g_list_free'. (g_list_reverse): saved allocation of one variable, saved one variable assignment.
-
- 14 Dec, 1997 3 commits
-
-
Shawn Amundson authored
upcoming release of GIMP 0.99.16. -Shawn
-
Raph Levien authored
-
Raph Levien authored
file in the directory.
-
- 13 Dec, 1997 5 commits
-
-
Jay Painter authored
-Jay
-
Owen Taylor authored
* Removed warning when XGetWindowProperty fails - this can be the desired behavior. -owt
-
Owen Taylor authored
unique file for AC_INIT() -owt
-
Owen Taylor authored
* gdk/makecursor* gdk/makekeysym* gdk/Makefile.am Removed old sed/awk code and replaced it with a spiffier awk-only code from Art_Haas@dril-quip.com -owt
-
Owen Taylor authored
-owt
-
- 12 Dec, 1997 1 commit
-
-
Owen Taylor authored
rectangle = NULL, remove clip mask, instead of segfaulting. gtk/gtknotebook.c: Set clip mask before redrawing, so that we don't overwrite things outside of exposed areas when drawing the shadows. (Based on a patch from Lars Hamann <hamann@braunschweig.netsurf.de> and Stefan Jeske) -owt
-
- 11 Dec, 1997 2 commits
-
-
Shawn Amundson authored
* Change to ltconfig to remove -z text for Solaris x86 * Change to configure stuff so compile works on Solaris x86 * Added gdk/gdkkeysyms.h and gdk/gdkcursors.h back into the tree -Shawn
-
Tim Janik authored
* gdk.c: added gdk_progclass==NULL patch by Oliver Graf <ograf@fga.de>. -timj
-
- 10 Dec, 1997 2 commits
-
-
Tim Janik authored
* glib_pre1.h: * glib_pre2.h: * glib.h: this file now gets concatenated by makeglib_h from glib_pre1.h and glib_pre2.h to merge in glibconfig.h wich got created by configure (done by Jay Painter). * glib_pre2.h: the g_assert*() and g_return_*_fail() macros are wrapped by G_STMT_START and G_STMT_END now, to avoid conflicts when used within if (...) g_macro(); else ... conditionals. Gtk+: * fixed some compiler errors, because g_return_if_fail() wasn't used with a trailing semicolon in some places. fixed few other warnings also. -timj
-
Owen Taylor authored
Change test ! `...` to test -z `...` (Harald Meland <Harald.Meland@usit.uio.no>) Change $gtk_cv_x_locale to $need_x_locale so it isn't cached. With --enable_debug, don't touch CFLAGS if they're already set. - owt (OK, which platform does this break?) --------------------------------------------------------------------
-
- 09 Dec, 1997 1 commit
-
-
Owen Taylor authored
-owt
-
- 08 Dec, 1997 2 commits
-
-
Owen Taylor authored
testselection.c gtktext.c gtktext.h: Spelling fix: foreward => forward from Tom Tromey -owt
-
Owen Taylor authored
-
- 07 Dec, 1997 4 commits
-
-
Owen Taylor authored
-
Owen Taylor authored
* gdk/gdk.c, gdk/gdk.h, gdk/gdktypes.h: Remove dependencies of interfaces on USE_XIM * gdki18n.h: Attempt to make wchar handling more portable * gdkwindow.c: Include config.h. (For gdkinput.h)
-
Owen Taylor authored
Cut/copy/paste via the X clipboard. Generalized extending selection using <Shift> to work with all types of motion, not just arrow keys. Don't change length of GtkEntry structure because of USE_XIM -owt
-
Tim Janik authored
* gtkfilesel.c: applied jamesa-971010-0 for stability. * gtkrc.c: applied jamesa-971010-2 for a small optimization. * gtkcheckmenuitem.h: * gtkcheckmenuitem.c: * gtkradiomenuitem.c: * testgtk.c: applied johannes-971113-0 which adds gtk_check_menu_item_set_show_toggle() to change the way check menu items and radio menu items look. -timj
-
- 06 Dec, 1997 4 commits
-
-
Elliot Lee authored
-
Jay Painter authored
glib_pre2.h. This eliminates the need to install glibconfig.h in $(includedir) and fixes some builddir != srcdir when compiling multiple archatecture types from the same source code. -Jay
-
Jay Painter authored
-
Arturo Espinosa authored
-
- 05 Dec, 1997 1 commit
-
-
Michael Johnson authored
Might as well just warn folks about the problem and quit with an error. -mkj
-