- 11 Dec, 1997 1 commit
-
-
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 5 commits
-
-
Michael Johnson authored
Might as well just warn folks about the problem and quit with an error. -mkj
-
Owen Taylor authored
-owt
-
Owen Taylor authored
-owt
-
Owen Taylor authored
Also, removed calls to gtk_widget_set_events (that produced warnings) -owt
-
Owen Taylor authored
is completely useless now...) -owt
-
- 04 Dec, 1997 1 commit
-
-
Jay Painter authored
-
- 03 Dec, 1997 2 commits
-
-
Owen Taylor authored
for details. -owt
-
Jay Painter authored
selected widget would not get positioned correctly inside of the optionmenu. -Jay
-
- 02 Dec, 1997 5 commits
-
-
Owen Taylor authored
-owt
-
Owen Taylor authored
appropriate constants are defined. -owt
-
Owen Taylor authored
- Disabled unused gldouble definitions which were a portability problem - owt
-
Owen Taylor authored
-owt
-
Jay Painter authored
-
- 01 Dec, 1997 1 commit
-
-
Michael Johnson authored
-mkj
-
- 28 Nov, 1997 3 commits
-
-
Elliot Lee authored
-
Elliot Lee authored
-
Gnome CVS User authored
window creation. some indentation fixes. this basically brings my tree back in sync with the repository again...
-
- 27 Nov, 1997 7 commits
-
-
Gnome CVS User authored
enums to gtkenums.h. -Jay
-
Gnome CVS User authored
Takashi Matsuda <matsu@arch.comp.kyutech.ac.jp> TANAKA Shinya <shinya@race.u-tokyo.ac.jp> See ChangeLog entries for further details. [ missed one ]
-
Elliot Lee authored
-
Elliot Lee authored
-
Elliot Lee authored
-
Elliot Lee authored
-
Gnome CVS User authored
Takashi Matsuda <matsu@arch.comp.kyutech.ac.jp> TANAKA Shinya <shinya@race.u-tokyo.ac.jp> See ChangeLog entries for further details. Also some small fixes to event handling in gdk/gdk.c; sending clear events in gtk/gtkselection.c and cut-and-paste in gtk/gtkentry.c
-
- 26 Nov, 1997 2 commits
-
-
Gnome CVS User authored
Some minor improvements to rounding in aspectframes. Make sure that child allocation is always >= 0 Always trigger size allocation with gtk_widget_queue_resize to prevent calling size_allocate before allocation done. gtk/gtkframe.c: Changed tests for drawability to GTK_WIDGET_DRAWABLE Always trigger size allocation with gtk_widget_queue_resize to prevent calling size_allocate before allocation done.
-
Gnome CVS User authored
place in glib/glist.c, added corresponding g_slist_concat.
-