]> Pileus Git - ~andy/gtk/log
~andy/gtk
26 years agoAdded "orientation_changed" and "style_changed" signals to GtkToolbar.
Arturo Espinosa [Tue, 23 Dec 1997 06:11:36 +0000 (06:11 +0000)]
Added "orientation_changed" and "style_changed" signals to GtkToolbar.
Fixed some nits. - Federico

26 years agoNeed errno.h for glibc systems (among others) - sopwith
Elliot Lee [Tue, 23 Dec 1997 03:56:44 +0000 (03:56 +0000)]
Need errno.h for glibc systems (among others) - sopwith

26 years agoadded gtkhandlebox to these - sopwith
Elliot Lee [Tue, 23 Dec 1997 03:35:00 +0000 (03:35 +0000)]
added gtkhandlebox to these - sopwith

26 years agonew function. many functions adapted to use GScanner for scanning.
Tim Janik [Tue, 23 Dec 1997 02:12:10 +0000 (02:12 +0000)]
new function. many functions adapted to use GScanner for scanning.

        * gtk/gtkrc.h (gtk_rc_parse_string): new function.
        * gtk/gtkrc.c: many functions adapted to use GScanner for scanning.
        (gtk_rc_parse): use gtk_rc_parse_any for parsing.
        (gtk_rc_parse_string): new function to support parsing from
        strings, just calls gtk_rc_parse_any.
        (gtk_rc_parse_any): new function using GScanner as lexer.
-timj

26 years agonew file for GScanner: Flexible lexical scanner for general purpose. added
Tim Janik [Tue, 23 Dec 1997 02:09:34 +0000 (02:09 +0000)]
new file for GScanner: Flexible lexical scanner for general purpose. added

        * gscanner.c: new file for GScanner: Flexible lexical scanner for
        general purpose.
        * glib_pre2.h: added GScanner includes. added g_strconcat and g_strtod.
        gutils.c (g_strconcat): new function for string concatenation of NULL
        terminated parameter list.
        (g_strtod): new function to perform best string to double conversion
        with or without consideration of the current locale.
-timj

26 years agoDemo works fine. I have to add the missing functions for setting the toolbar's
Arturo Espinosa [Tue, 23 Dec 1997 00:35:48 +0000 (00:35 +0000)]
Demo works fine.  I have to add the missing functions for setting the toolbar's
parameters on the fly. - Federico

26 years agoThe handlebox is almost finished. Just need help with resizing the
Elliot Lee [Mon, 22 Dec 1997 21:37:43 +0000 (21:37 +0000)]
The handlebox is almost finished. Just need help with resizing the
parent - anyone know what I should be doing?

26 years agoIt compiles. Now I will add the toolbar example to testgtk.c - Federico
Arturo Espinosa [Mon, 22 Dec 1997 21:32:24 +0000 (21:32 +0000)]
It compiles.  Now I will add the toolbar example to testgtk.c - Federico

26 years agoVery basic functionality seems to be complete; I'll try compiling it
Arturo Espinosa [Mon, 22 Dec 1997 20:43:55 +0000 (20:43 +0000)]
Very basic functionality seems to be complete; I'll try compiling it
next :-)  - Federico

26 years agoFixed dragging of handlebox
Elliot Lee [Mon, 22 Dec 1997 04:12:18 +0000 (04:12 +0000)]
Fixed dragging of handlebox

26 years agoBeginnings of support for 1 bpp depth in gdk. Very minor changes.
Shawn Amundson [Sat, 20 Dec 1997 08:39:21 +0000 (08:39 +0000)]
Beginnings of support for 1 bpp depth in gdk.  Very minor changes.
Most of testgtk runs on 1 bpp.  Nothing much else will work until
gdkcc is used for gtk_preview and other color-intensive things.

-Shawn

26 years agoA couple of enums for GtkToolbar settings - Federico
Arturo Espinosa [Fri, 19 Dec 1997 21:41:42 +0000 (21:41 +0000)]
A couple of enums for GtkToolbar settings - Federico

