- 18 Dec, 1997 2 commits
-
-
scott authored
-- sg
-
Owen Taylor authored
-
- 17 Dec, 1997 2 commits
-
-
Arturo Espinosa authored
-
Manish Singh authored
-Yosh
-
- 14 Dec, 1997 1 commit
-
-
Raph Levien authored
-
- 13 Dec, 1997 2 commits
-
-
Jay Painter authored
-Jay
-
Owen Taylor authored
* Removed warning when XGetWindowProperty fails - this can be the desired behavior. -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?) --------------------------------------------------------------------
-
- 08 Dec, 1997 1 commit
-
-
Owen Taylor authored
-
- 07 Dec, 1997 2 commits
-
-
Owen Taylor authored
-
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 1 commit
-
-
Elliot Lee authored
-
- 05 Dec, 1997 1 commit
-
-
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 2 commits
-
-
Owen Taylor authored
- Disabled unused gldouble definitions which were a portability problem - owt
-
Jay Painter authored
-
- 01 Dec, 1997 1 commit
-
-
Michael Johnson authored
-mkj
-
- 28 Nov, 1997 1 commit
-
-
Gnome CVS User authored
window creation. some indentation fixes. this basically brings my tree back in sync with the repository again...
-
- 27 Nov, 1997 1 commit
-
-
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 1 commit
-
-
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.
-
- 25 Nov, 1997 4 commits
-
-
Gnome CVS User authored
gtk-dairiki-971117-2.patch gtk/gtkaspectframe.c (gtk_aspect_frame_size_allocate): When computing new dimensions of the subwidget, round to nearest integer rather than truncating. Mon Nov 24 1997 Jay Painter <jpaint@serv.net> gtk-dairiki-971117-1.patch * gtk/gtkvruler.c (gtk_vruler_draw_ticks): * gtk/gtkhruler.c (gtk_hruler_draw_ticks): Ensure that subticks always are drawn when they should be (sometimes they were getting drawn with zero length --- invisible). Also clear rectangle behind text labels to ensure they don't touch or overlap ticks. Mon Nov 24 1997 Jay Painter <jpaint@serv.net> * gtk/gtkaspectframe.c (gtk_aspect_frame_set): gtk-dairiki-971117-0.patch Clear window when aspect ratio or alignment is changed.
-
Gnome CVS User authored
Clear window when aspect ratio or alignment is changed. -Jay
-
Gnome CVS User authored
-
Gnome CVS User authored
-
- 24 Nov, 1997 1 commit
-
-
Elliot Lee authored
-