- 23 Mar, 1998 1 commit
-
-
Owen Taylor authored
Sun Mar 22 19:01:36 1998 Owen Taylor <owt1@cornell.edu> * gdk/gdkcolor.c: Fixes to allow GTK to work with colormaps that aren't 256 entries long. (colormap->colors is now dynamically allocated)
-
- 22 Mar, 1998 4 commits
-
-
Owen Taylor authored
Sun Mar 22 16:25:46 1998 Owen Taylor <owt1@cornell.edu> * gtk/gtkmain.c (gtk_init): fixes to locale checks * gtk/testgtk.c (create_dnd): Create the dnd icons separately to avoid strange interactions with shapes demo. * gtk/gtkentry.[ch]: - Limit the length of the text to 2048 to prevent long delays - Fix problems with buffer overruns - Draw only the onscreen portion of the text to prevent wrapping of shorts in the X drawing code. - Keep track of character positions and x-offsets to speed up algorithms.
-
CST 1998 Shawn T. Amundson authored
Sun Mar 22 11:37:51 CST 1998 Shawn T. Amundson <amundson@gtk.org> * gtk/gtkcolorsel.c: * gtk/gtkfilesel.c: use button_box for buttons
-
Tim Janik authored
-timj
-
Owen Taylor authored
Sat Mar 21 19:07:01 1998 Owen Taylor <owt1@cornell.edu> * gtk/testgtk.c (dnd_drop): Don't respond to drops when grab is in effect. (workaround) * gdk/gdkfont.c (gdk_fontset_load): More details on error messages. * gdk/gdk.c: Translate va_list to XVaNestedList instead of just casting it. * gtk/gtkmain.c: Make temporary copy of string returned by setlocale, since it may be changed by subsequent calls.
-
- 21 Mar, 1998 2 commits
-
-
CET 1998 Paolo Molaro authored
Sat Mar 21 10:39:02 CET 1998 Paolo Molaro <lupus@debian.org> * gtk/gtkcombo.[ch] "activate" signal can be disabled now
-
Radek Doulik authored
Fri Mar 20 20:49:33 1998 Radek Doulik <rodo@aquarius> * gtk/gtktoolbar.c (gtk_toolbar_insert_element): changed packing in toolbar elements, so texts are always at the bottom
-
- 20 Mar, 1998 1 commit
-
-
PST 1998 Shawn T. Amundson authored
Thu Mar 19 16:40:47 PST 1998 Shawn T. Amundson <amundson@gimp.org> * Released GTK+ 0.99.8
-
- 19 Mar, 1998 2 commits
-
-
CST 1998 Shawn T. Amundson authored
Thu Mar 19 16:28:48 CST 1998 Shawn T. Amundson <amundson@gimp.org> * the Solaris ltconfig patch from draco
-
Manish Singh authored
* gtk/gtkcolorsel.c: #define M_PI if it isn't already * gtk/testgtk.c: initialize transparent properly, to make purify happy -Yosh
-
- 18 Mar, 1998 5 commits
-
-
Tim Janik authored
Thu Mar 19 00:37:44 1998 Tim Janik <timj@gtk.org> * gtk/gtkscrolledwindow.c (gtk_scrolled_window_construct): perform the neccessary checks on funtion begin. use the scrolled_window that got passed to this function, and not a new one.
-
Owen Taylor authored
Wed Mar 18 11:09:10 1998 Owen Taylor <owt1@cornell.edu> ( From: James Henstridge <james@daa.com.au> ) * gtk/gtkclist.c: Don't remove, then destroy labels in gtk_clist_set_column_[*], just remove them. * gtk/gtkmain.c (gtk_invoke_timeout_function): call marshal when appropriate, not function. Tue Mar 17 14:15:07 1998 Owen Taylor <owt1@cornell.edu> * gtk/testgtk.c (create_main_window): Alphabetize tests * gtk/gtk[hv]paned.c: Change division on resize if necessary to keep handle visible. * gtk/gtkgamma.c gtk/gtkcurve.c: Moved initialization into _init() functions. * gtk/gtkscrolledwindow.c: Added missing _construct() functions.
-
CET 1998 Paolo Molaro authored
Wed Mar 18 17:38:25 CET 1998 Paolo Molaro <lupus@debian.org> * gtk/gtkentry.[ch]: checked in gtk_entry_set_max_length (it truncates the texts if it's longer, now)
-
Tim Janik authored
Wed Mar 18 02:06:52 1998 Tim Janik <timj@gtk.org> * gtk/gtkcontainer.c (gtk_container_border_width): use the resize queue. * gtk/gtkwindow.c (gtk_window_set_arg): gtk_window_set_hints() after setting certain arguments, so they actually take affect. (gtk_window_set_policy): likewise.
-
Manish Singh authored
Rewrite of GArray gboolean type changed to int -Yosh
-
- 17 Mar, 1998 7 commits
-
-
Tim Janik authored
Tue Mar 17 22:45:39 1998 Tim Janik <timj@gtk.org> * gtk/gtkwidget.c (gtk_widget_get_arg): return real boolean values not just numbers. * gtk/gtktogglebutton.c (gtk_toggle_button_set_state): check state for != 0, otherwise we get strange results.
-
Owen Taylor authored
Tue Mar 17 01:55:00 1998 Owen Taylor <owt1@cornell.edu> * gtk/gtkmain.c gtk/gtkentry.c: Try to guess if we can use the mb* functions safely. (For glibc, they do UTF-8). Heuristic is (X_LOCALE && locale != C/POSIX) || (mblen("\xc0", MB_CUR_MAX) == 1). (From: "Richard Lloyd" <rkl@csc.liv.ac.uk>) * gdk/gdk.c (gdk_ic_get_attr): Use an intermediate variable to avoid taking the address of the result of va_arg. * gtk/gtkentry.c gtk/gtkeditable.c gtkobject.c gtk/testselection.c: signedness fixups * gtk/gtkcontainer.c: Fixed implicit cast between gpointer and func pointer by changing. * gtk/gtkcombo.c, gtk/gtkentry.c, gtk/gtktext.c: static void forward declaration vs. void actual fixed * gtk/testgtk.c: Limit total number of tree items to 10,000
-
Tim Janik authored
Tue Mar 17 16:19:47 1998 Tim Janik <timj@gimp.org> * gdk/gdk.c: * gdk/gdkvisual.c: changed some debugging messages to be prefixed by "Gdk:". * gtk/gtkwidget.c (gtk_widget_real_draw): applied gtk-shige-980317-0.patch.gz to set all event fields, but modified the event.send_event field to be set to TRUE, since the event is not really comming from the server. * gtk/gtkwindow.c (gtk_window_init): applied gtk-ograf-980317-1.patch.gz which cares about an initial setting of program name and program class. * gdk/gdk.c (gdk_init): applied gtk-ograf-980317-0.patch.gz, which strips leading pathnames from gdk_progname.
-
Tim Janik authored
Tue Mar 17 12:36:35 1998 Tim Janik <timj@gimp.org> * gtk/gtkstyle.c (gtk_default_draw_arrow): fixed a bug about drawing GTK_ARROW_LEFT, correction from Damon Chaplin <DAChaplin@email.msn.com>.
-
Miguel de Icaza authored
Tue Mar 17 02:02:02 1998 Miguel de Icaza <miguel@nuclecu.unam.mx> * gdk/gdk.c (gdk_dnd_drag_leave): Use StructureNotifyMaskMask as the mask, as this enables an application listening to those events to catch the root events. Thanks to Maciej for pointing us in the right direction. (gdk_dnd_drag_enter): Likewise. (gdk_dnd_drag_leave): Likewise. * gdk/gdkwindow.c (gdk_window_dnd_data_set): Likewise.
-
Federico Mena authored
Mon Mar 16 22:31:02 1998 Federico Mena <federico@nuclecu.unam.mx> * gdk/gdkwindow.c (gdk_window_xid_at): Use signed integers so that testing will not fail for windows that are off-screen. (gdk_window_xid_at_coords): Only considers visible windows.
-
Tim Janik authored
Tue Mar 17 03:56:13 1998 Tim Janik <timj@gimp.org> * gtk/gtkspinbutton.h: exported gtk_spin_button_spin since it is used in testgtk, and besides that. * gtk/testgtk.c: created a new "test" cursors, which showes different types of GdkCursors and is a very simple example at using the drawing area. Tue Mar 17 03:56:13 1998 Tim Janik <timj@gimp.org> * gtk/gtkspinbutton.h: exported gtk_spin_button_spin since it is used in testgtk, and besides that. * gtk/testgtk.c: created a new "test" cursors, which showes different types of GdkCursors and is a very simple example at using the drawing area.
-
- 16 Mar, 1998 4 commits
-
-
GMT 1998 Tony Gale authored
Mon Mar 16 18:19:31 GMT 1998 Tony Gale <gale@gimp.org> * docs/gtkfaq.sgml: - new question on modal windows - new question on updating progressbars - update all the links to gtk.org
-
Tim Janik authored
-timj
-
GMT 1998 Tony Gale authored
Mon Mar 16 09:15:03 GMT 1998 Tony Gale <gale@gimp.org> * docs/gtk_tut.sgml: - New subsection on colourselection from Tom Bech <tomb@ii.uib.no> - Moved fileselection text to Miscallaneous Widgets section - Started new section on the Text widget - Removed Viewport, Paned, HPaned and VPaned from list of NO_WINDOW widgets.
-
Owen Taylor authored
Mon Mar 16 01:33:36 1998 Owen Taylor <owt1@cornell.edu> * gtk-config.in: Added trailing newline, hopefully will fix the problem with esac disappearing. * gtk/Makefile.am (test-debug): Improved test targets will work with --enable-shared [From: Raja R Harinath <harinath@cs.umn.edu>] * gtk.m4: Not all shells understand $(...). Use `...` instead. [From: Raja R Harinath <harinath@cs.umn.edu>] - use AM_PATH_PROG instead of AM_CHECK_PROG, so the user can specify programs not in their path. * Makefile.am: added gtk.m4 to EXTRA_DIST
-
- 15 Mar, 1998 10 commits
-
-
Tim Janik authored
Sun Mar 15 23:44:10 1998 Tim Janik <timj@gimp.org> * gtk/gtkwidget.h: * gtk/gtkmenushell.c: * gtk/gtkmenu.c: * gtk/gtkmain.c: removed GRAB_EXCLUSIVE again, just disable modal event delivery for insensitive children.
-
Tim Janik authored
Sun Mar 15 22:44:33 1998 Tim Janik <timj@gimp.org> * gtk/gtkmenushell.c (gtk_menu_shell_button_release): for now reverted the last change, since it broke click-select-click menus for gimp.
-
Tim Janik authored
Sun Mar 15 20:13:42 1998 Tim Janik <timj@gimp.org> * gtk/gtkmain.c (gtk_quit_destructor): removed the ugly check whether we need gtk_widget_destroy or gtk_object_destroy. these functions are by no means allowed to act differently! * gtk/gtkmisc.c (gtk_misc_set_alignment): check for _DRAWABLE instead of _VISIBLE to operate on widget->window. (gtk_misc_set_padding): likewise. * gtk/gtkwidget.c: slightly reordered object arguments. * gtk/gtkobject.c (gtk_object_setv): * gtk/gtkobject.c (gtk_object_getv): operator `!' has precedence over `&'.
-
Tim Janik authored
-timj
-
Tim Janik authored
Sun Mar 15 13:25:28 1998 Tim Janik <timj@gimp.org> * gtk/gtkwidget.h: added new flag GTK_EXCLUSIVE_GRAB. * gtk/gtkmain.c: allow exclusive grabs. * gtk/gtkmenu.c: grab exclusively. * gtk/gtkmenushell.c: grab exclusively. * gtk/gtkmenushell.c: don't activate insensitive menu items when in click-selects mode. * gtk/gtkmenushell.c (gtk_menu_shell_enter_notify): activate submenus on popup. * gtk/gtkmenushell.c (gtk_menu_shell_button_release): don't take *additional* button presses into account. * gtk/gtkmenushell.c (gtk_menu_shell_button_press): don't take foreign button releases into account. oh boy, please check this out people, hope i covered all cases.
-
Tim Janik authored
Sun Mar 15 08:27:06 1998 Tim Janik <timj@gimp.org> * gtk/gtktipsquery.c (gtk_tips_query_set_labels): changed run type of GtkTipsQuery::widget_entered to GTK_RUN_LAST, so it can be overidden by the user.
-
Tim Janik authored
Sun Mar 15 08:27:06 1998 Tim Janik <timj@gimp.org> * gtk/gtkwindow.c (gtk_window_configure_event): small fix by Assar Westerlund <assar@sics.se>.
-
Tim Janik authored
Sun Mar 15 08:27:06 1998 Tim Janik <timj@gimp.org> * gtk/gtkmenu.c (gtk_menu_key_press): don't cast a NULL pointer.
-
PST 1998 Shawn T. Amundson authored
Sat Mar 14 19:36:16 PST 1998 Shawn T. Amundson <amundson@gimp.org> * Released 0.99.7
-
Owen Taylor authored
Sat Mar 14 20:07:45 1998 Owen Taylor <owt1@cornell.edu> * gtk.m4: Fixed reversed conditional, so checks against supplied version.
-
- 14 Mar, 1998 4 commits
-
-
Tim Janik authored
Sat Mar 14 10:10:46 1998 Tim Janik <timj@gimp.org> * gtk/gtkmain.c (gtk_main): fixed a bug with invoking the quit handlers that could cause them to be removed wihout being invoked.
-
Owen Taylor authored
Makefile.am fixes minor fix to gdkwindow.c -owt
-
PST 1998 Shawn T. Amundson authored
Sat Mar 14 14:36:40 PST 1998 Shawn T. Amundson <amundson@gimp.org> * Released 0.99.6 * gdk/gtk_tut.sgml: * gdk/gtk_tut_it.sgml: fixed Ian Main's e-mail address
-
Owen Taylor authored
Sat Mar 14 13:26:09 1998 Owen Taylor <owt1@cornell.edu> * gtk/gtkentry.c gtk/gtktext.c: Some cleanups of signedness warnings * gtk/gtkhandlebox.h: Changed gint ... : 1 to guint ... : 1
-