26 years agoStarted work on a GtkToolbar widget. The idea is to eventually dump a
Arturo Espinosa [Fri, 19 Dec 1997 21:14:44 +0000 (21:14 +0000)]
Started work on a GtkToolbar widget.  The idea is to eventually dump a
toolbar inside a GtkHandleBox (inside a GnomeApp container, yet to be
written).

When the toolbar is usable, I will add the proper example to testgtk.c.

- Federico

26 years agoOK, handle box is good to go except for having the parent resize when it is dragged...
Elliot Lee [Fri, 19 Dec 1997 21:06:39 +0000 (21:06 +0000)]
OK, handle box is good to go except for having the parent resize when it is dragged out, and also allowing user to drag it back into the original parent

26 years agomore gtkhandlebox painting stuff..
Elliot Lee [Fri, 19 Dec 1997 20:19:28 +0000 (20:19 +0000)]
more gtkhandlebox painting stuff..

26 years agomore gtkhandlebox work..
Elliot Lee [Fri, 19 Dec 1997 19:17:45 +0000 (19:17 +0000)]
more gtkhandlebox work..

26 years agoChanges from Bolliet Jerome <bolliet@in2p3.fr> to gtktree.
Shawn Amundson [Fri, 19 Dec 1997 05:41:45 +0000 (05:41 +0000)]
Changes from Bolliet Jerome <bolliet@in2p3.fr> to gtktree.
Corrects a bug in gtk_tree_remove_items and gtk_tree_item_destroy.
Adds the possibility to connect all items by lines. This is the
default now.  You can overide this with the function
gtk_tree_set_view_line which take a tree and a boolean.

This tree widget looks way more finished with the lines.  Very
nice.  Check it out and run gtk/testtree.

-Shawn

26 years agoFor consistancy with GIMP/GNOME projects. Plus these files can
Shawn Amundson [Fri, 19 Dec 1997 05:24:25 +0000 (05:24 +0000)]
For consistancy with GIMP/GNOME projects.  Plus these files can
get really annoying if they are in the tree.

-Shawn

26 years agoFixed restoration of old event mask
Elliot Lee [Thu, 18 Dec 1997 23:38:39 +0000 (23:38 +0000)]
Fixed restoration of old event mask

26 years agoDnD works again, fixed my own stupidity ;-)
Elliot Lee [Thu, 18 Dec 1997 23:03:26 +0000 (23:03 +0000)]
DnD works again, fixed my own stupidity ;-)

26 years agoRemoved gtkhandlebox.c from Makefile.am
Manish Singh [Thu, 18 Dec 1997 22:12:34 +0000 (22:12 +0000)]
Removed gtkhandlebox.c from Makefile.am

-Yosh

26 years agosorry about the debug define left in... - sopwith
Elliot Lee [Thu, 18 Dec 1997 20:36:16 +0000 (20:36 +0000)]
sorry about the debug define left in... - sopwith

26 years agohandlebox mods
Elliot Lee [Thu, 18 Dec 1997 15:54:10 +0000 (15:54 +0000)]
handlebox mods

26 years agoDnD debugging misc
Elliot Lee [Thu, 18 Dec 1997 13:59:17 +0000 (13:59 +0000)]
DnD debugging misc

26 years agoCaught a stray gdk_colormap_destroy that Owen missed (and Shawn found).
scott [Thu, 18 Dec 1997 04:29:53 +0000 (04:29 +0000)]
Caught a stray gdk_colormap_destroy that Owen missed (and Shawn found).
-- sg

26 years agoFilling in the details.
Owen Taylor [Thu, 18 Dec 1997 02:24:41 +0000 (02:24 +0000)]
Filling in the details.

26 years agoIt's all in the changelog. Well, almost all.
Owen Taylor [Thu, 18 Dec 1997 02:17:14 +0000 (02:17 +0000)]
It's all in the changelog. Well, almost all.

                                        -owt

26 years agoMade the XCC stuff more accessible
Arturo Espinosa [Thu, 18 Dec 1997 00:27:10 +0000 (00:27 +0000)]
Made the XCC stuff more accessible

26 years agoTree widget implementation by Bolliet Jerome.
Shawn Amundson [Wed, 17 Dec 1997 23:41:42 +0000 (23:41 +0000)]
Tree widget implementation by Bolliet Jerome.

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

