]> Pileus Git - ~andy/gtk/log
~andy/gtk
25 years agoacinclude.m4 config.guess config.sub ltconfig upgrade to libtool 1.2f
Manish Singh [Sat, 20 Mar 1999 00:52:36 +0000 (00:52 +0000)]
acinclude.m4 config.guess config.sub ltconfig upgrade to libtool 1.2f

* acinclude.m4
* config.guess
* config.sub
* ltconfig
* ltmain.sh: upgrade to libtool 1.2f

* autogen.sh: libtool is not required to autogen gtk+

* acconfig.h: remove WITH_SYMBOL_UNDERSCORE (not explictly needed)

-Yosh

25 years agoInclude gdkprivate.h withouh gdk/ path, as it shouldn't be in the common
Tor Lillqvist [Thu, 18 Mar 1999 18:44:04 +0000 (18:44 +0000)]
Include gdkprivate.h withouh gdk/ path, as it shouldn't be in the common

* gtk/simple.c gtk/makeenums.h: Include gdkprivate.h withouh gdk/
  path, as it shouldn't be in the common gdk directory.

* gtk/gtkcompat.h.win32: New file.

* gtk/gtkfeatures.h.win32: Removed.

* gtk/makefile.msc: Make gtkcompat.h from gtkcompat.h.win32. Use
  gdk library from correct (../gdk/win32) directory.

25 years agoMerge in Win32 version: Define macro GDKVAR for declaring gdk variables
Tor Lillqvist [Wed, 17 Mar 1999 23:02:10 +0000 (23:02 +0000)]
Merge in Win32 version: Define macro GDKVAR for declaring gdk variables

* gdk/gdktypes.h: Merge in Win32 version: Define macro GDKVAR for
declaring gdk variables exported/imported from the DLL. New image
type enum, GDK_IMAGE_SHARED_PIXMAP, for gdk_imlib. New drag and
drop protocol enums, GDK_DRAG_PROTO_WIN32_DROPFILES and
GDK_DRAG_PROTO_OLE2.

* gdk/gdk.h: Merge in Win32 version: Two new functions,
gdk_pixmap_create_on_shared_image and gdk_image_bitmap_new. So far
declared only for the Win32 version, but could be in the X11
version as well. (Needed for a Xlib-less gdk_imlib.)
gdk_color_hash should have only one parameter. Declare
gdk_threads_mutex with GDKVAR.

* gdk/gdkcolor.c (gdk_color_hash): As a hash function should have
just one parameter.

* gdk/gdkimage.c (gdk_image_get): Initialize bpp correctly. Bytes
per pixel, not bits.

* gdk/gdkrgb.c: Mingle includes somewhat. (gdk_rgb_select_conv):
Fetch bpp (which means bits-per-pixel here) from another place on
Win32. Accept also depth==32 (which we might get on Win32) with
bpp==32.

* gtk/{gtkclist,gtkctree,gtkdnd,gtkditable,gtkfontsel,
gtkhandlebox,gtklayout,gtkmain,gtkplug,gtkpreview,gtkrc,
gtkselection,gtksocket,gtkstyle,gtkwidget,gtkwindow}.c:
Include gdx.h from "gdkx.h", not "gdk/gdkx.h", as gdkx.h will be
in the backend-dependent directory, not in the common gdk
directory.

* gtk/testgtk.c: Ditto. Also, don't use ../gdk patchs to gdk
headers.

25 years agoFixes to the win32 backend to actually be able to compile within a
Tor Lillqvist [Wed, 17 Mar 1999 20:12:47 +0000 (20:12 +0000)]
Fixes to the win32 backend to actually be able to compile within a
directory hierarchy like this, with common gdk.h and gdktypes.h
for all backends. gdkrectangles.c and gdkrgb.c is copied before
compilation from the x11 backed (which still is in .., but
eventually will be in ..\x11).

25 years agotell people that they don't really want to use the Gtk+ devel version
Tim Janik [Wed, 17 Mar 1999 04:18:47 +0000 (04:18 +0000)]
tell people that they don't really want to use the Gtk+ devel version

Wed Mar 17 05:06:49 1999  Tim Janik  <timj@gtk.org>

        * gtk/gtkmain.c (gtk_init_check): tell people that they don't really
        want to use the Gtk+ devel version (which is true, and yes - even i am
        currently working with the 1.2.x branch). so everyone reading this, you
        probably want to issue
        cvs checkout -r glib-1-2 glib
        and
        cvs checkout -r gtk-1-2 gtk+
        as your next two comands.

25 years agomerges from stable branch
Stuart Parmenter [Wed, 17 Mar 1999 03:42:22 +0000 (03:42 +0000)]
merges from stable branch

25 years agobuild gtkcompat.h from gtkcompat.h.in instead of gtkfeatures.h from
Tim Janik [Wed, 17 Mar 1999 02:43:20 +0000 (02:43 +0000)]
build gtkcompat.h from gtkcompat.h.in instead of gtkfeatures.h from

Wed Mar 17 02:49:32 1999  Tim Janik  <timj@gtk.org>

        * configure.in: build gtkcompat.h from gtkcompat.h.in instead of
        gtkfeatures.h from gtkfeatures.h.in, require GLib 1.3.0.

        * gtk/gtkcompat.h.in: combined gtkcompat.h and gtkfeatures.in in this
        file. strongly deprecated the GTK_HAVE_* macros, we provide
        GTK_CHECK_VERSION() for people that need to check for certain
        Gtk+ versions.

        * gtk/gtkcompat.h: removed this from CVS.
        * gtk/gtkfeatures.h.in: removed this from CVS, gtkfeatures.h was a bad
        idea right from the start, it just didn't seem like that back then.

25 years agoTue Mar 16 17:43:33 1999 Tim Janik <timj@gtk.org>
Tim Janik [Wed, 17 Mar 1999 01:39:42 +0000 (01:39 +0000)]
Tue Mar 16 17:43:33 1999 Tim Janik <timj@gtk.org>

Wed Mar 17 01:46:28 1999  Tim Janik  <timj@gtk.org>

        * merges from gtk-1-2:

Tue Mar 16 17:43:33 1999  Tim Janik  <timj@gtk.org>

        * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc_string): ensure the
        item factory class has been created.
        (gtk_item_factory_parse_rc): likewise.

        * gtk/gtkmenu.c:
        keep proper references for old_active_menu_item.
        (gtk_menu_reparent): unset the usize of the new parent,
        so the menu can sanely be size requested and we don't get nasty screen
        artefacts upon next reparentation.
        (gtk_menu_motion_notify): set send_event to TRUE if we synthesize an
        enter notify. only synthesize enter notifies if the pointer really is
        inside the event window.
        (gtk_menu_popdown): use gtk_menu_shell_deselect().
        (gtk_menu_popup): move the background setting stuff into
        gtk_menu_tearoff_bg_copy() so it can be called from other places as well.

        * gtk/gtkmenushell.c (gtk_menu_shell_button_press): use
        gtk_menu_shell_select_item() to select the new item.
        (gtk_menu_shell_deselect): export this function, so gtkmenu.c can
        do the right thing for deselection as well.

Sat Mar 15 20:10:33 1999  Tim Janik  <timj@gtk.org>

        * gtk/gtkwidget.[hc]:
        (gtk_widget_accelerators_locked): return whether a widget's accelerators
        are locked.

        * gtk/gtkmenu.c (gtk_menu_key_press): don't remove or install new or
        existing accelerators if the widget's accelerators are locked.

Sat Mar 14 19:44:05 1999  Tim Janik  <timj@gtk.org>

        * gtk/gtkitemfactory.[hc]: allow managing of foreign menu items.

        * gtk/gtkmenu.c: truely forward key press and key release events to
        the menu widget from the toplevel or tearoff window. we can't simply
        connect to that, we need to stop further processing of the events as
        well.

