]> Pileus Git - ~andy/gtk/log
~andy/gtk
26 years agoa few modifications, blah blah
Elliot Lee [Thu, 8 Jan 1998 20:25:33 +0000 (20:25 +0000)]
a few modifications, blah blah

26 years agoMinor fixup to gtklabel for prototype/definition consistency
Manish Singh [Thu, 8 Jan 1998 19:02:40 +0000 (19:02 +0000)]
Minor fixup to gtklabel for prototype/definition consistency

-Yosh

26 years agocopyright notices
Elliot Lee [Thu, 8 Jan 1998 16:25:31 +0000 (16:25 +0000)]
copyright notices

26 years agoNew widget (GtkComboBox) and fixed gdk_window_init to initialize gdk_root_parent...
Elliot Lee [Thu, 8 Jan 1998 04:13:13 +0000 (04:13 +0000)]
New widget (GtkComboBox) and fixed gdk_window_init to initialize gdk_root_parent some more

26 years agoapplied patch to use a backing pixmap for drawing in GtkEntry, which removes
Manish Singh [Thu, 8 Jan 1998 01:58:39 +0000 (01:58 +0000)]
applied patch to use a backing pixmap for drawing in GtkEntry, which removes
the bad flickering. (gtk-wille-980106-0)

-Yosh

26 years agoRemembered to update the ChangeLog...
Manish Singh [Wed, 7 Jan 1998 10:06:36 +0000 (10:06 +0000)]
Remembered to update the ChangeLog...

-Yosh

26 years agoAdded g_list_insert_sorted and g_slist_insert_sorted to glib.
Manish Singh [Wed, 7 Jan 1998 07:37:36 +0000 (07:37 +0000)]
Added g_list_insert_sorted and g_slist_insert_sorted to glib.

-Yosh

26 years agoAdded gtk_entry_set_editable()
Elliot Lee [Wed, 7 Jan 1998 00:04:19 +0000 (00:04 +0000)]
Added gtk_entry_set_editable()

26 years agoAdded "switch_page" signal. (gtk-hamann_jeske-971212-0.patch)
Owen Taylor [Tue, 6 Jan 1998 21:59:43 +0000 (21:59 +0000)]
Added "switch_page" signal. (gtk-hamann_jeske-971212-0.patch)

                                        -owt

26 years agoFixed problem with deleting while text is selected.
Owen Taylor [Tue, 6 Jan 1998 21:59:00 +0000 (21:59 +0000)]
Fixed problem with deleting while text is selected.
Changed behavior so that motion keys remove selection.
Added new gtk_entry_select_region () call.

                                        -owt

26 years agoclist updates to fix seg fault, list-end row removal, and row removal in BROWSE mode...
Jay Painter [Tue, 6 Jan 1998 06:48:48 +0000 (06:48 +0000)]
clist updates to fix seg fault, list-end row removal, and row removal in BROWSE mode. -Jay

26 years agoGDK_VISIBILITY_NOTIFY events were not working at all. It was my
Arturo Espinosa [Tue, 6 Jan 1998 01:17:10 +0000 (01:17 +0000)]
GDK_VISIBILITY_NOTIFY events were not working at all.  It was my
fault; I wrote them hurriedly before going on vacation, and I never
did any testing.  Sorry :-)

Apart from the fix in Gdk, I added the corresponding
"visibility_notify_event" to GtkWidget.

- Federico