26 years agoforgot to add GdkColorContext to ChangeLog - Federico
Arturo Espinosa [Wed, 17 Dec 1997 22:59:24 +0000 (22:59 +0000)]
forgot to add GdkColorContext to ChangeLog - Federico

26 years agoAdded gdk_get_display ()
Manish Singh [Wed, 17 Dec 1997 22:40:07 +0000 (22:40 +0000)]
Added gdk_get_display ()

-Yosh

26 years agoAdded gdk_color_context_get_visual() function.
Arturo Espinosa [Wed, 17 Dec 1997 22:08:48 +0000 (22:08 +0000)]
Added gdk_color_context_get_visual() function.

26 years agoAdded root coords to button & motion events - sopwith
Elliot Lee [Wed, 17 Dec 1997 14:36:57 +0000 (14:36 +0000)]
Added root coords to button & motion events - sopwith

26 years agoAdded some extra functions to access the ColorContext toys.
Arturo Espinosa [Wed, 17 Dec 1997 01:40:34 +0000 (01:40 +0000)]
Added some extra functions to access the ColorContext toys.
federico

26 years agoNew GdkColorContext object, ported from the XColorContext in XmHTML.
Arturo Espinosa [Wed, 17 Dec 1997 00:14:36 +0000 (00:14 +0000)]
New GdkColorContext object, ported from the XColorContext in XmHTML.
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

26 years agoadd gdk_window_set_override_redirect() et al
Elliot Lee [Tue, 16 Dec 1997 22:10:43 +0000 (22:10 +0000)]
add gdk_window_set_override_redirect() et al

26 years agoStart of work on a widget to allow you to drag other widgets in and out of
Elliot Lee [Tue, 16 Dec 1997 21:39:55 +0000 (21:39 +0000)]
Start of work on a widget to allow you to drag other widgets in and out of
windows (i.e. like KDE has for its menu bars).

- sopwith

26 years agoA list divided into 1.0 and post-1.0 is now started.
Shawn Amundson [Tue, 16 Dec 1997 17:50:29 +0000 (17:50 +0000)]
A list divided into 1.0 and post-1.0 is now started.

-Shawn

26 years agominor optimizations: (g_list_append): `if' optimized for common code path,
Tim Janik [Mon, 15 Dec 1997 19:08:53 +0000 (19:08 +0000)]
minor optimizations: (g_list_append): `if' optimized for common code path,

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.

26 years agoNew GTK release, 0.99.0. This release was coordinated with the
Shawn Amundson [Sun, 14 Dec 1997 08:49:30 +0000 (08:49 +0000)]
New GTK release, 0.99.0.  This release was coordinated with the
upcoming release of GIMP 0.99.16.

-Shawn

26 years agoChangeLog entries for filesel patch.
Raph Levien [Sun, 14 Dec 1997 08:05:15 +0000 (08:05 +0000)]
ChangeLog entries for filesel patch.

26 years agoA simple patch to make the file sel dialog not always select the first
Raph Levien [Sun, 14 Dec 1997 07:54:36 +0000 (07:54 +0000)]
A simple patch to make the file sel dialog not always select the first
file in the directory.

26 years agoAdded focus flag to gtk/gtkvscrollbar.c so it can get keyboard focus.
Jay Painter [Sat, 13 Dec 1997 19:32:00 +0000 (19:32 +0000)]
Added focus flag to gtk/gtkvscrollbar.c so it can get keyboard focus.
-Jay

26 years agoRemoved warning when XGetWindowProperty fails - this can be the desired
Owen Taylor [Sat, 13 Dec 1997 02:08:35 +0000 (02:08 +0000)]
Removed warning when XGetWindowProperty fails - this can be the desired

* Removed warning when XGetWindowProperty fails - this can
  be the desired behavior.
                                        -owt

26 years agoNow that glib.h has been removed, it can't be used as the
Owen Taylor [Sat, 13 Dec 1997 01:06:12 +0000 (01:06 +0000)]
Now that glib.h has been removed, it can't be used as the
unique file for AC_INIT()
                                        -owt

