summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Released GTK+ 1.2.6GTK_1_2_6CDT 1999 Shawn T. Amundson1999-10-0740-203/+240
| | | | | | Thu Oct 7 12:50:23 CDT 1999 Shawn T. Amundson <amundson@gtk.org> * Released GTK+ 1.2.6
* Fix a typo where gtkrc.vi_VN.tcvn5712 wasn't getting deleted, causingOwen Taylor1999-10-0710-11/+152
| | | | | | | | | | | | | | Thu Oct 7 11:09:55 1999 Owen Taylor <otaylor@redhat.com> * gtk/Makefile.am (install-data-local): Fix a typo where gtkrc.vi_VN.tcvn5712 wasn't getting deleted, causing error messages on install. Thu Oct 7 11:03:06 1999 Owen Taylor <otaylor@redhat.com> * gtk/gtk[hv]paned.c (gtk_{h,v}paned_draw): Redraw the handle as well, since we now sometimes ignore exposes on the handle while resizing.
* Added Galician .po fileJesus Bravo Alvarez1999-10-061-0/+475
|
* Fix stupid extra g_free introduced in one of the last one or two commits.Owen Taylor1999-10-068-1/+42
| | | | | | | | Wed Oct 6 18:02:31 1999 Owen Taylor <otaylor@redhat.com> * gtk/gtkrc.c (gtk_rc_append_default_pixmap_path): Fix stupid extra g_free introduced in one of the last one or two commits.
* Fix typo from last commit.Owen Taylor1999-10-061-0/+2
|
* Make naming of gtkrc files consistent, put each style that a gtkrc.* fileOwen Taylor1999-10-0637-110/+211
| | | | | | | | Wed Oct 6 16:38:36 1999 Owen Taylor <otaylor@redhat.com> * gtk/Makefile.am gtk/gtkrc*: Make naming of gtkrc files consistent, put each style that a gtkrc.* file creates in a unique namespace, remove old files before installing.
* ru.po: Updated Russian translationSergey I. Panov1999-10-051-1/+1
|
* don't list gtkrc in gtkconf_DATA, it totally barfsManish Singh1999-10-058-1/+36
| | | | -Yosh
* Free device->info.axes for core pointer.Owen Taylor1999-10-058-2/+41
| | | | | | | Tue Oct 5 02:43:41 1999 Owen Taylor <otaylor@redhat.com> * gdk/gdkinputcommon.h (gdk_input_device_new): Free device->info.axes for core pointer.
* Added several gtkrc.* fiels for new charset encodingsPablo Saratxaga1999-10-0527-0/+262
|
* added several gtkrc.* filesPablo Saratxaga1999-10-051-7/+21
|
* ru.po: Updated Russian translationSergey I. Panov1999-10-052-6/+6
|
* updatedNam SungHyun1999-10-041-6/+6
|
* Added Ukrainian translation from Yuri Syrota <yuri@renome.rovno.ua>.Kjartan Maraas1999-10-0110-1/+527
| | | | | | | 1999-09-28 Kjartan Maraas <kmaraas@online.no> * uk.po: Added Ukrainian translation from Yuri Syrota <yuri@renome.rovno.ua>.
* Rename idle to idle_id, to deal with obsolete, broken C libraries.Owen Taylor1999-09-309-12/+47
| | | | | | | Thu Sep 30 13:55:25 1999 Owen Taylor <otaylor@redhat.com> * gtk/testgtk.c (destroy_idle_test): Rename idle to idle_id, to deal with obsolete, broken C libraries.
* Get rid of stupid C unsigned integer bug. (Bug #2272)Owen Taylor1999-09-298-1/+113
| | | | | | | | Wed Sep 29 15:41:08 1999 Owen Taylor <otaylor@redhat.com> * gtk/gtktreeitem.c (gtk_tree_item_size_allocate): Get rid of stupid C unsigned integer bug. (Bug #2272)
* Added Romainan translation from Dan Damian <dand@dnttm.ro>.Kjartan Maraas1999-09-2810-1/+502
| | | | | | | 1999-09-28 Kjartan Maraas <kmaraas@online.no> * ro.po: Added Romainan translation from Dan Damian <dand@dnttm.ro>.
* Don't add in allocation->x/y twice!Owen Taylor1999-09-279-8/+66
| | | | | | | | | | Mon Sep 27 02:50:15 1999 Owen Taylor <otaylor@redhat.com> * gtk/gtkvscale.c (gtk_vscale_draw): Don't add in allocation->x/y twice! * gtk/gtkhscale.c: Make usage of gtk_hscale_pos_trough() consistent with gtk_vscale_pos_trough().
* We may be queueing a resize on a toplevel container between the time weOwen Taylor1999-09-268-1/+58
| | | | | | | | | | Sun Sep 26 19:44:34 1999 Owen Taylor <otaylor@redhat.com> * gtk/gtkcontainer.c (gtk_container_queue_resize): We may be queueing a resize on a toplevel container between the time we show it and when we map it. So, we need to test GTK_WIDGET_VISIBLE() for toplevels, and only use GTK_WIDGET_DRAWABLE() for child windows.
* Updated Polish translationChyla Zbigniew1999-09-262-126/+130
|
* updated Estonian tranlationLauris Kaplinski1999-09-262-26/+29
|
* Make 'dist-hook' targets, which copy the .spec file into $(distdir),Elliot Lee1999-09-241-1/+1
| | | | | | Make 'dist-hook' targets, which copy the .spec file into $(distdir), depend upon the .spec file, so that the .spec file will be regenerated when a previously-compiled tree is 'dist'd with a new version number.
* Released GTK+ 1.2.5GTK_1_2_5CDT 1999 Shawn T. Amundson1999-09-2434-27/+55
| | | | | | Thu Sep 23 20:11:38 CDT 1999 Shawn T. Amundson <amundson@gtk.org> * Released GTK+ 1.2.5
* changed version from Gtk+-1.2.5-pre2, to Gtk+-1.2.5, interface age 0,Tim Janik1999-09-2415-13/+48
| | | | | | | Fri Sep 24 02:00:21 1999 Tim Janik <timj@gtk.org> * configure.in (GTK_VERSION): changed version from Gtk+-1.2.5-pre2, to Gtk+-1.2.5, interface age 0, binary age 5.
* Add GDK_WLIBS to LDADDS (fixes bug #2144)Owen Taylor1999-09-238-0/+36
| | | | | | | Thu Sep 23 16:41:03 1999 Owen Taylor <otaylor@redhat.com> * gtk/Makefile.am (LDADDS): Add GDK_WLIBS to LDADDS (fixes bug #2144)
* check for container DRAWABLE (instead of VISIBLE), so we don't queueTim Janik1999-09-238-1/+43
| | | | | | | | Fri Sep 24 00:51:45 1999 Tim Janik <timj@gtk.org> * gtk/gtkcontainer.c (gtk_container_queue_resize): check for container DRAWABLE (instead of VISIBLE), so we don't queue resizes on non-toplevel containers.
* updates for real 1.2.5Tim Janik1999-09-231-3/+4
|
* grr, even if Gdk doesn't handle CreateNotify itself, still put out aTim Janik1999-09-239-32/+142
| | | | | | | | | | | | Thu Sep 23 17:59:59 1999 Tim Janik <timj@gtk.org> * gdk/gdkevents.c (gdk_event_translate): grr, even if Gdk doesn't handle CreateNotify itself, still put out a debuging message for --gdk-debug=events. made the ReparentNotify debugging message more verbose. wrap xcoords translation for ConfigureEvents into an error trap, a destroy event may already be pending, and in that case, the actuall coordinate values are not at all critical.
* Updated for 1.2.5.Vincent Renardias1999-09-212-2/+6
| | | | * Updated for 1.2.5.
* Updated Danish translation from Kenneth Christiansen <kenneth@ripen.dk>Kjartan Maraas1999-09-202-28/+34
| | | | | | | 1999-09-20 Kjartan Maraas <kmaraas@online.no> * da.po: Updated Danish translation from Kenneth Christiansen <kenneth@ripen.dk>
* added pt_BR.po filePablo Saratxaga1999-09-2013-39/+569
|
* released Gtk+-1.2.5-pre2, interface age 0, binary age 5.Tim Janik1999-09-1934-28/+57
| | | | | | Mon Sep 20 01:21:53 1999 Tim Janik <timj@gtk.org> * released Gtk+-1.2.5-pre2, interface age 0, binary age 5.
* Make the data argument const guchar *.Owen Taylor1999-09-199-2/+37
| | | | | | | Sun Sep 19 18:13:31 1999 Owen Taylor <otaylor@redhat.com> * gtk/gtkselection.[ch]: Make the data argument const guchar *.
* Stop leaking the color_hash all over the place. Simplify and improve theOwen Taylor1999-09-199-68/+67
| | | | | | | Sat Sep 18 22:24:15 1999 Owen Taylor <otaylor@redhat.com> * gdk/gdkcc.c: Stop leaking the color_hash all over the place. Simplify and improve the logic.
* Try to behave sensibly if the focus widget is the window itself. (ShouldOwen Taylor1999-09-198-4/+54
| | | | | | | | Sat Sep 18 21:27:40 1999 Owen Taylor <otaylor@redhat.com> * gtk/gtkwindow.c: Try to behave sensibly if the focus widget is the window itself. (Should we allow this at all?)
* Updated Danish translation from Kenneth Christiansen <kenneth@ripen.dk>.Kjartan Maraas1999-09-172-4/+9
| | | | | | | 1999-09-17 Kjartan Maraas <kmaraas@online.no> * da.po: Updated Danish translation from Kenneth Christiansen <kenneth@ripen.dk>.
* make gboolean args in prototypes and implementations consistent (TomasTim Janik1999-09-1715-81/+206
| | | | | | | | | | | | | | | | | | | | Fri Sep 17 09:57:15 1999 Tim Janik <timj@gtk.org> * gtk/gtkwidget.c (gtk_widget_set_sensitive): * gtk/gtknotebook.c (gtk_notebook_set_scrollable): * gtk/gtknotebook.c (gtk_notebook_set_show_border): * gtk/gtkclist.c (gtk_notebook_set_show_border): make gboolean args in prototypes and implementations consistent (Tomas Ogren). * gdk/gdk.h, gdk/gdkcolor.c: make return types (gint or gboolean) for prototypes and function implementations consistent (reported by Tomas Ogren). * gtk/gtklayout.c (gtk_layout_remove): unset GTK_IS_OFFSCREEN flag before the widget is unparented (reported by damon). * gtk/gtkdnd.c: make the cursor and icon data _unsigned_ char, since we provide unsigned data anyways.
* Delay the call to gtk_tooltips_layout_text() until later.Owen Taylor1999-09-178-1/+61
| | | | | | | | | | Thu Sep 16 21:32:01 1999 Owen Taylor <otaylor@redhat.com> * gtk/gtktooltips.c (gtk_tooltips_set_tip): Delay the call to gtk_tooltips_layout_text() until later. * gtk/gtktooltips.c (gtk_tooltips_draw_tips): Call gtk_widget_ensure_style() before using the style.
* Added workaround for old widgets that don't propagate draws to allOwen Taylor1999-09-168-1/+57
| | | | | | | | Wed Sep 15 02:52:19 1999 Owen Taylor <otaylor@redhat.com> * gtk/gtkwidget.c (gtk_widget_event): Added workaround for old widgets that don't propagate draws to all children. (Namely gnome-dock for gnome-libs <= 1.0.16)
* NEWS updatesTim Janik1999-09-143-7/+10
|
* slight version increment to 1.2.5-pre2.Tim Janik1999-09-1422-43/+420
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tue Sep 14 19:37:53 1999 Tim Janik <timj@gtk.org> * configure.in (GTK_VERSION): slight version increment to 1.2.5-pre2. Tue Sep 14 19:22:19 1999 Tim Janik <timj@gtk.org> * gtk/gtkwidget.c (gtk_widget_queue_resize): don't queue the parent for a redraw but just the widget that requested the resize. Tue Sep 14 18:29:47 1999 Tim Janik <timj@gtk.org> * gtk/gtkcontainer.c: added new widget level method gtk_container_set_reallocate_redraws() and a GtkContainer flag reallocate_redraws : 1 to reflect the setting, exported this through the argument system as a boolean ::reallocate_redraws. * gtk/gtkwidget.c (gtk_widget_size_allocate): when queueing redraws on the widget because the allocation changes, do so as well for widget->parent if the parent has reallocate_redraws set to TRUE. with that containers requesting reallocation redraws get automatically redrawn if their children changed allocation (this unfortunately affects also other children that didn't change allocation, but we cannot work around that before 1.3). Tue Sep 14 18:23:01 1999 Tim Janik <timj@gtk.org> * gdk/gdkevents.c (gdk_event_translate): tell if expose events have send_event set in debugging output. (gdk_compress_exposures): default initialize the event so we don't operate on bogus values (namely send_event). * gtk/gtkwidget.c (gtk_widget_idle_draw): only emit ::draw if width _and_ height are >0 (not _or_). * gtk/gtktable.c (gtk_table_remove): use gtk_widget_queue_resize() instead of gtk_container_queue_resize(), which is a core gtk internal function (must have been on crack when i queued that). * gtk/gtkprivate.h: added new private flag GTK_FULLDRAW_PENDING, so we can check more reliably if we want to discard expose events. * gtk/gtkwidget.c: added setting/unsetting of the GTK_FULLDRAW_PENDING flag. * gtk/gtkwidget.c (gtk_widget_event): don't discard synthesized exposes, we simply trust these events. for deciding whether to discard exposes, check GTK_FULLDRAW_PENDING instead of RESIZE_PENDING.
* Ignore queues of areas that are completely off screen.Owen Taylor1999-09-138-19/+104
| | | | | | | | | | | | | Mon Sep 13 15:01:21 1999 Owen Taylor <otaylor@redhat.com> * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Ignore queues of areas that are completely off screen. * gtk/gtkwidget.c (gtk_widget_idle_draw): Fix broken logic for handleboxes. * gtk/gtkwidget.c (gtk_widget_queue_draw_data): Add santity check on width/height.
* backed out Raja's recent VPATH build "improvements", we are fine withTim Janik1999-09-138-7/+55
| | | | | | | | | Mon Sep 13 02:22:47 1999 Tim Janik <timj@gtk.org> * gtk/Makefile.am: backed out Raja's recent VPATH build "improvements", we are fine with using $@ the way we do (if we actually encounter brokeness with $@ in VPATH builds because of additional path prefixes, we need to use $(@F) actually).
* renamed two variables, hopefully didn't introduce short lived bugs, thatTim Janik1999-09-128-10/+52
| | | | | | | | Mon Sep 13 01:34:53 1999 Tim Janik <timj@gtk.org> * gtk/gtksignal.c: renamed two variables, hopefully didn't introduce short lived bugs, that would allow language bindings to do surgeries to our guts.
* Fix AC_DEFINEs.Raja R Harinath1999-09-128-14/+31
| | | | * configure.in (wctype): Fix AC_DEFINEs.
* updated danis hfilePablo Saratxaga1999-09-111-6/+6
|
* put Greek file from gtk+ HEAD cvsPablo Saratxaga1999-09-1010-8/+510
|
* added Estonian language filePablo Saratxaga1999-09-1014-40/+538
|
* Fix typo where comparison was being done against an uninitialized valueOwen Taylor1999-09-108-8/+67
| | | | | | | | | | | Fri Sep 10 15:22:50 1999 Owen Taylor <otaylor@redhat.com> * gtk/gtkwindow.c (gtk_window_size_allocate): Fix typo where comparison was being done against an uninitialized value causing intermittant results depending on compiler flags. Also make it clearer that we aren't ever initializing the child as 0x0 (though this will be caught in gtk_widget_size_allocate())
* Move gtk_window_unset_transient_for() call after we do checks involvingOwen Taylor1999-09-108-2/+51
| | | | | | | | | Fri Sep 10 10:06:56 1999 Owen Taylor <otaylor@redhat.com> * gtk/gtkwindow.c (gtk_window_set_transient_for): Move gtk_window_unset_transient_for() call after we do checks involving the old transient parent. [ From Lance Capser <lmc@cyberhighway.net> ]