Sat Mar 13 13:14:17 1999  Tim Janik  <timj@gtk.org>

        * gtk/gtkmenu.c:
        (gtk_menu_key_press): pass event->keyval, event->state to
        gtk_accelerator_valid, instead of event->keyval twice.
        refuse to install single letter accelerators for menus that use
        single letter shortcuts.

        * gtk/gtkitemfactory.c (gtk_item_factory_create_item): use
        gtk_menu_ensure_uline_accel_group().

        * gtk/gtkmenu.[hc]: added gtk_menu_ensure_uline_accel_group()
        which will always return an uline accel group, made
        gtk_menu_get_uline_accel_group() return NULL if the group isn't
        yet created.

Mon Mar 15 01:03:27 1999  Lars Hamann  <lars@gtk.org>

        * gtk/gtkclist.h (struct _GtkCListColumn): added button_passive flag.

        * gtk/gtkclist.c (gtk_clist_column_title_passive):
        Leave button sensitive, trap  button_press, button_release,
        motion_notify, enter_notify and leave_notify events instead.
        (gtk_clist_column_title_active): disconnect event handler.
        (gtk_clist_drag_data_get): fixed memory leak. Reported by
        Guillaume Laurent <glaurent@worldnet.fr>

Wed Mar 10 23:49:55 1999  Lars Hamann  <lars@gtk.org>

        * gtk/gtklayout.c (gtk_layout_adjustment_changed): fixed a few
        width/height mixups.

        * gtk/gtkctree.c (tree_delete): emit an tree_unselect_row signal
        if needed.