26 years agogdk/makecursor* gdk/makekeysym* gdk/Makefile.am Removed old sed/awk code
Owen Taylor [Sat, 13 Dec 1997 00:58:24 +0000 (00:58 +0000)]
gdk/makecursor* gdk/makekeysym* gdk/Makefile.am Removed old sed/awk code

* 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

26 years agoGenerated file removed from repository.
Owen Taylor [Sat, 13 Dec 1997 00:51:39 +0000 (00:51 +0000)]
Generated file removed from repository.
                                        -owt

26 years agogdk/gdkgc.c: If gdk_gc_set_clip_rectangle is called with
Owen Taylor [Fri, 12 Dec 1997 20:03:48 +0000 (20:03 +0000)]
gdk/gdkgc.c: If gdk_gc_set_clip_rectangle is called with
  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

26 years agoChange to ltconfig to remove -z text for Solaris x86 Change to configure
Shawn Amundson [Thu, 11 Dec 1997 17:06:25 +0000 (17:06 +0000)]
Change to ltconfig to remove -z text for Solaris x86 Change to configure

* 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

26 years agoadded gdk_progclass==NULL patch by Oliver Graf <ograf@fga.de>. -timj
Tim Janik [Thu, 11 Dec 1997 08:39:21 +0000 (08:39 +0000)]
added gdk_progclass==NULL patch by Oliver Graf <ograf@fga.de>. -timj

        * gdk.c: added gdk_progclass==NULL patch by Oliver Graf <ograf@fga.de>.
-timj

26 years agoGLib:
Tim Janik [Wed, 10 Dec 1997 22:43:24 +0000 (22:43 +0000)]
GLib:
        * 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

26 years agoConfigure changes:
Owen Taylor [Wed, 10 Dec 1997 02:28:14 +0000 (02:28 +0000)]
Configure changes:

  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?)
--------------------------------------------------------------------

26 years agoFix to pixmap mask handling. (gtk-fortier-971122-0.patch)
Owen Taylor [Tue, 9 Dec 1997 22:02:50 +0000 (22:02 +0000)]
Fix to pixmap mask handling. (gtk-fortier-971122-0.patch)

                                        -owt

26 years agogtkimage.c: Fixes to expose handler from Rob Browning
Owen Taylor [Mon, 8 Dec 1997 23:55:54 +0000 (23:55 +0000)]
gtkimage.c: Fixes to expose handler from Rob Browning
testselection.c gtktext.c gtktext.h: Spelling fix: foreward => forward
  from Tom Tromey
                                        -owt

26 years agoYACU
Owen Taylor [Mon, 8 Dec 1997 23:53:14 +0000 (23:53 +0000)]
YACU

26 years agoUpdate.
Owen Taylor [Sun, 7 Dec 1997 16:38:06 +0000 (16:38 +0000)]
Update.

26 years agoRemove dependencies of interfaces on USE_XIM Attempt to make wchar
Owen Taylor [Sun, 7 Dec 1997 16:36:36 +0000 (16:36 +0000)]
Remove dependencies of interfaces on USE_XIM Attempt to make wchar

* 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)

26 years agoChanges to make word motion work again.
Owen Taylor [Sun, 7 Dec 1997 16:25:48 +0000 (16:25 +0000)]
Changes to make word motion work again.
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

26 years agoapplied jamesa-971010-0 for stability. applied jamesa-971010-2 for a small
Tim Janik [Sun, 7 Dec 1997 02:34:38 +0000 (02:34 +0000)]
applied jamesa-971010-0 for stability. applied jamesa-971010-2 for a small

        * 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

26 years agoRead the ChangeLog :)
Elliot Lee [Sat, 6 Dec 1997 22:12:10 +0000 (22:12 +0000)]
Read the ChangeLog :)

26 years agoChanged glib.h so it's created by merging glib_pre1.h, glibconfig.h, and
Jay Painter [Sat, 6 Dec 1997 21:45:45 +0000 (21:45 +0000)]
Changed glib.h so it's created by merging glib_pre1.h, glibconfig.h, and
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

26 years agoAdded undef's for wchar tests. -Jay
Jay Painter [Sat, 6 Dec 1997 21:32:43 +0000 (21:32 +0000)]
Added undef's for wchar tests. -Jay

