summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Released GTK+ 1.1.11GTK_1_1_11CST 1998 Shawn T. Amundson1998-12-3124-181/+265
| | | | | | | | | | | | | | | | | | | Wed Dec 30 18:39:21 CST 1998 Shawn T. Amundson <amundson@gtk.org> * Released GTK+ 1.1.11 * INSTALL: NEWS: README: configure.in: gtk+.spec: docs/gtk-config.1: gtk/gtkfeatures.h.in: version=1.1.11 Also fixed docs/Makefile.am so make distcheck works well now, even on an SMP machine. Do these .po files really have to be remade during a make dist?
* Wed, 30 Dec 1998 23:04:25 +0100 [Vincent]Vincent Renardias1998-12-301-21/+21
| | | | * Major translation updates.
* Fixed off-by-one error when computing length.Owen Taylor1998-12-299-4/+39
| | | | | | | Tue Dec 29 16:06:55 1998 Owen Taylor <otaylor@redhat.com> * gdk/gdkim.c (gdk_wcstombs): Fixed off-by-one error when computing length.
* x Pull in string.h for various mem*() and str*() functions, in anJeff Garzik1998-12-2415-7/+130
| | | | | | | x Pull in string.h for various mem*() and str*() functions, in an autoconf-friendly way. x
* removed unused var 64-bit cast point to const data Made const-correct.Jeff Garzik1998-12-2419-46/+136
| | | | | | | | | | | | | * gdk/gdkfont.c: removed unused var * gdk/gdkim.c: 64-bit cast * gtk/gtkaccelgroup.c: point to const data * gtk/gtkdnd.[ch]: (gtk_drag_dest_set, gtk_drag_source_set): Made const-correct. * gtk/gtkfontsel.c: kill uninitialized var warning * gtk/gtkselection.[ch]: (gtk_target_list_new, gtk_target_list_add_table, gtk_selection_add_targets): Made const-correct. * gtk/testgtk.c: 64-bit cast
* Released GTK+ 1.1.10GTK_1_1_10CST 1998 Shawn T. Amundson1998-12-2425-23/+574
| | | | | | | | | | | | | | | | Thu Dec 24 03:16:52 CST 1998 Shawn T. Amundson <amundson@gtk.org> * Released GTK+ 1.1.10 * INSTALL: NEWS: README: configure.in: gtk+.spec: docs/gtk-config.1: gtk/gtkfeatures.h.in: version=1.1.10 * no.po: added translation by Kjartan Maraas <kmaraas@fib.hl.no>
* s,Fedrerico Mena,Federico Mena,Martin Baulig1998-12-241-1/+1
|
* Update to changelog, to cover fix that previously slipped in.Owen Taylor1998-12-247-0/+42
| | | | | | | | Wed Dec 23 20:31:40 1998 Owen Taylor <otaylor@redhat.com> * gtk/gtklabel.c: Fix problem where empty labels were getting a requisition height of zero, and trailing newlines were being ignored.
* label->label should be the mb text _after_ removing the underlines, notOwen Taylor1998-12-239-40/+125
| | | | | | | | | | | | Wed Dec 23 13:58:14 1998 Owen Taylor <otaylor@redhat.com> * gtk/gtklabel.c (gtk_label_parse_uline): label->label should be the mb text _after_ removing the underlines, not before. * gtk/gtkmenu.c: Reverted Elliot's tearoff-menu-item title hack. If it deserves being done, it deserves being done right.
* */Makefile.am: Now passes 'make distcheck'. Now loops. I'm not sure whatElliot Lee1998-12-2317-196/+1355
| | | | | | | | | | | | */Makefile.am: Now passes 'make distcheck'. Now loops. I'm not sure what is up. 1998-12-23 Elliot Lee <sopwith@redhat.com> * gtk/gtkmenu.c: Allow programmer to gtk_object_set_data(obj, "GtkTearoffMenuItem_window_title", ..) on a GtkMenuItem and have it be recognized. If we're getting the title out of the GtkLabel, then remove all underscores.
* Request XmTRANFER_FAILURE on Motif drops not within a drop zone. I don'tOwen Taylor1998-12-2210-5/+86
| | | | | | | | | | | | | Tue Dec 22 17:01:43 1998 Owen Taylor <otaylor@redhat.com> * gtk/gtkdnd.c (gtk_drag_dest_handle_event): Request XmTRANFER_FAILURE on Motif drops not within a drop zone. I don't know why this is necessary, but it is. * gdk/gdkdnd.c (gdk_drop_reply): Fixed error where Motif flag field in response was getting wrong values.
* Return TRUE for button press events we handle. (Allows option menus inOwen Taylor1998-12-228-1/+44
| | | | | | | | Tue Dec 22 15:55:39 1998 Owen Taylor <otaylor@redhat.com> * gtk/gtkoptionmenu.c (gtk_option_menu_button_press): Return TRUE for button press events we handle. (Allows option menus in radio buttons to work...)
* Optimization - when we've already found a widget, skip all checks forOwen Taylor1998-12-228-4/+95
| | | | | | | | | | | | | | | Tue Dec 22 14:50:25 1998 Owen Taylor <otaylor@redhat.com> * gtk/gtkdnd.c (gtk_drag_find_widget): Optimization - when we've already found a widget, skip all checks for subsequent children. * gtk/gtkdnd.c (gtk_drag_find_widget): Checked for !MAPPED, not !VISIBLE, since a widget (like a notebook page), can be VISIBLE, but !REALIZED or !MAPPED. * gtk/gtkdnd.c (gtk_drag_find_widget): Use forall(), not foreach().
* Added translation by Krzysztof Krzy¿aniak <eloy@venco.com.pl>Owen Taylor1998-12-223-1/+95
| | | | | | | Tue Dec 22 14:24:37 1998 Owen Taylor <otaylor@redhat.com> * pl.po: Added translation by Krzysztof Krzy¿aniak <eloy@venco.com.pl>
* fixed column resize bugLars Hamann1998-12-218-4/+32
| | | | | | Mon Dec 21 22:01:49 1998 Lars Hamann <lars@gtk.org> * gtk/gtkclist.c (gtk_clist_motion): fixed column resize bug
* export the priority at which events are processed.Tim Janik1998-12-2016-86/+87
| | | | | | | | | | | Sun Dec 20 04:48:59 1998 Tim Janik <timj@gtk.org> * gdk/gdk.h (GDK_PRIORITY_EVENTS): export the priority at which events are processed. * gtk/gtk[main|signal|container].[ch]: removed deprecated _interp variants: gtk_container_foreach_interp, gtk_idle_add_interp, gtk_timeout_add_interp, gtk_signal_connect_interp.
* added translation by Tomas Ögren <stric@ing.umu.se>PST 1998 Shawn T. Amundson1998-12-2010-1/+486
| | | | | | Sat Dec 19 18:42:39 PST 1998 Shawn T. Amundson <amundson@gtk.org> * sv.po: added translation by Tomas Ögren <stric@ing.umu.se>
* eek, fixed an embarrasing bug that caused this function to always returnTim Janik1998-12-208-0/+44
| | | | | | | | Sat Dec 19 22:49:40 1998 Tim Janik <timj@gtk.org> * gtk/gtktypeutils.c (gtk_type_query): eek, fixed an embarrasing bug that caused this function to always return NULL (noticed by marius vollmer).
* Don't add the gthread libs to GLIB_LIBS either, or -lgthread -lpthreadOwen Taylor1998-12-1914-13/+93
| | | | | | | | | | | | Sat Dec 19 17:28:30 1998 Owen Taylor <otaylor@redhat.com> * configure.in: Don't add the gthread libs to GLIB_LIBS either, or -lgthread -lpthread will get pulled into all applications because of shlib deps. * gtk/gtkmain.h gtk/gtkwidget.c gtk/gtk gdk/gdk: Use GLIB's priority #define. Revise scale of priorities.
* always run a g_main_iteration, even if there are no active main loops.Manish Singh1998-12-198-10/+48
| | | | | | | | * gtk/gtkmain.c: always run a g_main_iteration, even if there are no active main loops. This fixes the gimp splash screen. -Yosh
* removed return_if_fail (label->words != NULL) since that's a valid caseTim Janik1998-12-1911-70/+206
| | | | | | | | | | | | | | | | | | | | Sat Dec 19 05:37:51 1998 Tim Janik <timj@gtk.org> * gtk/gtklabel.c (gtk_label_expose): removed return_if_fail (label->words != NULL) since that's a valid case when the label is empty, or just default constructed. fixed indentation prototype arguments and braces in some places. also, pointer comparisions and initializations are done with NULL not 0, there's a reason GLib defines NULL. * gdk/gdkevents.c (gdk_events_pending): return (queued_events || putback_events) so this again returns whether events are pending, not whether other sources like idles are pending. * gtk/gtkmain.c (gtk_main_iteration_do): (gtk_main_iteration): return whether the loop is done, not whether something got dispatch to restore the original behaviour (yosh: this fixes code like in GleSelector).
* s/(enter|leave)_button/$1/g, since pthreads.h no longer conflictsManish Singh1998-12-1910-15/+53
| | | | -Yosh
* fixed GDK_2BUTTON_PRESS bug.Lars Hamann1998-12-198-7/+44
| | | | | | | Sat Dec 19 01:56:13 1998 Lars Hamann <lars@gtk.org> * gtk/gtkclist.c (gtk_clist_button_press): fixed GDK_2BUTTON_PRESS bug.
* add ja.po to ALL_LINGUASManish Singh1998-12-198-1/+29
| | | | -Yosh
* Sat, 19 Dec 1998 01:15:44 +0100 [Vincent]Vincent Renardias1998-12-182-1/+454
| | | | * fr.po: Added.
* Marked plug window as destroyed before destroying the window.Owen Taylor1998-12-188-1/+43
| | | | | | | | Fri Dec 18 15:19:54 1998 Owen Taylor <otaylor@redhat.com> * gtk/gtksocket.c (gtk_socket_filter_func): Marked plug window as destroyed before destroying the window.
* Set the usize on the tearoff window so when we reparent the window out,Owen Taylor1998-12-188-1/+48
| | | | | | | | Fri Dec 18 14:17:14 1998 Owen Taylor <otaylor@redhat.com> * gtk/gtkmenu.c (gtk_menu_popup): Set the usize on the tearoff window so when we reparent the window out, the window doesn't shrink down.
* Fixed transposition of \ and "Owen Taylor1998-12-182-2/+6
| | | | | | Fri Dec 18 09:52:28 1998 Owen Taylor <otaylor@redhat.com> * de.po: Fixed transposition of \ and "
* Daniels de.po file after a bit of editing.Sven Neumann1998-12-181-18/+398
| | | | --Sven
* Add Japanese Translation.Yukihiro Nakai1998-12-182-0/+456
| | | | Add Japanese Translation.
* do not export the glib flags for thread support to gtk-config.Sebastian Wilhelmi1998-12-188-2/+38
| | | | | | | 1998-12-18 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * configure.in: do not export the glib flags for thread support to gtk-config.
* added gdk_flush() after g_main_run(), so we get the original behaviourTim Janik1998-12-1811-17/+118
| | | | | | | | | | | | | | | | Fri Dec 18 01:32:59 1998 Tim Janik <timj@gtk.org> * gtk/gtkmain.c (gtk_main): added gdk_flush() after g_main_run(), so we get the original behaviour back, i.e. the event queue needs to be flushed after a main loop has been quitted. (gtk_main): add/remove the current main loop to/from the main loop before/after init/quit functions have been exected to preserve the original gtk_main_quit() behaviour. Thu Dec 17 23:48:29 1998 Tim Janik <timj@gtk.org> * gdk/gdkevents.c (gdk_events_init): changed argument order in call to g_main_add_poll() to match recent glib changes.
* Add @INTLLIBS@. gtk-scier-981116-0.patch Sean CierOwen Taylor1998-12-1818-91/+355
| | | | | | | | | | | | | | | | | | | Thu Dec 17 20:33:28 1998 Owen Taylor <otaylor@redhat.com> * gtk-config.in: Add @INTLLIBS@. gtk-scier-981116-0.patch Sean Cier <scier@PostHorizon.com>) ] * gtk/gtkcolorsel.c gtk/gtkfilesel.c gtk/gtkfontsel.c gtk/gtkgamma.c gtk/gtkinputdialog.c gtk/gtknotebook.c gtk/gtkrc.c gtk/gtkthemes.c gtk/gtktipsquery.c: Applied parts of gtk-egger-981215-1 [ Daniel Egger <Daniel.Egger@t-online.de> ] marking additional strings for internationalization. * po/nl.po: Added Dutch translation from Paul Siegmann <pauls@euronet.nl>.
* Remove the info tag from the context so if the source unexpectedlyOwen Taylor1998-12-1711-6/+74
| | | | | | | | | | | | | | | | | Thu Dec 17 18:25:52 1998 Owen Taylor <otaylor@redhat.com> * gtk/gtkdnd.c (gtk_drag_drop_finished): Remove the info tag from the context so if the source unexpectedly responds in the future, we do nothing properly. Thu Dec 17 18:24:41 1998 Owen Taylor <otaylor@redhat.com> * gtk/gtk[hv]paned.c (gtk_[hv]paned_size_allocate): Handle the case where one side of the the pane is empty. * gtk/gtkfilesel.c (gtk_file_selection_init): Set dir_title before using it. (Pointed out by Lavoie Philippe <lavoie@zeus.genie.uottawa.ca>)
* Use setlocale (LC_ALL, NULL), not (LC_ALL, "") to query current locale.Owen Taylor1998-12-179-11/+4
| | | | | | | | Thu Dec 17 11:00:48 1998 Owen Taylor <otaylor@redhat.com> * gdk/gdkim.c (gdk_set_locale): Use setlocale (LC_ALL, NULL), not (LC_ALL, "") to query current locale. (Pointed out by Ullrich Hafner <hafner@informatik.uni-wuerzburg.de>)
* Free previous label->label_wc.Owen Taylor1998-12-1710-4/+70
| | | | | | | | | | Thu Dec 17 10:53:20 1998 Owen Taylor <otaylor@redhat.com> * gtk/gtklabel.c (gtk_label_set_text): Free previous label->label_wc. * gtk/testgtkrc: Leave font, not fontset commented in by default.
* Define gdk_use_mb outside USE_XIM guard. Removed unnecessary USE_XIM guardSebastian Wilhelmi1998-12-179-16/+58
| | | | | | | | 1998-12-17 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * gdk/gdkim.c: Define gdk_use_mb outside USE_XIM guard. Removed unnecessary USE_XIM guard inside another. Made gdk_use_mb static. Compile gdk_set_locale also if not USE_XIM.
* Released GTK+ 1.1.9GTK_1_1_9Shawn T. Amundson1998-12-1716-11/+106
| | | | | | | | | | | | | | Thu Dec 17 00:26:01 1998 Shawn T. Amundson <amundson@gtk.org> * Released GTK+ 1.1.9 * INSTALL: NEWS: README: configure.in: gtk+.spec: gtk/gtkfeatures.h.in: docs/gtk-config.1: version=1.1.9
* rm -rf intl breaks --disable-nls, put it backManish Singh1998-12-1711-14/+71
| | | | | | | | | | * autogen.sh: rm -rf intl breaks --disable-nls, put it back * gtkbutton.[ch] * gtktogglebutton.c: s/(enter|leave)/$1_button/g. Digital: 1 GTK+: 0 (for now) -Yosh
* updated call to g_main_add_poll instead of g_main_poll_addCST 1998 Shawn T. Amundson1998-12-179-2/+37
| | | | | | | Wed Dec 16 22:38:22 CST 1998 Shawn T. Amundson <amundson@gtk.org> * gdk/gdkevents.c: updated call to g_main_add_poll instead of g_main_poll_add
* Remove unnecessary cast.Owen Taylor1998-12-178-1/+35
| | | | | | | Wed Dec 16 23:32:05 1998 Owen Taylor <otaylor@redhat.com> * gtk/gtklabel.c (gtk_label_expose): Remove unnecessary cast.
* Check for broken glibc 2.0 mb functions, and avoid them.Owen Taylor1998-12-1711-162/+331
| | | | | | | Wed Dec 16 22:50:52 1998 Owen Taylor <otaylor@redhat.com> * gdk/gdk.c gdk/gdkim.c: Check for broken glibc 2.0 mb functions, and avoid them.
* *** empty log message ***Arturo Espinosa1998-12-162-0/+58
|
* Don't call XPending() if we have putback events.Owen Taylor1998-12-169-2/+37
| | | | | | | Wed Dec 16 16:57:55 1998 Owen Taylor <otaylor@redhat.com> * gdk/gdkevents.c (gdk_events_queue): Don't call XPending() if we have putback events.
* Do nothing on empty string, quietly.Owen Taylor1998-12-168-4/+38
| | | | | | | Wed Dec 16 16:04:41 1998 Owen Taylor <otaylor@redhat.com> * gtk/gtklabel.c (gtk_label_expose): Do nothing on empty string, quietly.
* Redraw the character under the cursor when removing the cursor.Owen Taylor1998-12-1610-5/+61
| | | | | | | | Wed Dec 16 15:36:19 1998 Owen Taylor <otaylor@redhat.com> * gtk/gtkentry.c (gtk_entry_draw_cursor_on_drawable): Redraw the character under the cursor when removing the cursor.
* Move main thread lock back to GDK - we need it there for locking whenOwen Taylor1998-12-1638-118/+237
| | | | | | | | | | | | | | Wed Dec 16 13:06:17 1998 Owen Taylor <otaylor@redhat.com> * gdk/gdk.[ch] gtk/gtkmain.[ch] gtk/gtkprivate.h: Move main thread lock back to GDK - we need it there for locking when translating events. Rename things appropriately. Wed Dec 16 11:44:21 1998 Owen Taylor <otaylor@redhat.com> * gtk/gtkrange.c (gtk_range_expose): Fix a x/y typo. CVS:
* Released GTK+ 1.1.8GTK_1_1_8CST 1998 Shawn T. Amundson1998-12-1615-8/+79
| | | | | | | | | | | | Wed Dec 16 10:20:27 CST 1998 Shawn T. Amundson <amundson@gtk.org> * Released GTK+ 1.1.8 * ChangeLog: INSTALL: README: gtk+.spec: docs/gtk-config.1: version=1.1.8
* Define gdk_xim_ic only, if USE_XIM is defined.Sebastian Wilhelmi1998-12-169-0/+32
| | | | | | 1998-12-16 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * gdk/gdkglobals.c: Define gdk_xim_ic only, if USE_XIM is defined.
* urg, fixupsTim Janik1998-12-1612-31/+168
|