Wed Mar 10 00:11:32 1999  Tim Janik  <timj@gtk.org>

        * gtk/testgtk.c (create_item_factory): unref the item factory after
        window's destruction.

        * gtk/gtkmenushell.c (gtk_menu_shell_activate_item): keep a reference
        count on the menu shell around the menu item's activation, since the
        signal emission may cause menu shell destruction.

        * gtk/gtkitemfactory.c:
        the previous code leaked one accel group per menu. we use
        gtk_menu_get_uline_accel_group() now to fix that, and with that
        also create the underline accelerator group of the menus only if
        required (i.e. an underline accelerator has been specified).
        (gtk_item_factory_construct):
        (gtk_item_factory_create_item): removed code that would create an
        extra accel group for the menu (and leak references).
        (gtk_item_factory_create_item): adapted the underline accelerator
        installation code to properly feature gtk_menu_get_uline_accel_group().

        * gtk/gtkmenu.[hc]: added gtk_menu_get_accel_group() to retrive
        menu->accel_group, this may return NULL if the accelerator group
        hasn't been set yet.
        added gtk_menu_get_uline_accel_group() to retrive the underline
        accelerator group of the menu, this will be created on demand
        and proper care is taken about its reference count.

        * gtk/gtkitemfactory.h:
        * gtk/gtkitemfactory.c:
        dumped the approach of keeping a widgets by action list on the
        factory since the factory<->widget destroy negotiation didn't work
        and would be hard to get going at all. instead we keep a list of
        GtkItemFactoryItem items on the factory (GtkItemFactoryItems are
        persistant throughout a program's life time).
        also, i removed the static const gchar *key_* variables, and made
        them inline strings (they weren't actually used anyways).
        (gtk_item_factory_add_item): update ifactory->items.
        (gtk_item_factory_destroy): destroy ifactory->items (and remove
        the item factory pointer from the remaining ifactory widgets).
        (gtk_item_factory_get_widget_by_action): walk the GtkItemFactoryItem
        list to find the widget.
        (gtk_item_factory_get_item): new function that works around
        gtk_item_factory_get_widget() limitations, this function will only
        return menu items, even for <Branch> entries.

Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>

        * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
        font hash table, if we have a GdkFontPrivate entry for this font
        already, simply increment its reference count, provided by Olaf Dietsche
        <olaf.dietsche+list.gtk@netcologne.de>.

        * gtk/gtkstyle.c (gtk_style_copy): plug a GdkFont reference leak, fix
        provided by Olaf Dietsche <olaf.dietsche+list.gtk@netcologne.de>.

Sun Mar  7 06:13:29 1999  Tim Janik  <timj@gtk.org>

        * gtk/gtkcontainer.c:
        (gtk_container_add_with_args):
        (gtk_container_addv):
        (gtk_container_add): before adding a child to a conatiner, make sure
        it is (default) constructed, this is neccessary because under certain
        circumstances the child will get relized and mapped immediatedly, in
        which case it has to be constructed already.

Mon Mar  1 17:58:21 1999  Tim Janik  <timj@gtk.org>

        * gtk/gtksignal.c (gtk_signal_connect_by_type): count object_signal
        values > 1 as TRUE also.

25 years agoCheck for lstat.
Tor Lillqvist [Tue, 16 Mar 1999 20:03:50 +0000 (20:03 +0000)]
Check for lstat.

* configure.in: Check for lstat.

* config.h.win32: Add non-definition of HAVE_LSTAT, just for
completeness.

* gtk/gtkrc.c: If don't HAVE_LSTAT, use stat.

* gtk/gtk.def: Removed CRs.

* gtk/makefile.msc: Correct include path to Win32 GDK version (in
..\gdk\win32).

* gdk/win32/makefile.msc: Correct upwards relative paths.

25 years agoActually change <strings.h> to <string.h> as I already said in the
Tor Lillqvist [Mon, 15 Mar 1999 17:48:28 +0000 (17:48 +0000)]
Actually change <strings.h> to <string.h> as I already said in the
ChangeLog, but had not done after all.

25 years agoAdded a Finnish translation of gtk+.
Mikko Rauhala [Mon, 15 Mar 1999 13:29:33 +0000 (13:29 +0000)]
Added a Finnish translation of gtk+.

25 years agoswap the gtk_drag_highlight_expose and gtk_drag_highlight_paint since it
George Lebl [Mon, 15 Mar 1999 11:42:44 +0000 (11:42 +0000)]
swap the gtk_drag_highlight_expose and gtk_drag_highlight_paint since it

Mon Mar 15 03:38:34 1999  George Lebl  <jirka@5z.com>

        * gtk/gtkdnd.c: (gtk_drag_highlight) swap the
          gtk_drag_highlight_expose and gtk_drag_highlight_paint since
          it was connecting a void function to expose_event and the int
          returning function to the draw signal

25 years agoUse correct path to libgmodule.la when ref'ing uninstalled copy of glib.
Jeff Garzik [Mon, 15 Mar 1999 03:26:12 +0000 (03:26 +0000)]
Use correct path to libgmodule.la when ref'ing uninstalled copy of glib.

1999-03-14  Jeff Garzik  <jgarzik@pobox.com>

        * configure.in:
        Use correct path to libgmodule.la when ref'ing uninstalled copy
        of glib.  (Already in stable branch, Bug #417)

25 years agoForgot to document maketypes.awk change in ChangeLog. Added gdk.def file.
Tor Lillqvist [Mon, 15 Mar 1999 00:08:22 +0000 (00:08 +0000)]
Forgot to document maketypes.awk change in ChangeLog. Added gdk.def file.

25 years agoThis might seem like a large patch, but it isn't that bad, and nothing
Tor Lillqvist [Mon, 15 Mar 1999 00:03:37 +0000 (00:03 +0000)]
This might seem like a large patch, but it isn't that bad, and nothing
should break on Unix/X11.

Win32 merge and general portability stuff:

* acconfig.h,configure.in: Check for <sys/time.h>.

* gdk/win32: New directory (actually, been there for a while).

* gtk/fnmatch.c: Include <glib.h> for G_DIR_SEPARATOR, WIN32 and
NATIVE_WIN32, and use these. Always case fold on Win32. No
backslashed escapes on native Win32.

* gtk/{gtk.def,makefile.msc}: New files.

* gtk/Makefile.am: Add above new files.

* gtk/{gtkaccelgroup,gtkbindings}.c: Include <string.h>
instead of <strings.h>.

* gtk/{gtkcalendar,gtkitemfactory,gtkpreview,gtkrc}.c: Include
config.h. Protect inclusion of <sys/param.h>, <sys/time.h>, and
<unistd.h> appropriately.

* gtk/gtkdnd.c: Merge in Win32 version (which doesn't do much).
Use ABS() (from <glib.h>) instead of abs().

* gtk/gtkfilesel.c: Moved Win32-specific includes after inclusion
of gtk (and thus glib) headers, so that WIN32 will be
defined. With MS C, include <direct.h> for mkdir prototype.

* gtk/gtkitemfactory.c (gtk_item_factory_callback_marshal): Add
some casts, needed by MS C.

* gtk/{gtklayout,gtkplug}.c: Merge in Win32 version (which isn't
implemented).

* gtk/gtkmain.c: Include gdk/gdkx.h for GDK_WINDOWING. Include
<X11/Xlocale.h> only on X11 platform, otherwise <locale.h>.  Use
G_SEARCHPATH_SEPARATOR_S and g_module_build_path.

* gtk/gtkmain.h: Mark variables for export/import on Win32.

* gtk/gtkrange.c (gtk_range_motion_notify): Set mods also in case
the event is not a hint, or its window is not the slider. Needed
on Win32, at least.

* gtk/gtkrc.c: Include config.h and gdk/gdkx.h. Use <locale.h>
unless on X11. Skip \r chars, too. Use G_DIR_SEPARATOR and
G_SEARCHPATH_SEPARATOR(_S). Use g_path_is_absolute. On Win32, use
a subdirectory of the Windows directory as gtk system
configuration directory.

* gtk/gtkselection.c: No chunks on Win32.

* gtk/gtksocket.c: Not implemented on Win32.

* gtk/gtkthemes.c (gtk_theme_engine_get): Use g_module_build_path.

* gtk/makeenums.h: Include gdkprivate.h after gdk.h.

* gtk/testrgb.c: Use dynamically allocated buffer. Use GTimers.

25 years agoMove widechar tests from `glib' to here, since those were meant only for
Raja R Harinath [Sun, 14 Mar 1999 03:27:33 +0000 (03:27 +0000)]
Move widechar tests from `glib' to here, since those were meant only for

1999-03-13  Raja R Harinath  <harinath@cs.umn.edu>

* configure.in (gdk_wc): Move widechar tests from `glib' to here,
since those were meant only for gdki18n.h.
* gdk/gdki18n.h: Include gdkconfig.h and use GDK_* instead of G_*
for widechar tests.
* gtk/Makefile.am (INCLUDES): Add -I../gdk for gdkconfig.h.

25 years agoConfigure now generates a gdkconfig.h file, in similar way as GLib's
Tor Lillqvist [Sat, 13 Mar 1999 16:40:24 +0000 (16:40 +0000)]
Configure now generates a gdkconfig.h file, in similar way as GLib's
configure generates glibconfig.h. Currently it only defines what
windowing API GDK uses, and on Unix (where configure scripts are
used), it's always X11...

Include gdkconfig.h in gdktypes.h.

gdkconfig.h is installed in @libdir@/gtk+/include (like glibconfig.h
is in @libdir@/glib/include). (This might be debatable?) Add that to
gtk-config --cflags.

Merge in Win32 changes to gtkfontsel.c

25 years agoDon't append a * to the pattern to complete if the user entered one
Tor Lillqvist [Sat, 13 Mar 1999 01:24:10 +0000 (01:24 +0000)]
Don't append a * to the pattern to complete if the user entered one
herself.  This way one can complete *.h and don't get matches on any
.help files, for instance.

25 years agoCheck for dirent.h and pwd.h.
Tor Lillqvist [Sat, 13 Mar 1999 01:14:19 +0000 (01:14 +0000)]
Check for dirent.h and pwd.h.

* configure.in acconfig.h: Check for dirent.h and pwd.h.

* gtk/gtkfilesel.c: Use g_get_current_dir(). Merge in Win32
version: Use G_DIR_SEPARATOR, g_path_is_absolute, no tilde
expansion (based on HAVE_PWD_H), allow for drive letters UNC
names not handled yet. Also, code from Craig Setera's port to
Win32 that uses cygwin.dll

25 years agoCheck for NULL parameter in gdk_font_load. Plug a memory leak in gdkim.c.
Tor Lillqvist [Fri, 12 Mar 1999 20:12:58 +0000 (20:12 +0000)]
Check for NULL parameter in gdk_font_load. Plug a memory leak in gdkim.c.

25 years agofirst lookup the xfont ID in our font hash table, if we have a
Tim Janik [Wed, 10 Mar 1999 01:15:03 +0000 (01:15 +0000)]
first lookup the xfont ID in our font hash table, if we have a

Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>

        * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
        font hash table, if we have a GdkFontPrivate entry for this font
        already, simply increment its reference count, provided by Olaf Dietsche
        <olaf.dietsche+list.gtk@netcologne.de>.

        * gtk/gtkstyle.c (gtk_style_copy): plug a GdkFont reference leak, fix
        provided by Olaf Dietsche <olaf.dietsche+list.gtk@netcologne.de>.

25 years agoSignificantly reduced the number of calls to gdk_draw_point() (and thus to
Federico Mena Quintero [Tue, 9 Mar 1999 21:26:57 +0000 (21:26 +0000)]
Significantly reduced the number of calls to gdk_draw_point() (and thus to

1999-03-09  Federico Mena Quintero  <federico@nuclecu.unam.mx>

* gtk/gtkstyle.c (gtk_default_draw_handle): Significantly reduced
the number of calls to gdk_draw_point() (and thus to X) by
clipping the points by hand.

* gtk/gtkhandlebox.c (draw_textured_frame): Actually make use of
the clip parameter.
(gtk_handle_box_paint): Only paint the handle if the expose area
intersects it.

25 years agoSome bug fixes and improvements to the Win32 GDK.
Tor Lillqvist [Sun, 7 Mar 1999 22:25:54 +0000 (22:25 +0000)]
Some bug fixes and improvements to the Win32 GDK.

25 years agoadd dll suffix
Asbjørn Pettersen [Sun, 7 Mar 1999 17:48:02 +0000 (17:48 +0000)]
add dll suffix

25 years agoadd gen_8_3_dll_name()
Asbjørn Pettersen [Sun, 7 Mar 1999 10:46:34 +0000 (10:46 +0000)]
add gen_8_3_dll_name()

25 years agocur files are binary. Changed to -kb and committed the correct versions,
Tor Lillqvist [Sat, 6 Mar 1999 08:45:07 +0000 (08:45 +0000)]
cur files are binary. Changed to -kb and committed the correct versions,
previously (in text mode) had been cut off at a ^Z by the Windows CVS client...

25 years agocur files are binary. cvs admin -kb and recommit.
Tor Lillqvist [Sat, 6 Mar 1999 08:42:03 +0000 (08:42 +0000)]
cur files are binary. cvs admin -kb and recommit.

25 years agoWin32 version of GDK source files and resource files (cursors and icons).
Tor Lillqvist [Fri, 5 Mar 1999 19:53:56 +0000 (19:53 +0000)]
Win32 version of GDK source files and resource files (cursors and icons).

25 years agoopen in text mode
Asbjørn Pettersen [Fri, 5 Mar 1999 08:18:09 +0000 (08:18 +0000)]
open in text mode

25 years agoAdded two new signals to GtkSpinButton, "input" and "output", to make the
Stefan Jeske [Sun, 28 Feb 1999 16:04:47 +0000 (16:04 +0000)]
Added two new signals to GtkSpinButton, "input" and "output", to make the

* gtk/gtkspinbutton.[c,h] gtk/testgtk.c: Added two new signals to
GtkSpinButton, "input" and "output", to make the output more flexible.
  The user has to provide a mapping between adjustment->value and the
  output string (and vice versa, if the spin button is editable).
See testgtk for examples.

25 years agomerging minor fix from gtk+-1-2
Tim Janik [Sat, 27 Feb 1999 00:38:52 +0000 (00:38 +0000)]
merging minor fix from gtk+-1-2

25 years agomoved old ChangeLog to ChangeLog.pre-1-2, and started new one.
Tim Janik [Sat, 27 Feb 1999 00:26:30 +0000 (00:26 +0000)]
moved old ChangeLog to ChangeLog.pre-1-2, and started new one.

Sat Feb 27 01:18:47 1999  Tim Janik  <timj@gtk.org>

        * ChangeLog: moved old ChangeLog to ChangeLog.pre-1-2, and started
        new one.

        * configure.in: set gtk+ version to 1.3.0.

25 years agoupgraded spanish language file
Pablo Saratxaga [Sat, 27 Feb 1999 00:03:42 +0000 (00:03 +0000)]
upgraded spanish language file

25 years agoIncremented version to 1.2.0. -Shawn <amundson@gtk.org>
CST 1999 Shawn T. Amundson [Thu, 25 Feb 1999 21:39:14 +0000 (21:39 +0000)]
Incremented version to 1.2.0. -Shawn <amundson@gtk.org>

Incremented version to 1.2.0.  -Shawn <amundson@gtk.org>

Also:

Wed Feb 24 05:26:20 CST 1999 Shawn T. Amundson <amundson@gtk.org>

        * gtk/gtkitemfactory.h: added a dummy gpointer to
          GtkItemFactoryClass for Tim Janik.

Mon Feb 22 21:22:11 1999  Owen Taylor  <otaylor@redhat.com>

        * gtk/gtkcontainer.h gtk/gtkwidget.h: Added some
          padding to class structures to allow addition
          of signals without breaking binary compatibility.

25 years agostill request the extra width or height if the corresponding scrollbar is
Tim Janik [Thu, 25 Feb 1999 14:08:50 +0000 (14:08 +0000)]
still request the extra width or height if the corresponding scrollbar is

Thu Feb 25 13:38:38 1999  Tim Janik  <timj@gtk.org>

        * gtk/gtkscrolledwindow.c (gtk_scrolled_window_size_request): still
        request the extra width or height if the corresponding scrollbar is
        already visible (the change from 09:50 needs to apply to policy ==
        GTK_POLICY_AUTOMATIC only).

25 years agoupdates, i left the text widget related portions in there, to serve as a
Tim Janik [Thu, 25 Feb 1999 10:29:38 +0000 (10:29 +0000)]
updates, i left the text widget related portions in there, to serve as a

Thu Feb 25 11:27:36 1999  Tim Janik  <timj@gtk.org>

        * TODO: updates, i left the text widget related portions in there,
        to serve as a guide line for things to watch out for when it gets
        reimplemented.

25 years agodon't add extra width or height if the requested size is mandatory (i.e.
Tim Janik [Thu, 25 Feb 1999 08:58:23 +0000 (08:58 +0000)]
don't add extra width or height if the requested size is mandatory (i.e.

Thu Feb 25 09:50:38 1999  Tim Janik  <timj@gtk.org>

        * gtk/gtkscrolledwindow.c (gtk_scrolled_window_size_request): don't add
        extra width or height if the requested size is mandatory (i.e. set
        through child->usize).

25 years agoNew function gtk_menu_reorder_child() from Tim Janik.
CST 1999 Shawn T. Amundson [Thu, 25 Feb 1999 08:17:13 +0000 (08:17 +0000)]
New function gtk_menu_reorder_child() from Tim Janik.

Thu Feb 25 02:13:20 CST 1999 Shawn T. Amundson <amundson@gtk.org>

* gtk/gtkmenu.[ch]: New function gtk_menu_reorder_child()
  from Tim Janik.

This will be used in GIMP, so it is tested there.

25 years agoremoved bogus line
Tim Janik [Thu, 25 Feb 1999 06:53:27 +0000 (06:53 +0000)]
removed bogus line

25 years agoDon't access *bitmapped_sizes if nbitmapped_sizes == 0. (Pointed out by
Owen Taylor [Thu, 25 Feb 1999 05:52:00 +0000 (05:52 +0000)]
Don't access *bitmapped_sizes if nbitmapped_sizes == 0. (Pointed out by

Thu Feb 25 00:48:51 1999  Owen Taylor  <otaylor@redhat.com>

* gtk/gtkfontsel.c: Don't access *bitmapped_sizes
if nbitmapped_sizes == 0. (Pointed out by
zucchi@zedzone.fsi.com.au (Michael Zucchi))

25 years agoMake prototypes for drag_data_get and drag_data_received handlers match
Owen Taylor [Thu, 25 Feb 1999 04:06:15 +0000 (04:06 +0000)]
Make prototypes for drag_data_get and drag_data_received handlers match

Wed Feb 24 23:12:09 1999  Owen Taylor  <otaylor@redhat.com>

* gtk/gtkwidget.h gtk/gtkclist.c: Make prototypes
for drag_data_get and drag_data_received handlers
match the types used for gtk_singal_new; time needs
to be a uint, not a uint32.

25 years agoChanged bug reporting instructions to describe using the GNOME bug
Owen Taylor [Thu, 25 Feb 1999 01:28:31 +0000 (01:28 +0000)]
Changed bug reporting instructions to describe using the GNOME bug

Wed Feb 24 20:34:59 1999  Owen Taylor  <otaylor@redhat.com>

* README: Changed bug reporting instructions to
describe using the GNOME bug tracking system.

25 years agoUnset the clip mask for the GC if we set it. (Patch from Lars Hamann
Owen Taylor [Thu, 25 Feb 1999 00:04:18 +0000 (00:04 +0000)]
Unset the clip mask for the GC if we set it. (Patch from Lars Hamann

Wed Feb 24 19:08:51 1999  Owen Taylor  <otaylor@redhat.com>

* gtk/gtkclist.c (draw_cell_pixmap): Unset the clip
mask for the GC if we set it. (Patch from
Lars Hamann <lars@gtk.org>)

25 years agoadded function to check if a specific signal handler connection exists
Tim Janik [Wed, 24 Feb 1999 23:34:14 +0000 (23:34 +0000)]
added function to check if a specific signal handler connection exists

Thu Feb 24 23:58:44 1999  Tim Janik  <timj@gtk.org>

        * gtk/gtksignal.c (gtk_signal_handler_pending_by_id): added function
        to check if a specific signal handler connection exists (similar to
        gtk_signal_handler_pending_by_func). and yes, this is a neccessary
        addition, since without this function, signal handlers can not be
        (un)blocked or disconnected in a generic fashion without producing
        g_warnings().
        made gtk_signal_get_handlers() an inline function since it's used in
        a lot of places, especially within signal emission.

25 years agoUpdated translation. (monospaced is still missing)
Kjartan Maraas [Wed, 24 Feb 1999 23:23:06 +0000 (23:23 +0000)]
Updated translation. (monospaced is still missing)

1999-02-25  Kjartan Maraas  <kmaraas@fib.hl.no>

* Updated translation. (monospaced is still missing)

25 years agoif the widget is not editable, don't silently eat up GDK_Return, GDK_Home
Tim Janik [Wed, 24 Feb 1999 18:47:49 +0000 (18:47 +0000)]
if the widget is not editable, don't silently eat up GDK_Return, GDK_Home

Wed Feb 24 19:35:15 1999  Tim Janik  <timj@gtk.org>

        * gtk/gtktext.c (gtk_text_key_press): if the widget is not editable,
        don't silently eat up GDK_Return, GDK_Home and GDK_End, return FALSE
        instead so the user can still hook up key bindings.

25 years agowarn about &widget->requisition, even for toplevels.
Tim Janik [Wed, 24 Feb 1999 16:29:47 +0000 (16:29 +0000)]
warn about &widget->requisition, even for toplevels.

Wed Feb 24 11:19:12 1999  Tim Janik  <timj@gtk.org>

        * gtk/gtkwidget.c (gtk_widget_size_request): warn about
        &widget->requisition, even for toplevels.

        * gtk/gtkwindow.c (gtk_window_move_resize): request size into an
        automatic variable and check if our size has changed.
        when we decide to reallocate everything, we need to resize our
        own GdkWindow as well.

        * gtk/gtkmain.c:
        * gtk/gtkobject.c: hack time, make --gtk-debug=objects work even
        after gtk_type_init(), this is to "fix" gnome's arg parsing oddities.

        * gtk/gtktypeutils.h: don't segfault in GTK_CHECK_CLASS_TYPE and
        GTK_CHECK_TYPE upon NULL pointers.

        * gtk/gtklayout.c: removed bogus prototypes of gtk_layout_gravity_works,
        gtk_layout_set_static_gravity, gtk_layout_add_child_cb and
        gtk_layout_remove_child_cb to shut up compiler.

        * gtk/Makefile.am: added an empty rule
        gtkrc:
                :
        so make doesn't try to "update" gtkrc from gtkrc.c.

25 years agoremoved gtkrc rule added by Sergey Panov, because GTK+ no longer built. We
CST 1999 Shawn T. Amundson [Wed, 24 Feb 1999 11:56:10 +0000 (11:56 +0000)]
removed gtkrc rule added by Sergey Panov, because GTK+ no longer built. We

Wed Feb 24 05:53:15 CST 1999 Shawn T. Amundson <amundson@gtk.org>

        * gtk/Makefile.am: removed gtkrc rule added by
          Sergey Panov, because GTK+ no longer built.  We
          don't need to install an empty gtkrc anyway.

25 years agoAdded notice to look in AUTHORS and ChangeLog files for a list of changes.
CST 1999 Shawn T. Amundson [Wed, 24 Feb 1999 07:37:18 +0000 (07:37 +0000)]
Added notice to look in AUTHORS and ChangeLog files for a list of changes.

Wed Feb 24 01:22:39 CST 1999 Shawn T. Amundson <amundson@gtk.org>

        * *.[ch]: Added notice to look in AUTHORS and ChangeLog files
  for a list of changes.

25 years agofix implicit branch creation, we need the *real* parent path for this and
Tim Janik [Tue, 23 Feb 1999 19:42:53 +0000 (19:42 +0000)]
fix implicit branch creation, we need the *real* parent path for this and

Tue Feb 23 17:52:37 1999  Tim Janik  <timj@gtk.org>

        * gtk/gtkitemfactory.c (gtk_item_factory_create_item): fix implicit
        branch creation, we need the *real* parent path for this and
        gtk_item_factory_parse_path() only returns the parent path with "_?"
        stripped off.

25 years agoYou don't need to check one variable twice (trivial bugfix).
Pavel Machek [Tue, 23 Feb 1999 14:18:38 +0000 (14:18 +0000)]
You don't need to check one variable twice (trivial bugfix).

25 years agoWhen sending events to windows with a proxy, set the window field in the
Owen Taylor [Tue, 23 Feb 1999 00:43:26 +0000 (00:43 +0000)]
When sending events to windows with a proxy, set the window field in the

Mon Feb 22 19:06:30 1999  Owen Taylor  <otaylor@redhat.com>

* gdk/gdkdnd.c (xdnd_send_*): When sending events to
 windows with a proxy, set the window field in the
 sent event to the original window, not to the proxy.
 (This gives consistency with Motif, and also provides
  information to the destination that it wouldn't have
  otherwise).

* gtk/gtkdnd.c: Fixed some refcount leaks for windows.

* gdk/gdkdnd.c (xdnd_send_xevent): When sending
 Xdnd event to the root window, set the event mask
 to ButtonPressMask. Hopefully, this should give us
 compatibility with kfm, if it uses the Qt style
 of root window drops.

25 years ago- Complete the ProgressBar API - Fix the CList example code
GMT 1999 Tony Gale [Mon, 22 Feb 1999 08:51:02 +0000 (08:51 +0000)]
- Complete the ProgressBar API - Fix the CList example code

Mon Feb 22 08:45:10 GMT 1999 Tony Gale  <gale@gtk.org>

        * docs/gtk_tut.sgml:
          - Complete the ProgressBar API
          - Fix the CList example code

        * examples/clist/clist.c, examples/progressbar/progressbar.c:
           Update from tutorial

25 years agoRemoved check-y/check-n backgrounds - the effect looked like a bug.
Owen Taylor [Sun, 21 Feb 1999 22:38:59 +0000 (22:38 +0000)]
Removed check-y/check-n backgrounds - the effect looked like a bug.

Sun Feb 21 17:44:52 1999  Owen Taylor  <otaylor@redhat.com>

* gtk/testgtkrc: Removed check-y/check-n backgrounds -
 the effect looked like a bug.

25 years agoAlways set the max width or height to at least 1, since 0 triggers bugs in
Owen Taylor [Sun, 21 Feb 1999 22:12:00 +0000 (22:12 +0000)]
Always set the max width or height to at least 1, since 0 triggers bugs in

Sun Feb 21 17:14:44 1999  Owen Taylor  <otaylor@redhat.com>

* gdk/gdkwindow.c (gdk_window_set_geometry_hints): Always
 set the max width or height to at least 1, since 0
 triggers bugs in some window managers. (The window
"pops out" of the frame in fvwm)

25 years agoChanged warnings from g_message() to g_warning().
Owen Taylor [Sun, 21 Feb 1999 21:24:02 +0000 (21:24 +0000)]
Changed warnings from g_message() to g_warning().

Sun Feb 21 16:16:22 1999  Owen Taylor  <otaylor@redhat.com>

* gtk/gtkscrolledwindow.c gdk/gdkfont.c gdk/gdkim.c:
 Changed warnings from g_message() to g_warning().

* gdk/gdkim.c (gdk_ic_destroy): Changed g_print
 to g_message within GDK_NOTE()

* gtk/gtkcolorsel.c  gtk/gtkhandlebox.c:
 Removed some leftover debugging printfs.

25 years agoI've made the spec file autogenerated and I updated the file list
Michael Fulbright [Sun, 21 Feb 1999 21:00:23 +0000 (21:00 +0000)]
I've made the spec file autogenerated and I updated the file list

Dr Mike <drmike@redhat.com>

25 years agoAccount for the fact that Xlib expects format == 32 to be a long, even on
Owen Taylor [Sun, 21 Feb 1999 20:55:04 +0000 (20:55 +0000)]
Account for the fact that Xlib expects format == 32 to be a long, even on

Sun Feb 21 15:59:55 1999  Owen Taylor  <otaylor@redhat.com>

* gdk/MwmUtil.h gdk/gdkwindow.c: Account for the
fact that Xlib expects format == 32 to be a long,
even on 64-bit architectures.

[ patch from George Lebl (jirka@5z.com) ]

25 years agoremoved debugging statements about embedded XID's. They could have been
Owen Taylor [Sun, 21 Feb 1999 19:25:53 +0000 (19:25 +0000)]
removed debugging statements about embedded XID's. They could have been

Sun Feb 21 14:21:46 1999  Owen Taylor  <otaylor@redhat.com>

* gtk/gtkwindow.c: removed debugging statements
about embedded XID's. They could have been
moved to the new PLUGSOCKET debug key, but they weren't
really useful anyways.

* gdk/gdk.h: Added gdk_error_trap_push/pop to provide
a clean interface to the gdk_error_code functionality
of trapping X errors.

* gtk/gtkplug.c gtk/gtksocket.c: Add error
traps around accesses to foreign windows.

25 years agomarked gtk_window_set_focus, gtk_window_set_default,
Tim Janik [Sun, 21 Feb 1999 19:01:08 +0000 (19:01 +0000)]
marked gtk_window_set_focus, gtk_window_set_default,

Sun Feb 21 15:37:25 1999  Tim Janik  <timj@gtk.org>

        * gtk/gtkwindow.h: marked gtk_window_set_focus, gtk_window_set_default,
        gtk_window_remove_embedded_xid and gtk_window_add_embedded_xid as
        internal functions.

25 years agoRevise algorithm for scrolling backwards. This one might actually work
Owen Taylor [Sun, 21 Feb 1999 18:02:14 +0000 (18:02 +0000)]
Revise algorithm for scrolling backwards. This one might actually work

Sun Feb 21 11:39:06 1999  Owen Taylor  <otaylor@redhat.com>

* gtk/gtktext.c (find_line_containing_point): Revise
algorithm for scrolling backwards. This one might actually
work with one-line-high Text widgets.

* gtk/gtkmain.c: Removed a misplaced comment, a few
formatting cleanups.

25 years agohm, set_modal doesn't really work with random gtk_grab_add/gtk_grab_remove
Tim Janik [Sat, 20 Feb 1999 20:11:23 +0000 (20:11 +0000)]
hm, set_modal doesn't really work with random gtk_grab_add/gtk_grab_remove

Sat Feb 20 20:59:25 1999  Tim Janik  <timj@gtk.org>

        * gtk/gtkwindow.c: hm, set_modal doesn't really work with random
        gtk_grab_add/gtk_grab_remove calls. either the window user uses
        the set_modal interface or he places grab_add/grab_remove on his own.
        (gtk_window_set_modal): enforce modality state either way.
        (gtk_window_hide): revert previous change.

25 years agoincrement years and months by two not three on double clicks, patch
Tim Janik [Sat, 20 Feb 1999 19:09:21 +0000 (19:09 +0000)]
increment years and months by two not three on double clicks, patch

Sat Feb 20 20:04:48 1999  Tim Janik  <timj@gtk.org>

        * gtk/gtkcalendar.c (gtk_calendar_button_press): increment years and
        months by two not three on double clicks, patch provided by Nick Lamb
        <njl98r@ecs.soton.ac.uk>.

25 years agoadded ::modal argument. (gtk_window_hide): reset window->modal from the
Tim Janik [Sat, 20 Feb 1999 19:00:53 +0000 (19:00 +0000)]
added ::modal argument. (gtk_window_hide): reset window->modal from the

Sat Feb 20 19:44:36 1999  Tim Janik  <timj@gtk.org>

        * gtk/gtkwindow.c: added ::modal argument.
        (gtk_window_hide): reset window->modal from the current grab state
        (this is only relevant when grab_add/grab_remove is called on the
        window by bypassing gtk_window_set_modal).
        (gtk_window_remove_embedded_xid):
        (gtk_window_add_embedded_xid): don't use g_print() but g_message()
        within #ifdef G_ENABLE_DEBUG. when the hack got these functions
        added (ChangeLog doesn't know them)?

25 years agoCollecttion of the locale dependent gtkrc files and
Sergey I. Panov [Fri, 19 Feb 1999 20:09:53 +0000 (20:09 +0000)]
Collecttion of the locale dependent gtkrc files and

        * gtk/gtkrc,gtk/gtkrc.ja, gtk/gtkrc.ko,
        gtk/gtkrc.ru: Collecttion of the locale dependent
        gtkrc files and

        * gtk/Makefile.am: patched to get that collection
        installed in to $(prefix)/etc/gtk/

25 years agogrouped function names into application-level, widget-level and
Tim Janik [Fri, 19 Feb 1999 18:07:29 +0000 (18:07 +0000)]
grouped function names into application-level, widget-level and

Fri Feb 19 17:52:28 1999  Tim Janik  <timj@gtk.org>

        * gtk/gtksignal.h: grouped function names into application-level,
        widget-level and non-public.

        * gtk/gtktreeitem.c (gtk_tree_item_size_request): use auto
        pix_requisition instead of item->pixmaps_box->requisition.

25 years agoWhen queueing clears relative to widget->window, actually store
Owen Taylor [Thu, 18 Feb 1999 22:36:40 +0000 (22:36 +0000)]
When queueing clears relative to widget->window, actually store

Thu Feb 18 17:26:09 1999  Owen Taylor  <otaylor@redhat.com>

* gtk/gtkwidget.c (gtk_widget_queue_clear_area):
 When queueing clears relative to widget->window,
 actually store widget->window so we know that
 the coordinates are window-relative.

25 years agoFix glib_config_args gtk_config_args confusion. (pointed out by Roland
Owen Taylor [Thu, 18 Feb 1999 16:43:42 +0000 (16:43 +0000)]
Fix glib_config_args gtk_config_args confusion. (pointed out by Roland

Thu Feb 18 11:46:57 1999  Owen Taylor  <otaylor@redhat.com>

* gtk.m4: Fix glib_config_args gtk_config_args
  confusion. (pointed out by
  Roland Dreier <droland@mail.math.okstate.edu>)

* gtk/gtksocket.c gtk/gtkmain.c gtk/gtkdebug.h
  (gtk_socket_filter_func): Move the plug-socket
  debugging code to a new "plugsocket" debug keys
  from the previous hardcoded DPRINTF.

25 years agoadded widget arg ::titles_active.
Tim Janik [Thu, 18 Feb 1999 00:35:11 +0000 (00:35 +0000)]
added widget arg ::titles_active.

Thu Feb 18 00:54:46 1999  Tim Janik  <timj@gtk.org>

        * gtk/gtkclist.c: added widget arg ::titles_active.

25 years agoonly translate widget relative coordinates to window relative if the
Tim Janik [Wed, 17 Feb 1999 23:31:34 +0000 (23:31 +0000)]
only translate widget relative coordinates to window relative if the

Thu Feb 18 00:27:46 1999  Tim Janik  <timj@gtk.org>

        * gtk/gtkwidget.c (gtk_widget_queue_clear_area): only translate widget
        relative coordinates to window relative if the widget is not a toplevel
        (i.e. it has ->parent != NULL), otherwise the area size gets screwed up
        for toplevels.

25 years agoShooby Ban <bansz@szif.hu>
Szabolcs Ban [Wed, 17 Feb 1999 07:19:53 +0000 (07:19 +0000)]
Shooby Ban <bansz@szif.hu>

 * Commited missing Changelog entry

25 years agoUpdated.
Nuno Ferreira [Wed, 17 Feb 1999 01:25:37 +0000 (01:25 +0000)]
Updated.

1999-02-17  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>

* pt.po: Updated.

25 years agoShooby Ban <bansz@szif.hu>
Szabolcs Ban [Tue, 16 Feb 1999 22:25:54 +0000 (22:25 +0000)]
Shooby Ban <bansz@szif.hu>

 * Added lang hu

25 years agoShooby Ban <bansz@szif.hu>
Szabolcs Ban [Tue, 16 Feb 1999 22:08:54 +0000 (22:08 +0000)]
Shooby Ban <bansz@szif.hu>

 * Added hungarian translations

25 years agoversion = 1.1.16
CST 1999 Shawn T. Amundson [Tue, 16 Feb 1999 21:25:25 +0000 (21:25 +0000)]
version = 1.1.16

Tue Feb 16 14:25:44 CST 1999 Shawn T. Amundson <amundson@gtk.org>

        * INSTALL
          README
          configure.in
          gtk+.spec
          docs/gtk-config.1: version = 1.1.16

        * Makefile.am: removed colorsel example since it
          doesn't actually exist.

        * Released GTK+ 1.1.16

25 years agoTue, 16 Feb 1999 12:51:56 +0100
Vincent Renardias [Tue, 16 Feb 1999 11:51:41 +0000 (11:51 +0000)]
Tue, 16 Feb 1999 12:51:56 +0100

* Complete translation + some contributed fixes.

25 years agoUse a ScrolledWindow test how Text widgets work within ScrolledWindow.
Owen Taylor [Tue, 16 Feb 1999 04:52:21 +0000 (04:52 +0000)]
Use a ScrolledWindow test how Text widgets work within ScrolledWindow.

Mon Feb 15 23:55:27 1999  Owen Taylor  <otaylor@redhat.com>

* gtk/testgtk.c (create_text): Use a ScrolledWindow
 test how Text widgets work within ScrolledWindow.
 (POLICY_AUTOMATIC drew very badly, so it uses
  POLICY_ALWAYS for the vscrollbar)

* gtk/gtktext.c (gtk_text_unrealize): Free the cache
 in the unrealize handler. Some code in gtktext.c
 assumes that if text->line_start_cache is non-NULL,
 the widget is realized. We'll recompute it again
 anyways if we later re-realize.

25 years agoWhen setting styles, remove unecessary explicits draws and clears.
Owen Taylor [Tue, 16 Feb 1999 04:29:00 +0000 (04:29 +0000)]
When setting styles, remove unecessary explicits draws and clears.

Fri Feb 12 15:47:20 1999  Owen Taylor  <otaylor@redhat.com>

* gtk/gtkcalender.c gtk/gtkentry.c gtk/gtkhandlebox.c
  gtk/gtknotebook.c gtk/gtktext.c  gtk/gtkviewport.c
  gtk/gtkwidget.c:

 When setting styles, remove unecessary explicits draws
 and clears.

* gtk/gtkrange.c: Ugly fix so the steps get the
 correct background.

25 years agoUpdated for 1.1.16.
Owen Taylor [Tue, 16 Feb 1999 03:50:09 +0000 (03:50 +0000)]
Updated for 1.1.16.

Mon Feb 15 22:55:50 1999  Owen Taylor  <otaylor@redhat.com>

* NEWS: Updated for 1.1.16.

25 years agoFree label->label_wc.
Owen Taylor [Tue, 16 Feb 1999 00:31:24 +0000 (00:31 +0000)]
Free label->label_wc.

Mon Feb 15 19:36:57 1999  Owen Taylor  <otaylor@redhat.com>

* gtk/gtklabel.c (gtk_label_finalize): Free
 label->label_wc.

25 years agoSome coding style fixups.
Owen Taylor [Tue, 16 Feb 1999 00:19:13 +0000 (00:19 +0000)]
Some coding style fixups.

Mon Feb 15 18:02:22 1999  Owen Taylor  <otaylor@redhat.com>

        * gtk/gtkdnd.c: Some coding style fixups.

* gtk/gtkdnd.c (gtk_drag_set_icon_pixmap): Set a flag
 so that we destroy the icon window that we created
 when the drag ends.

25 years agoWhen we find a match, stop searching. (Because we assume pspec != NULL in
Owen Taylor [Mon, 15 Feb 1999 21:05:51 +0000 (21:05 +0000)]
When we find a match, stop searching. (Because we assume pspec != NULL in

Thu Feb 11 18:43:12 1999  Owen Taylor  <otaylor@redhat.com>

* gtk/gtkbindings.c (gtk_binding_set_add_path): When
  we find a match, stop searching. (Because we
  assume pspec != NULL in the search).

Wed Feb 10 01:18:22 1999  Owen Taylor  <otaylor@redhat.com>

* gtk/gtkhandlebox.c (gtk_handle_box_draw_ghost): Fix
  up painting of "ghosts".

* gtk/gtkhandlebox.c (gtk_handle_box_button_changed):
  Add double-click reattachment.

* gtk/gtkhandlebox.c: Grab on widget->window,
  not on handlebox->bin_window. This means we don't
  have to worry about ungrabbing while reparenting.

  Don't make a GTK+ grab - that wasn't necessary.

* gtk/gtkhandlebox.c: Only compute the root -> desk
  offset once, when starting the drag, instead
  of continuously. This should solve the *Bad Window*
  errors that were occurring because of race conditions
  with the WM.

* gtk/gtkhandlebox.c: Completely reworked the
  the logic of reattachment. We introduce the
  concept of the "snap edge", which is an edge
  that needs to be aligned for reattachmed.
  We set a reasonable default from
  handlebox->handle_position, but an application
  might want to change this in some circumstances.

* gtk/gtkhandlebox.[ch]: Add settors:
            gtk_handle_box_set_handle_position  ();
            gtk_handle_box_set_snap_edge        ();

25 years agogtk/gtkwidget.c (gtk_widget_real_grab_focus):
Owen Taylor [Mon, 15 Feb 1999 20:50:47 +0000 (20:50 +0000)]
gtk/gtkwidget.c (gtk_widget_real_grab_focus):

Mon Feb 15 11:13:01 1999  Owen Taylor  <otaylor@redhat.com>

* gtk/gtkwindow.c (gtk_window_set_focus):
  gtk/gtkwidget.c (gtk_widget_real_grab_focus):

If the focus widget is the same, but does not currently
have the focus, call gtk_window_set_focus(). This is needed
so that click focusing with GtkPlug works correctly.

25 years agodefault to yes for development trees.
Tim Janik [Mon, 15 Feb 1999 06:51:28 +0000 (06:51 +0000)]
default to yes for development trees.

Mon Feb 15 07:45:28 1999  Tim Janik  <timj@gtk.org>

        * configure.in (--enable-debug): default to yes for development trees.

25 years agodon't autoselect focus_row in case of GTK_SELECTION_EXTENDED
Lars Hamann [Thu, 11 Feb 1999 23:47:48 +0000 (23:47 +0000)]
don't autoselect focus_row in case of GTK_SELECTION_EXTENDED

Fri Feb 12 00:08:01 1999  Lars Hamann  <lars@gtk.org>

        * gtk/gtklist.c (gtk_list_remove_items_internal): don't autoselect
        focus_row in case of GTK_SELECTION_EXTENDED

        * gtk/testgtk.c : few changes in list example.

        * gtk/gtklistitem.c (gtk_list_item_class_init):
        * gtk/gtkctree.c (gtk_ctree_class_init):
        * gtk/gtkclist.c (gtk_clist_class_init):
        fixed indentation, removed unused key bindings

25 years agoupdated spanis hlanguage file
Pablo Saratxaga [Thu, 11 Feb 1999 01:15:42 +0000 (01:15 +0000)]
updated spanis hlanguage file

25 years agodon't autoselect focus_row in case of GTK_SELECTION_EXTENDED
Lars Hamann [Wed, 10 Feb 1999 23:15:26 +0000 (23:15 +0000)]
don't autoselect focus_row in case of GTK_SELECTION_EXTENDED

Wed Feb 10 01:02:46 1999  Lars Hamann  <lars@gtk.org>

* gtk/gtkclist.c (real_remove_row):
* gtk/gtkctree.c (gtk_ctree_remove_node): don't autoselect focus_row
in case of GTK_SELECTION_EXTENDED

* gtk/testgtk.c : few changes in clist/ctree examples.

25 years agoapplied patch from Paolo Molaro to fix GTK_TYPE_POINTER args of
Tim Janik [Wed, 10 Feb 1999 16:37:09 +0000 (16:37 +0000)]
applied patch from Paolo Molaro to fix GTK_TYPE_POINTER args of

Wed Feb 10 15:49:16 1999  Tim Janik  <timj@gtk.org>

        * gtk/gtkwindow.c (gtk_window_class_init):
        * gtk/gtkctree.c (gtk_ctree_class_init): applied patch from Paolo
        Molaro to fix GTK_TYPE_POINTER args of ::tree_collapse and
        ::set_focus signals.

        * docs/gtk_tut.sgml: s/menufactory/itemfactory, minor fixups
        to the item factory example.

25 years agoReverted coding style "fixups"
Owen Taylor [Wed, 10 Feb 1999 16:01:48 +0000 (16:01 +0000)]
Reverted coding style "fixups"

Wed Feb 10 11:05:53 1999  Owen Taylor  <otaylor@redhat.com>

* gtk/gtkdnd.c: Reverted coding style "fixups"

25 years agoSupplement the existing WMNormalHints, don't overwrite them.
Owen Taylor [Wed, 10 Feb 1999 15:45:19 +0000 (15:45 +0000)]
Supplement the existing WMNormalHints, don't overwrite them.

Wed Feb 10 10:43:50 1999  Owen Taylor  <otaylor@redhat.com>

* gdk/gdkwindow.c (gdk_window_set_icon, gdk_window_set_group):
 Supplement the existing WMNormalHints, don't
 overwrite them.

25 years agoasure that ->value_buf always points to an allocated area.
Tim Janik [Wed, 10 Feb 1999 08:06:30 +0000 (08:06 +0000)]
asure that ->value_buf always points to an allocated area.

Wed Feb 10 08:35:36 1999  Tim Janik  <timj@gtk.org>

        * gtk/gtkcolorsel.c (gtk_color_selection_draw_value_bar): asure that
        ->value_buf always points to an allocated area.
        (gtk_color_selection_drag_end): new function hooked up to drag_end to
        destroy the drag_window.

        * gtk/gtkdnd.c: some coding style fixups.

Wed Feb 10 06:47:17 1999  Tim Janik  <timj@gtk.org>

        * gdk/gdkwindow.c: various indentation fixes.

        * gdk/gdkevents.c: coding style fixups.
        NULL initialize event_func, event_notify and event_chunk.
        (expose_predicate): made this function static.
        (gdk_event_handler_set): perform destroy notification even if no
        event_func is set.

        * gdk/gdkrectangle.c (gdk_rectangle_union): added g_return_if_fail
        statements.

25 years agoFixed some bugs with set_default_size.
Owen Taylor [Wed, 10 Feb 1999 02:35:09 +0000 (02:35 +0000)]
Fixed some bugs with set_default_size.

Sun Feb  7 19:49:21 1999  Owen Taylor  <otaylor@redhat.com>

* gtk/gtkwindow.c (gtk_window_move_resize): Fixed some
  bugs with set_default_size.

Sat Feb  6 13:23:51 1999  Owen Taylor  <otaylor@redhat.com>

* docs/Changes-1.2.txt: Added information about
 the change to gtk_widget_size_request().

* gtk/gtkentry.c: Call gtk_widget_get_child_requisition
 explicitely since we differentiate between the usize
 set by the user and what we got. (Ugh)

* gtk/gtkwidget.[ch] (gtk_widget_get_child_requisition):
 New function to return the effective size of a widget
 as it looks to its parent.

* gtk/gtkwidget.c (gtk_widget_size_request): Leave
 widget->requisition set to exactly what the widget
 asked for, and then make a copy of that into
 the requisition argument. Allow a NULL requisition
 argument, and, if G_ENABLE_DEBUG, warn if
 requisition == &widget->requisition.

* gtkalignment.c gtkaspectframe.c gtkbutton.c gtkclist.c
  gtkcontainer.c gtkentry.c gtkeventbox.c gtkfixed.c
  gtkframe.c gtkhandlebox.c gtkhbox.c gtkhpaned.c
  gtklayout.c gtklist.c gtklistitem.c gtkmenu.c
  gtkmenubar.c gtkmenuitem.c gtknotebook.c
  gtkoptionmenu.c gtkpacker.c gtkscrolledwindow.c
  gtktable.c gtktoolbar.c gtktree.c gtktreeitem.c
  gtkvbox.c gtkviewport.c gtkvpaned.c gtkwindow.c

 Avoid calling gtk_widget_size_request with
 requisition == widget->requisition; use
 gtk_widget_get_child_requisition to get the
 size of children.

25 years agoRemoved extraneous line that crept in in previous commit.
Owen Taylor [Wed, 10 Feb 1999 00:47:02 +0000 (00:47 +0000)]
Removed extraneous line that crept in in previous commit.

Tue Feb  9 19:49:46 1999  Owen Taylor  <otaylor@redhat.com>

* configure.in (LDFLAGS): Removed extraneous line
  that crept in in previous commit.

25 years agoMoved entry->visible into editable class. (Leave it behind deprecated for
Owen Taylor [Wed, 10 Feb 1999 00:39:49 +0000 (00:39 +0000)]
Moved entry->visible into editable class. (Leave it behind deprecated for

Tue Feb  9 19:39:32 1999  Owen Taylor  <otaylor@redhat.com>

        * gtk/gtkentry.[ch] gtk/gtkeditable.h: Moved
  entry->visible into editable class. (Leave it
  behind deprecated for compatibility)

* gtk/gtkeditable.c: If not editable->visible,
  return *'s for clipboard and selection.

25 years agoIf we can't find helvetica, fall back to "fixed". If we can't find
Owen Taylor [Wed, 10 Feb 1999 00:21:09 +0000 (00:21 +0000)]
If we can't find helvetica, fall back to "fixed". If we can't find

Tue Feb  9 19:11:43 1999  Owen Taylor  <otaylor@redhat.com>

* gtk/gtkstyle.c (gtk_style_new): If we can't find
  helvetica, fall back to "fixed". If we can't
  find "fixed", exit cleanly.

25 years agoUpdated.
Changwoo Ryu [Tue, 9 Feb 1999 21:15:13 +0000 (21:15 +0000)]
Updated.

1999-02-09  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>

* ko.po: Updated.

25 years agoAdded a style_set() function so that word lengths get recomputed on style
Owen Taylor [Tue, 9 Feb 1999 20:50:47 +0000 (20:50 +0000)]
Added a style_set() function so that word lengths get recomputed on style

Tue Feb  9 15:35:13 1999  Owen Taylor  <otaylor@redhat.com>

* gtk/gtklabel.c (gtk_label_style_set): Added
  a style_set() function so that word lengths get
  recomputed on style change.

25 years agochanged to 64 (gtk_clist_draw_focus) (hadjustment_value_changed)
Lars Hamann [Mon, 8 Feb 1999 21:03:54 +0000 (21:03 +0000)]
changed to 64 (gtk_clist_draw_focus) (hadjustment_value_changed)

Mon Feb  8 21:00:20 1999  Lars Hamann  <lars@gtk.org>

* gtk/gtkclist.c (CLIST_OPTIMUM_SIZE): changed to 64
(gtk_clist_draw_focus) (hadjustment_value_changed) (draw_row):
  few fixes to respect GTK_CAN_FOCUS flag.

* gtk/gtkctree.c (draw_row):
  respect GTK_CAN_FOCUS flag.

25 years agoSmall corrections.
Sergey I. Panov [Mon, 8 Feb 1999 20:57:16 +0000 (20:57 +0000)]
Small corrections.

25 years agomissing from the CVS for some reason
GMT 1999 Tony Gale [Mon, 8 Feb 1999 19:23:42 +0000 (19:23 +0000)]
missing from the CVS for some reason

Mon Feb  8 19:22:27 GMT 1999 Tony Gale  <gale@gtk.org>

        * example/colorsel/*: missing from the CVS for some reason