26 years agoAdd support for pixmap cursors -mig
Arturo Espinosa [Sat, 6 Dec 1997 20:53:46 +0000 (20:53 +0000)]
Add support for pixmap cursors -mig

26 years agoNo need to DUMP CORE if the display can't be opened...
Michael Johnson [Fri, 5 Dec 1997 23:14:41 +0000 (23:14 +0000)]
No need to DUMP CORE if the display can't be opened...
Might as well just warn folks about the problem and quit with an error.

-mkj

26 years agoRemoved some unused variables
Owen Taylor [Fri, 5 Dec 1997 04:33:00 +0000 (04:33 +0000)]
Removed some unused variables
                                        -owt

26 years agoDon't redefine _GNU_SOURCE if already defined.
Owen Taylor [Fri, 5 Dec 1997 04:29:22 +0000 (04:29 +0000)]
Don't redefine _GNU_SOURCE if already defined.
                                                 -owt

26 years agoChanges to make drawing work correctly (no black text on black background).
Owen Taylor [Fri, 5 Dec 1997 04:27:44 +0000 (04:27 +0000)]
Changes to make drawing work correctly (no black text on black background).
Also, removed calls to gtk_widget_set_events (that produced warnings)

                                        -owt

26 years agoIgnore gdk_gc_set_font if font is a fontset. (Actually, gdk_gc_set_font
Owen Taylor [Fri, 5 Dec 1997 04:25:52 +0000 (04:25 +0000)]
Ignore gdk_gc_set_font if font is a fontset. (Actually, gdk_gc_set_font
is completely useless now...)
                                        -owt

26 years agoFixed recent bug in gtkstyle.c. -Jay
Jay Painter [Thu, 4 Dec 1997 08:00:59 +0000 (08:00 +0000)]
Fixed recent bug in gtkstyle.c. -Jay

26 years agoVarious configuration and portability related changes. See ChangeLog
Owen Taylor [Wed, 3 Dec 1997 21:43:44 +0000 (21:43 +0000)]
Various configuration and portability related changes. See ChangeLog
for details.
                                        -owt

26 years agoFixed a optionmenu bug where if you set a new menu on a optionmenu, the
Jay Painter [Wed, 3 Dec 1997 16:38:54 +0000 (16:38 +0000)]
Fixed a optionmenu bug where if you set a new menu on a optionmenu, the
selected widget would not get positioned correctly inside of the optionmenu.
-Jay

26 years agoInclude <unistd.h> to get SEEK_END on SunOS.
Owen Taylor [Tue, 2 Dec 1997 22:34:44 +0000 (22:34 +0000)]
Include <unistd.h> to get SEEK_END on SunOS.

                                        -owt

26 years agodefine _GNU_SOURCE before include fnmatch.h, so that all
Owen Taylor [Tue, 2 Dec 1997 22:27:33 +0000 (22:27 +0000)]
define _GNU_SOURCE before include fnmatch.h, so that all
appropriate constants are defined.
                                        -owt

26 years ago- Added a g_memmove function for SunOS compatability.
Owen Taylor [Tue, 2 Dec 1997 21:03:14 +0000 (21:03 +0000)]
- Added a g_memmove function for SunOS compatability.
- Disabled unused gldouble definitions which were a portability problem

                                        - owt

26 years agoAdded missing /* */'s
Owen Taylor [Tue, 2 Dec 1997 19:41:19 +0000 (19:41 +0000)]
Added missing /* */'s
                                        -owt

26 years agosame as before -Jay
Jay Painter [Tue, 2 Dec 1997 03:43:24 +0000 (03:43 +0000)]
same as before -Jay

26 years agoChangeLog entry about gtkentry visibility I forgot to make on the 17th. :-(
Michael Johnson [Mon, 1 Dec 1997 19:01:07 +0000 (19:01 +0000)]
ChangeLog entry about gtkentry visibility I forgot to make on the 17th.  :-(
-mkj

26 years agoMisc fixes for color changing stuff
Elliot Lee [Fri, 28 Nov 1997 06:47:01 +0000 (06:47 +0000)]
Misc fixes for color changing stuff

26 years agoFixed a bug in gdk_property_get, I think, and made error messages sane
Elliot Lee [Fri, 28 Nov 1997 03:10:25 +0000 (03:10 +0000)]
Fixed a bug in gdk_property_get, I think, and made error messages sane

26 years agonew gtk_main_level(). fixes to gtk_window_show() to prevent -1x-1 size on
Gnome CVS User [Fri, 28 Nov 1997 01:22:38 +0000 (01:22 +0000)]
new gtk_main_level(). fixes to gtk_window_show() to prevent -1x-1 size on
window creation. some indentation fixes.
this basically brings my tree back in sync with the repository again...

26 years agoAutomake update to automake 1.2d. I also moved the GTK_SELECTIO_...
Gnome CVS User [Thu, 27 Nov 1997 19:21:42 +0000 (19:21 +0000)]
Automake update to automake 1.2d.  I also moved the GTK_SELECTIO_...
enums to gtkenums.h. -Jay

26 years agoPatches to support internationalized input by:
Gnome CVS User [Thu, 27 Nov 1997 05:17:24 +0000 (05:17 +0000)]
Patches to support internationalized input by:
  Takashi Matsuda <matsu@arch.comp.kyutech.ac.jp>
  TANAKA Shinya <shinya@race.u-tokyo.ac.jp>

See ChangeLog entries for further details.

[ missed one ]

26 years agocleanups for color changing stuff
Elliot Lee [Thu, 27 Nov 1997 05:07:48 +0000 (05:07 +0000)]
cleanups for color changing stuff

26 years agomo ignores
Elliot Lee [Thu, 27 Nov 1997 05:02:25 +0000 (05:02 +0000)]
mo ignores

26 years agoignore generated info files
Elliot Lee [Thu, 27 Nov 1997 05:00:47 +0000 (05:00 +0000)]
ignore generated info files

26 years agoChanged ignore thing.
Elliot Lee [Thu, 27 Nov 1997 04:52:29 +0000 (04:52 +0000)]
Changed ignore thing.

26 years agoPatches to support internationalized input by:
Gnome CVS User [Thu, 27 Nov 1997 04:16:39 +0000 (04:16 +0000)]
Patches to support internationalized input by:
  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 years agogtk/gtkaspectframe.c:
Gnome CVS User [Wed, 26 Nov 1997 02:36:43 +0000 (02:36 +0000)]
gtk/gtkaspectframe.c:
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.

26 years agoMoved list concatenation code from gtkmain.c into its proper
Gnome CVS User [Wed, 26 Nov 1997 01:52:50 +0000 (01:52 +0000)]
Moved list concatenation code from gtkmain.c into its proper
place in glib/glist.c, added corresponding g_slist_concat.

26 years agoMon Nov 24 1997 Jay Painter <jpaint@serv.net>
Gnome CVS User [Tue, 25 Nov 1997 07:15:41 +0000 (07:15 +0000)]
Mon Nov 24 1997 Jay Painter <jpaint@serv.net>
        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.

26 years agogtk-dairiki-971117-0.patch
Gnome CVS User [Tue, 25 Nov 1997 06:49:03 +0000 (06:49 +0000)]
gtk-dairiki-971117-0.patch
Clear window when aspect ratio or alignment is changed. -Jay

26 years agoFixed GTK_OBJECT_NSIGNALS macro in gtk/gtkobject.h -Jay
Gnome CVS User [Tue, 25 Nov 1997 06:36:40 +0000 (06:36 +0000)]
Fixed GTK_OBJECT_NSIGNALS macro in gtk/gtkobject.h -Jay

26 years agoadding autoconf-generated files. -Jay
Gnome CVS User [Tue, 25 Nov 1997 06:18:43 +0000 (06:18 +0000)]
adding autoconf-generated files. -Jay

26 years agoAdding autoconf generated files. -Jay
Gnome CVS User [Tue, 25 Nov 1997 06:17:49 +0000 (06:17 +0000)]
Adding autoconf generated files. -Jay

26 years agogtk+
Elliot Lee [Mon, 24 Nov 1997 22:37:52 +0000 (22:37 +0000)]
gtk+

26 years agoInitial revision
Elliot Lee [Mon, 24 Nov 1997 22:37:52 +0000 (22:37 +0000)]
Initial revision