26 years agoSome geometry management bugs fixed (and some others added -- will fix them
Arturo Espinosa [Mon, 5 Jan 1998 19:41:03 +0000 (19:41 +0000)]
Some geometry management bugs fixed (and some others added -- will fix them
today).  Next I will make the handle box use a transient window.  It should
be done that way, according to the ICCCM.  We have to talk to the KDE guys
to use their window manager protocol to let the WM know that we don't want
decoration on our window.  This has to be hacked into other WMs, too.

- Federico

26 years agoUpdated libtool to 1.0h. -Jay
Jay Painter [Mon, 5 Jan 1998 18:42:42 +0000 (18:42 +0000)]
Updated libtool to 1.0h. -Jay

26 years agoChanged guint32 -> guint for bitfields. (Bitfields must be
Owen Taylor [Sun, 4 Jan 1998 01:15:15 +0000 (01:15 +0000)]
Changed guint32 -> guint for bitfields. (Bitfields must be
int or unsigned int?)

26 years agoBetter Clist test in testgtk.c. -Jay
Jay Painter [Sat, 3 Jan 1998 23:28:28 +0000 (23:28 +0000)]
Better Clist test in testgtk.c. -Jay

26 years agoChanges in preparation for GTK 0.99.2 release.
Shawn Amundson [Sat, 3 Jan 1998 17:22:12 +0000 (17:22 +0000)]
Changes in preparation for GTK 0.99.2 release.

26 years agoinitialize scrollbar_spacing (gtk-fortier-980103-0)
Shawn Amundson [Sat, 3 Jan 1998 17:00:37 +0000 (17:00 +0000)]
initialize scrollbar_spacing (gtk-fortier-980103-0)

        * gtk/gtkscrolledwindow.c: initialize scrollbar_spacing
          (gtk-fortier-980103-0)

-Shawn

26 years agoFixed a typo in configure.in (reported by Elrond on IRC).
scott [Sat, 3 Jan 1998 15:08:41 +0000 (15:08 +0000)]
Fixed a typo in configure.in (reported by Elrond on IRC).
--sg

26 years agoAdded Gordon Matzigkeit's patch for fixed length gtk entry fields
Manish Singh [Sat, 3 Jan 1998 08:35:21 +0000 (08:35 +0000)]
Added Gordon Matzigkeit's patch for fixed length gtk entry fields

-Yosh

26 years agoRemoval of inlines, and updated ChangeLog. -Jay
Jay Painter [Sat, 3 Jan 1998 07:45:05 +0000 (07:45 +0000)]
Removal of inlines, and updated ChangeLog. -Jay

26 years agoSeveral portability fixes from Michael Callahan <callahan@xmission.com>
Shawn Amundson [Sat, 3 Jan 1998 05:46:58 +0000 (05:46 +0000)]
Several portability fixes from Michael Callahan <callahan@xmission.com>

        * Several portability fixes from Michael Callahan
          <callahan@xmission.com> including adding in missing
          #includes and adding void in function prototypes.

-Shawn

26 years agoRemoved my ulgy splicing hack of glib.h/glibconfig.h. It's back to the
Jay Painter [Sat, 3 Jan 1998 04:38:58 +0000 (04:38 +0000)]
Removed my ulgy splicing hack of glib.h/glibconfig.h.  It's back to the
way it was. -Jay

26 years agoAdded CList. -Jay
Jay Painter [Sat, 3 Jan 1998 03:31:34 +0000 (03:31 +0000)]
Added CList. -Jay

26 years agoAdded column list widget GtkCList. -Jay Painter
Jay Painter [Sat, 3 Jan 1998 03:31:03 +0000 (03:31 +0000)]
Added column list widget GtkCList. -Jay Painter

26 years agoI had forgot to put GDK_NO_EXPOSE and GDK_VISIBILITY_NOTIFY events in gtk_main_iterat...
Arturo Espinosa [Fri, 2 Jan 1998 21:38:39 +0000 (21:38 +0000)]
I had forgot to put GDK_NO_EXPOSE and GDK_VISIBILITY_NOTIFY events in gtk_main_iteration() - Federico

26 years agoOn to GTK 0.99.1...
Shawn Amundson [Fri, 2 Jan 1998 21:03:53 +0000 (21:03 +0000)]
On to GTK 0.99.1...

26 years agoGo back to old handlebox for now, so we can get a release out
Elliot Lee [Fri, 2 Jan 1998 20:31:46 +0000 (20:31 +0000)]
Go back to old handlebox for now, so we can get a release out

26 years agocorrects a small resize bug in the viewport widget. The viewport widget
Shawn Amundson [Fri, 2 Jan 1998 20:22:38 +0000 (20:22 +0000)]
corrects a small resize bug in the viewport widget. The viewport widget

        * gtk/gtkviewport.c: corrects a small resize bug in the
          viewport widget.  The viewport widget provides a _set_shadow
          function to draw its shadows. But if GTK_SHADOW_NONE is sent
          to this function, the viewport isn't resized correctly (it's
          still considered as a shadowed widget).  (gtk-fortier-971213-0)

        * gtk/gtknotebook.c: this patch fixes the redraw problems of
          notebook tabs, without using gdk_gc_set_clip_rectangle.
          (gtk-hamann_jeske-971218-0)

        * add gtk_widget_(show/hide)_all (Stefan Wille)
          (gtk-wille-301297-0)  Patch for testgtk not included
          because it did not patch clean.

-Shawn

26 years agomemcpy() requires <string.h> - Federico
Arturo Espinosa [Fri, 2 Jan 1998 19:12:57 +0000 (19:12 +0000)]
memcpy() requires <string.h> - Federico

26 years agoFixed up the xinput test in configure.in
Manish Singh [Fri, 2 Jan 1998 05:15:34 +0000 (05:15 +0000)]
Fixed up the xinput test in configure.in

-Yosh

26 years agoFix warnings in testgtk
Elliot Lee [Fri, 2 Jan 1998 04:31:37 +0000 (04:31 +0000)]
Fix warnings in testgtk

26 years agoFixed recursing bug in gdk_exit_func()
Elliot Lee [Fri, 2 Jan 1998 03:43:24 +0000 (03:43 +0000)]
Fixed recursing bug in gdk_exit_func()

26 years agoMiscellaneous portability fixes.
Manish Singh [Fri, 2 Jan 1998 03:36:27 +0000 (03:36 +0000)]
Miscellaneous portability fixes.

-Yosh

26 years agoFixed configure.in to AC_CONFIG_SUBDIRS(glib)
Elliot Lee [Thu, 1 Jan 1998 23:45:23 +0000 (23:45 +0000)]
Fixed configure.in to AC_CONFIG_SUBDIRS(glib)

26 years agoFixed bug in get_length_upper_bound where g_print-ing a NULL string would cause a...
Elliot Lee [Thu, 1 Jan 1998 22:48:18 +0000 (22:48 +0000)]
Fixed bug in get_length_upper_bound where g_print-ing a NULL string would cause a segfault

26 years agoadded gdk_window_withdraw - not sure if its needed, but oh well
Elliot Lee [Thu, 1 Jan 1998 20:38:21 +0000 (20:38 +0000)]
added gdk_window_withdraw - not sure if its needed, but oh well

26 years agoGtkHandleBox needs some changes, it might not work now
Elliot Lee [Thu, 1 Jan 1998 19:44:32 +0000 (19:44 +0000)]
GtkHandleBox needs some changes, it might not work now

26 years agoAdded HACKING instructions - please revise as necessary
Elliot Lee [Thu, 1 Jan 1998 18:57:04 +0000 (18:57 +0000)]
Added HACKING instructions - please revise as necessary

26 years agohandlebox now lets you set in_root flag (and if you set that, its location as well)
Elliot Lee [Thu, 1 Jan 1998 03:31:11 +0000 (03:31 +0000)]
handlebox now lets you set in_root flag (and if you set that, its location as well)

26 years agomisc gtk touchups
Elliot Lee [Wed, 31 Dec 1997 02:52:03 +0000 (02:52 +0000)]
misc gtk touchups

26 years agoSmall typo fix
Arturo Espinosa [Tue, 30 Dec 1997 03:47:51 +0000 (03:47 +0000)]
Small typo fix

26 years agoNew function, used to copy the values from one gc to another gc.
Miguel de Icaza [Tue, 30 Dec 1997 03:45:59 +0000 (03:45 +0000)]
New function, used to copy the values from one gc to another gc.

Mon Dec 29 22:05:45 1997  Miguel de Icaza  <miguel@nuclecu.unam.mx>

* gdk/gdkgc.c (gdk_gc_copy): New function, used to copy the values
from one gc to another gc.

26 years agoChangeLog entry
Elliot Lee [Sun, 28 Dec 1997 01:30:51 +0000 (01:30 +0000)]
ChangeLog entry

26 years agoHandleBox mostly works now (the size_request and size_allocate is black magic to...
Elliot Lee [Sun, 28 Dec 1997 01:28:27 +0000 (01:28 +0000)]
HandleBox mostly works now (the size_request and size_allocate is black magic to me, I am lucky it works :) Plus a few other changes

26 years agoA few fixes to the handlebox, mostly to make it debuggable
Elliot Lee [Sun, 28 Dec 1997 00:34:22 +0000 (00:34 +0000)]
A few fixes to the handlebox, mostly to make it debuggable

26 years agoadded config.cache to the glib .cvsignore
Elliot Lee [Fri, 26 Dec 1997 18:34:06 +0000 (18:34 +0000)]
added config.cache to the glib .cvsignore

26 years agoAdded gtkhandlebox.c to Makefile.am.
scott [Fri, 26 Dec 1997 16:13:29 +0000 (16:13 +0000)]
Added gtkhandlebox.c to Makefile.am.

26 years agoEliminated a compiler warning caused by not casting an argument in a
scott [Fri, 26 Dec 1997 16:11:40 +0000 (16:11 +0000)]
Eliminated a compiler warning caused by not casting an argument in a
debugging message. :)

26 years agoUpdate for NoExpose and VisibilityNotify events - Federico
Arturo Espinosa [Fri, 26 Dec 1997 08:54:43 +0000 (08:54 +0000)]
Update for NoExpose and VisibilityNotify events - Federico

26 years agoAdded new GDK_NO_EXPOSE and GDK_VISIBILITY_NOTIFY events. They are needed
Arturo Espinosa [Fri, 26 Dec 1997 08:54:12 +0000 (08:54 +0000)]
Added new GDK_NO_EXPOSE and GDK_VISIBILITY_NOTIFY events.  They are needed
for the TV widget by Alan Cox and by the GtkXmHTML widget.

Only missing with respect to their Xlib counterparts are the
major_code and minor_code fields in the GdkEventNoExpose structure.
Does anyone need them for their code?

- Federico

26 years agoglib.h is autogenerated - if I am supposed to leave it in anyways, apologies
Elliot Lee [Fri, 26 Dec 1997 03:08:38 +0000 (03:08 +0000)]
glib.h is autogenerated - if I am supposed to leave it in anyways, apologies

26 years agothis macro computes the spacing from klass->scrollbar_spacing now. adapted
Tim Janik [Tue, 23 Dec 1997 20:13:14 +0000 (20:13 +0000)]
this macro computes the spacing from klass->scrollbar_spacing now. adapted

        * gtk/gtkscrolledwindow.c (SCROLLBAR_SPACING): this macro computes
        the spacing from klass->scrollbar_spacing now. adapted all functions
        that used this macro (based on a patch from Patrice Fortier).
        * gtk/gtkscrolledwindow.h (struct _GtkScrolledWindowClass): added
        scrollbar_spacing to substitute a define (patch from Patrice Fortier).
-timj

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