- 04 Oct, 2002 10 commits
-
-
Soeren Sandmann authored
Fri Oct 4 21:21:47 2002 Soeren Sandmann <sandmann@daimi.au.dk> * gtk/gtkhandlebox.c (gtk_handle_box_paint): remove unused codepath. * gtk/gtkmenuitem.c (gtk_real_menu_item_{de,}select): call gtk_widget_queue_draw() instead of gtk_widget_draw().
-
Owen Taylor authored
Fri Oct 4 14:49:04 2002 Owen Taylor <otaylor@redhat.com> Patch from Shivram U <shivaram.upadhyayula@wipro.com> * gdk/x11/gdkkeys-x11.c (update_keymaps): Increased the keycount to (max_keycode - min_keycode) + 1 from (max_keycode - min_keycode). (update_keymaps), (gdk_keymap_get_entries_for_keyval) looping through less than or equal to max_keycode. (#79184)
-
Anders Carlsson authored
-
jacob berkman authored
2002-10-04 jacob berkman <jacob@ximian.com> * gdk/x11/gdkscreen-x11.c (init_xinerama_support): make legal C
-
Owen Taylor authored
Fri Oct 4 12:05:27 2002 Owen Taylor <otaylor@redhat.com> * demos/Makefile.am (pixbuf_csource): Fix envars for uninstalled operation of gdk-pixbuf * demos/Makefile.am (test-inline-pixbufs.h): Remove output on failure.
-
Owen Taylor authored
Fri Oct 4 12:00:10 2002 Owen Taylor <otaylor@redhat.com> * gdk/gdkscreen.c (gdk_screen_class_init): Get the name right. * gdk/x11/gdkscreen-x11.c (gdk_screen_x11_class_init): Fix function that should have been static.
-
Owen Taylor authored
Fri Oct 4 11:43:47 2002 Owen Taylor <otaylor@redhat.com> * configure.in: Add a check for the Xrandr extension. * gdk/gdkscreen.[ch]: Add a size-changed signal. * gdk/x11/gdkscreen-x11.[ch]: Patch from Keith packard to hook up ConfigureNotify events on the root window to the ::size-changed signal. (#94560) * gtk/gtkimcontextsimple.c: Warning fixes
-
Manish Singh authored
Fri Oct 4 00:57:53 2002 Manish Singh <yosh@gimp.org> * gtkhscrollbar.[ch] gtkhseparator.[ch] gtkrange.[ch] gtkscrollbar.[ch] gtkseparator.[ch] gtkseparatormenuitem.h gtkvscrollbar.[ch] gtkvseparator.[ch]: Deprecation cleanup
-
Manish Singh authored
Thu Oct 3 22:38:12 2002 Manish Singh <yosh@gimp.org> * gdk-pixbuf/queryloaders.c: make it legal C
-
jacob berkman authored
2002-10-04 jacob berkman <jacob@ximian.com> * queryloaders.c (query_module): make legal C
-
- 03 Oct, 2002 8 commits
-
-
Eric Warmenhoven authored
Thu Oct 3 16:40:18 2002 Eric Warmenhoven <eric@warmenhoven.org> * gdk/gdkevents.c, gdk/linux-fb/gdkwindow-fb.c, gtk/gtkwindow-decorate.c: implement maximize for linux-fb * gdk/linux-fb/gdkkeyboard-fb.c: implement raw keyboard mode * gdk/linux-fb/Makefile.am, gdk/linux-fb/gdkdnd-fb.c, gdk/linux-fb/gdkmain-fb.c, gdk/linux-fb/gdkselection-fb.c, gdk/linux-fb/miarc.c, gdk/linux-fb/mifpolycon.c, gdk/linux-fb/miwideline.c, gdk/linux-fb/mizerclip.c, gdk/linux-fb/mizerline.c: small cleanups
-
Owen Taylor authored
Thu Oct 3 19:00:55 2002 Owen Taylor <otaylor@redhat.com> * gdk/x11/gdkselection-x11.c (gdk_selection_property_get): Fix error in computing length and a memory leak. (Fixes #94072, reported by Hema Seetharamaiah) * gtk/gtkmenu.c (gtk_menu_motion_notify): Fix &event used instead of event.
-
Matthias Clasen authored
-
Matthias Clasen authored
* Makefile.am gdk-pixbuf-animation.c gdk-pixbuf-data.c gdk-pixbuf-io.c gdk-pixbuf-io.h gdk-pixbuf-loader.c gdk-pixbuf-loader.h gdk-pixbuf-private.h gdk-pixbuf.h gdk-pixdata.c io-ani-animation.h io-ani.c io-bmp.c io-gif-animation.c io-gif-animation.h io-gif.c io-ico.c io-jpeg.c io-png.c io-pnm.c io-ras.c io-tga.c io-tiff.c io-wbmp.c io-xbm.c io-xpm.c pixbufloader_ani.def pixbufloader_bmp.def pixbufloader_gif.def pixbufloader_ico.def pixbufloader_jpeg.def pixbufloader_png.def pixbufloader_pnm.def pixbufloader_ras.def pixbufloader_tga.def pixbufloader_tiff.def pixbufloader_wbmp.def pixbufloader_xbm.def pixbufloader_xpm.def test-gdk-pixbuf.c gdk-pixbuf-animation.h queryloaders.c: Support for separately installed loaders. (#77486)
-
Owen Taylor authored
Thu Oct 3 18:25:57 2002 Owen Taylor <otaylor@redhat.com> * io-jpeg.c (gdk_pixbuf__jpeg_image_save): Fix memory leak. (#94399)
-
Kristian Rietveld authored
Thu Oct 3 23:53:43 2002 Kristian Rietveld <kris@gtk.org> * gdk/x11/gdkwindow-x11.c (_gdk_windowing_window_destroy): get XDisplay from window instead of display, as display has not been defined here (fixes the build).
-
Owen Taylor authored
Thu Oct 3 17:09:23 2002 Owen Taylor <otaylor@redhat.com> * gdk/x11/{gdkdrawable-x11.[ch],gdkpixmap-x11.c, gdkwindow-x11.c}: Restore the pre-Xft2 code to render text directly via RENDER, conditionalized with !HAVE_XFT2 so that we'll build again on Xft1 systems. (#90181)
-
Owen Taylor authored
Thu Oct 3 14:13:33 2002 Owen Taylor <otaylor@redhat.com> * gdk/gdkevents.c (gdk_event_new): Add a 'type' parameter, make public. * gdk/gdkevents.c (gdk_event_copy): Copy the screen. * gdk/gdkevents.c gdk/linux-fb/gdkmain-fb.c gdk/x11/gdkevents-x11.c gdk/win32/gdkevents-win32.c: _gdk_event_new() => gdk_event_new(). * gdk/win32/gdkevents-win32.c (real_window_procedure): Fix event_private->screen breakage that results from evil encapsulation breakage here. * gtk/gtkclist.c gtk/gtkcombo.c gtk/gtkcontainer.c gtk/gtkdialog.c gtk/gtkdnd.c gtk/gtkdrawingarea.c gtk/gtkimcontextsimple.c gtk/gtklist.c gtk/gtkmenu.c gtk/gtknotebook.c gtk/gtkplug.c gtk/gtkselection.c gtk/gtktext.c gtk/gtktreeitem.c gtk/gtktreeview.c gtk/gtkviewport.c gtk/gtkwindow-decorate.c gtk/gtkwindow.c tests/testgtk.c: Remove most usage of stack-allocated GdkEvent structures. * gtk/gtktreeview.c: Use a cut-and-paste of the full send_focus_event() from gtkwindow.c that does the necessary notification of the ::has-focus property and setting of the HAS_FOCUS flag.x * gtk/gtkdnd.c: Clean up some mess/duplicated code; removing an extraneous use of a GdkEvent.
-
- 02 Oct, 2002 3 commits
-
-
Owen Taylor authored
Wed Oct 2 17:46:53 2002 Owen Taylor <otaylor@redhat.com> * gdk/gdkdrawable.h gdk/gdkinternals.h gdk/gdkdraw.c gdk/gdkwindow.c gdk/gdkdrawable.c: Export _gdk_draw_pixbuf as gdk_draw_pixbuf(), rename the _draw_pixbuf virtual function to draw_pixbuf. (#60582) * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable[_alpha]): Note that these functions are obsolete in the docs. * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable): Remove all the sanity checks now we make it clear that it is obsolete name for gdk_draw_pixbuf(). * gdk/gdkpixmap.c gtk/gtkcellrendererpixbuf.c gtk/gtkimage.c gtk/gtkpixmap.c demos/testpixbuf-scale.c demos/testpixbuf.c tests/testrgb.c: Use gdk_draw_pixbuf() everywhere. * gtk/gtklabel.c (gtk_label_set_mnemonic_widget): Fix some warnings. * gdk/gdkinternals.h (struct _GdkEventPrivate): Fix missed bit from last gdk_event_get_screen() change. * gdk/gdkevents.c: Couple of small fixes.i
-
Owen Taylor authored
Wed Oct 2 17:36:42 2002 Owen Taylor <otaylor@redhat.com> * gdk/gdkevents.[ch] gdk/x11/gdkevents-x11.[ch]: Add gdk_screen_set_screen()/_get_screen() which (by evil hacks) work for for heap allocated events and fall back gracefully for stack allocated events.
-
Owen Taylor authored
Wed Oct 2 08:47:31 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtksettings.[ch]: Privately export: _gtk_settings_set_property_value_from_rc() _gtk_settings_reset_rc_values() so that we can reset settings set from RC files when reloading RC files. (#94610) * gtk/gtkrc.c: Hook up RC file setting resetting.
-
- 01 Oct, 2002 5 commits
-
-
Owen Taylor authored
Tue Oct 1 17:35:43 2002 Owen Taylor <otaylor@redhat.com> * gdkpixdata.c: Patch from Andy Wingo to always escape ? to avoid accidentally generating trigraphs in the output (#94631)
-
Manish Singh authored
Tue Oct 1 12:53:44 2002 Manish Singh <yosh@gimp.org> * gtk/gtkwindow-decorate.c gtkwindow.[ch]: Deprecation cleanup
-
jacob berkman authored
2002-10-01 jacob berkman <jacob@ximian.com> * gtk/gtkinvisible.c: * gtk/gtkclipboard.c: declare parent_class static
-
Stanislav Brabec authored
2002-10-01 Stanislav Brabec <sbrabec@suse.cz> * gtk/gtkimcontextsimple.c: Fixed alphabetical order (bug #91258).
-
Padraig O'Briain authored
* gtk/gtkmenu.c: Add gtk_menu_focus() so we do not waste time trying to focus a menu item. (bug #91258)
-
- 30 Sep, 2002 11 commits
-
-
Tor Lillqvist authored
2002-09-30 Tor Lillqvist <tml@iki.fi> * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_impl_win32_finalize): Set image->windowing_data to NULL, unref the image. (Late merge from stable.)
-
Owen Taylor authored
Mon Sep 30 15:45:49 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtklabel.c (gtk_label_set_mnemonic_widget): Make the reference to the mnemonic widget weak. (#93334, Murray Cumming)
-
Owen Taylor authored
Mon Sep 30 15:38:53 2002 Owen Taylor <otaylor@redhat.com> * gdk/gdkwindow.h: Remove a duplicate definition of gdk_set_sm_client_id().
-
Owen Taylor authored
Mon Sep 30 15:31:57 2002 Owen Taylor <otaylor@redhat.com> * gdk/gdkdisplay.c gdk/x11/gdkdisplay-x11.c gdk/gdkinternals.h: Set the client ID on all displays. (#85713) * gdk/gdkdisplay.h gkd/gdkinternals.h gdk/{linux-fb,win32,x11}/gdkmain-{fb,win32,x11}.c Privatize gdk_display_set_sm_client_id().
-
Owen Taylor authored
Mon Sep 30 14:46:49 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtkbindings.c (gtk_binding_set_new): Initialize ->parsed field. (#94536, patch from Sebastian Ritau. Maybe fixes #87411?)
-
Owen Taylor authored
Mon Sep 30 14:28:58 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtkwindow.[ch]: Add gtk_window_set_icon_from_file(), gtk_window_set_default_icon_from_file() convenience functions (#75178, suggestion from Havoc Pennington)
-
Daniel Elstner authored
2002-09-30 Daniel Elstner <daniel.elstner@gmx.net> * gtk/gtktextbuffer.c: Add construct-only property "tag_table" and make use of it in gtk_text_buffer_new(). (#70227)
-
Stanislav Brabec authored
2002-09-30 Stanislav Brabec <sbrabec@suse.cz> * gtk/gtkimcontextsimple.c: Completed ISO-8859-2 characters support (#93421), fixed cacute, umacron, completed dead_key+space convention.
-
Owen Taylor authored
Sun Sep 29 23:52:28 2002 Owen Taylor <otaylor@redhat.com> * ===== Released 2.1.0 ====== * NEWS: Updated
-
Owen Taylor authored
Sun Sep 29 20:20:26 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtktooltips.c (gtk_tooltips_event_handler): Disable tooltips for menu items with submenus .. they still don't really work properly. (Missed merge from stable)
-
Owen Taylor authored
Sun Sep 29 20:15:59 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtkwindow.c (gtk_window_move_resize): Clear initial_pos_set even if it only causes a move, not a resize as well. (Missed merge from stable, may fix #89562)
-
- 29 Sep, 2002 3 commits
-
-
Manish Singh authored
Sun Sep 29 14:22:47 2002 Manish Singh <yosh@gimp.org> * contrib/gdk-pixbuf-xlib/Makefile.am demos/Makefile.am demos/gtk-demo/Makefile.am: add deprecation compile flags * demos/testanimation.c demos/testpixbuf-save.c demos/testpixbuf.c demos/gtk-demo/*.c gdk-pixbuf/gdk-pixbuf-animation.c gdk-pixbuf/gdk-pixbuf.c: minor cleanups, getting rid of unnecessary casts
-
Manish Singh authored
Sun Sep 29 13:11:13 2002 Manish Singh <yosh@gimp.org> * gtk/gtktypeutils.h: use #defines instead of enum for GtkFundamentalType compat, to prevent 64-bit vs. 32-bit confusion (#90400)
-
Tor Lillqvist authored
2002-09-29 Tor Lillqvist <tml@iki.fi> * configure.in: Instead of forcing -fnative-struct into CFLAGS when using gcc for Win32, check for gcc version 3.x which uses -mms-bitfields instead. Also check if either of these switches is actually available at all, and warn if not. Thanks to Soren Andersen for the inspiration. (#93965)
-