- 28 Nov, 2001 6 commits
-
-
Matthias Clasen authored
* gtk/gtkwindow.c (gtk_window_move): Add markup to docs.
-
Matthias Clasen authored
gdk/tmpl/pixmaps.sgml, gdk/tmpl/drawing.sgml, gdk/tmpl/gcs.sgml: Updates.
-
Matthias Clasen authored
-
Matthias Clasen authored
* gdk/gdkcursor.h: Directly include the contents of gdkcursors.h in the GdkCursorType enum. * gdk/gdkcursors.h: Deleted. * gdk/gdkkeysyms.h: Remove XFree86-specific keysyms, add header boilerplate. * gdk/Makefile.am: Remove the X-derived-headers rule. * gdk/tmpl/cursors.sgml: Document GdkCursor and standard cursors.
-
Carlos Perell Marn authored
2001-11-28 Carlos Perelló Marín <carlos@gnome-db.org> * es.po: Some fixes.
-
Owen Taylor authored
Tue Nov 27 20:17:55 2001 Owen Taylor <otaylor@redhat.com> * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_activate): Notify on the ::active property _here_, not in gtk_check_menu_item_set_active.
-
- 27 Nov, 2001 1 commit
-
-
Jonathan Blandford authored
Mon Nov 26 19:11:18 2001 Jonathan Blandford <jrb@redhat.com> * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_class_init): add 2 properties (PIXBUF_EXPANDER_OPEN and PIXBUF_EXPANDER_CLOSED)
-
- 26 Nov, 2001 3 commits
-
-
Owen Taylor authored
Sun Nov 25 21:19:02 2001 Owen Taylor <otaylor@redhat.com> * gdk/x11/gdkgeometry-x11.c: Add long, but horribly sketchy comment about what is going on in this file. * gdk/x11/gdkgeometry-x11.c (gdk_window_compute_position): Fix x/y problem.
-
Akira TAGOH authored
2001-11-26 Akira TAGOH <tagoh@redhat.com> * Makefile.am (libgdk_pixbuf_xlib_1_3_la_LDFLAGS): Added -version-info.
-
Owen Taylor authored
Sun Nov 25 18:59:19 2001 Owen Taylor <otaylor@redhat.com> * gtk/gtkoptionmenu.c (gtk_option_menu_calc_size): Calculate size based on the _child_ of the menu item, not the menuitem. (#65005, Damon Chaplin) * gtk/gtklistitem.c (gtk_list_item_new_with_label): Add some extra vertical padding to the label widget ... restores GTK+-1.2 spacing. (#65085, Damon Chaplin.)
-
- 25 Nov, 2001 2 commits
-
-
Tor Lillqvist authored
2001-11-26 Tor Lillqvist <tml@iki.fi> * demos/pixbuf-demo.c * demos/gtk-demo/pixbufs.c: M_PI -> G_PI. * demos/gtk-demo/main.c (read_line): No flockfile() or getc_unlocked() on Win32. 2001-11-25 Tor Lillqvist <tml@iki.fi> * configure.in * acconfig.h: As we now use GDir, no need to check for dirent.h.
-
Kristian Rietveld authored
Sun Nov 25 23:18:39 2001 Kristian Rietveld <kristian@planet.nl> * gtk/gtktexttag.c (gtk_text_tag_set_property): free font_desc when finished (#65266) Sun Nov 25 23:16:29 2001 Kristian Rietveld <kristian@planet.nl> * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_list): free data after we set the property. (#65264) Sun Nov 25 23:14:06 2001 Kristian Rietveld <kristian@planet.nl> * gtk/gtkbutton.c: add destroy method so label_text gets freed if it has been allocated (#65268)
-
- 24 Nov, 2001 7 commits
-
-
Manish Singh authored
Sat Nov 24 13:39:51 2001 Manish Singh <yosh@gimp.org> * gdk/linux-fb/gdkdrawable-fb2.c * gdk/linux-fb/gdkpango-fb.c: update to latest Pango API * gdk/linux-fb/gdkwindow-fb.c: implement gdk_window_show_unraised * gdk/linux-fb/gdkfont-fb.c (gdk_font_load): plug memleak on set_family * gdk/linux-fb/gdkfbswitch.c: minor cleanups
-
Kristian Rietveld authored
Sat Nov 24 22:05:27 2001 Kristian Rietveld <kristian@planet.nl> * gtk/gtkmenushell.c (gtk_menu_shell_button_release): don't deactivate menu when menu_item isn't sensitive (#61389)
-
Owen Taylor authored
Sat Nov 24 13:19:58 2001 Owen Taylor <otaylor@redhat.com> * nl.po: Fix invalid UTF-8.
-
Kristian Rietveld authored
Sat Nov 24 15:35:26 2001 Kristian Rietveld <kristian@planet.nl> * gtk/gtktreemodel.c (gtk_tree_model_foreach): free path before we return (in case of a failure here)
-
Owen Taylor authored
Fri Nov 23 19:22:50 2001 Owen Taylor <otaylor@redhat.com> * gtk/gtknotebook.c: Handle events in windows other than widget->event_window properly. (#65079, reported by Damon Chaplin) * gdk/gdkevents.c (gdk_event_get_coords): Fix x/y bug.
-
Owen Taylor authored
Fri Nov 23 18:57:46 2001 Owen Taylor <otaylor@redhat.com> * gtk/gtkmessagedialog.c (gtk_message_dialog_init): Align the image at the top, #65020, request from Seth Nickell)
-
Dirk-Jan C. Binnema authored
-
- 23 Nov, 2001 6 commits
-
-
Owen Taylor authored
Fri Nov 23 18:49:53 2001 Owen Taylor <otaylor@redhat.com> * gtk/{gtkclist,gtkctree.c} (draw_row): Remove some strange arithmetic that was resulting in rows being drawn too low. (#65001, reported by Damon Chaplin)
-
Owen Taylor authored
Fri Nov 23 18:36:42 2001 Owen Taylor <otaylor@redhat.com> * gtk/gtkrange.c (gtk_range_button_press): Offset invalidated range correctly. * gtk/gtkclist.c (hadjustment_value_changed): Fix scrolling of title window. (#65001, reported by Damon Chaplin) * gtk/gtkcombo.c (gtk_combo_button_event_after): Replace horrible hack with use of ::event_after.
-
Owen Taylor authored
Thu Nov 22 15:01:03 2001 Owen Taylor <otaylor@redhat.com> * Version 1.3.11 * configure.in (ATK_REQUIRED_VERSION): Require GLib-1.3.11, Pango-0.22, ATK-0.7. * tests/prop-editor.c (property_widget): Restore to working as well as it did before. * gtk/gtklistitem.h: Mark deprecated since it is an integral part of GtkList. * demos/gtk-demo/demo-common.h: New header file, for a common functions not important to the meat of the demos. * demos/gtk-demo/main.c (demo_ifind_file): Add a utility function to search for a file used by the demo. * demos/*.c: Use demo_find_file.
-
Owen Taylor authored
Fri Nov 23 15:12:07 2001 Owen Taylor <otaylor@redhat.com> * gtk/Makefile.am (content_files): Add windows.sgml * gdk/tmpl/cursors.sgml: Revert last diff to get things to build.
-
Matthias Clasen authored
* gtk/gtktextbuffer.c (gtk_text_buffer_create_tag), gtk/gtkruler.c (gtk_ruler_get_metric): Actually commit typo fixes already mentioned in ChangeLog entry on 2001-11-14. * docs/reference/gdk/tmpl/drawing.sgml: Minor markup fixes.
-
Hans Breuer authored
2001-11-23 Hans Breuer <hans@breuer.org> * gdk/win32/gdkfont-win32.c (gdk_font_from_description) : reflect Pango API change * gtk/gtk.def : updated externals * gtk/gtkfixed.c (gtk_fixed_get_has_window) : use g_return_val_if_fail() to avoid 'function must return a value' * gtk/gtkrc.c : added spaces to fix small coding style issues * gtk/gtkwidget.c : ... and linebreaks. Also a static for 'static correctness' * gtk/makefile.msc.in : temporary(?) disable gtk<plug|socket> because they only can be build on win32 after applying my patch
-
- 22 Nov, 2001 1 commit
-
-
Matthias Clasen authored
* gdk/tmpl/event_structs.sgml: Add better explanation of proximity events. * gdk/tmpl/cursors.sgml: Document GdkCursor and standard cursors. * gdk/images/*.png: The standard X cursors as pngs. * gdk/Makefile.am (HTML_IMAGES): Add the images.
-
- 21 Nov, 2001 7 commits
-
-
Tim Janik authored
Wed Nov 21 22:55:37 2001 Tim Janik <timj@gtk.org> * gtk/gtkbutton.c (gtk_button_map): raise event window afte children, in order for the input pnly window to stay *above* children. Wed Nov 21 22:44:27 2001 Tim Janik <timj@gtk.org> * tests/testtreeview.c: make hackery worse ;) by checking fundamental type walks againts G_TYPE_FUNDAMENTAL_MAX. * tests/prop-editor.c: disable type hackery.
-
Owen Taylor authored
Wed Nov 21 17:41:39 2001 Owen Taylor <otaylor@redhat.com> * gdk/gdkimage.c (gdk_image_get): Fix problem with lost parameter.
-
Owen Taylor authored
Wed Nov 21 17:01:25 2001 Owen Taylor <otaylor@redhat.com> * gtk/gtkcellrenderer.h gtk/gtktreemodel.h gtk/gtktreeprivate.h gtk/gtktreesortable.h: Remove trailing commas in enum declarations.
-
Owen Taylor authored
Wed Nov 21 15:21:26 2001 Owen Taylor <otaylor@redhat.com> * configure.in (GTK_MICRO_VERSION): Version 1.3.11, interface, binary age 0. * NEWS: Updates * gtk/gtktreemodel.c gtk/gtkrc.c gtk/gtkentry.c: SGML fixes in docs. * gtk/gtkmain.h: Remove unused and misnamespaced get_gtk_win32_directory() prototype. * gdk/gdkimage.c (gdk_image_get): Fix parameter names to match header. * gdk/gdkwindow.h: Fix parameters to gdk_window_shape_combine_mask(), gdk_window_set_transient_for(), gdk_window_set_geometry_hints(), to match docs. * gdk/gdkevents.c (gdk_event_get_coords) gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_get_active) gtk/gtkdnd.c (gtk_drag_set_icon_stock): Fix parameter names in docs. * docs/faq/Makefile.am (FAQ_FILES): Add missing files. (#64961, Akira Tagoh)
-
Owen Taylor authored
Wed Nov 21 15:57:29 2001 Owen Taylor <otaylor@redhat.com> * gtk/gtk-sections.txt: Updates * gtk/tmpl/gtkstock.sgml: Close end tags. * gtk/gtk.types: Remove interface types which gtk-doc can't handle currently. * gtk/tmpl/gtknotebook.sgml: Fix some garbage in file. * gdk/tmpl/x_interaction.sgml: Fix SGML errors. * gdk/gdk-overrides.txt gdk/gdk-sections.txt: Updates.
-
Owen Taylor authored
Wed Nov 21 11:41:29 2001 Owen Taylor <otaylor@redhat.com> * tests/testgtk.c (create_tooltips): Ref-sink the tooltips object. * gtk/gtktoolbar.c (gtk_toolbar_init): Ref-sink the tooltips object. * gtk/gtkfilesel.c (open_new_dir): Fix some constness warnings. * gtk/gtkaccelgroup.c: Rename gtk_accel_groups_from_acceleratable() back to gtk_accel_groups_from_object(), change @acceleratable parameter to gtk_accel_groups_activate() accordingly. * gtk/gtkaccelmap.c (gtk_accel_map_lookup_entry): Remove left-over comment about quark return. * gtk/gtkaccelmap.h: Fix spelling of gtk_accel_map_foreach_unfiltered(). * gtk/gtk-boxed.defs (GtkIconSource): added as a boxed type. (Patch from Matt Wilson) * gtk/gtkobject.c (gtk_object_finalize): Warn if a floating object is finalized.
-
Havoc Pennington authored
2001-11-20 Havoc Pennington <hp@pobox.com> * gtk/tmpl/gtkwindow.sgml: fix docs for gtk_window_set_policy() to reflect existence of gtk_window_set_resizable()
-
- 20 Nov, 2001 6 commits
-
-
Tim Janik authored
Tue Nov 20 21:25:08 2001 Tim Janik <timj@gtk.org> * applied patch from owen to get rid of accel map notifiers. changed things to fix reentrancy and API as discussed on gtk-devel. * gtk/gtkaccelgroup.[hc]: (gtk_accel_group_finalize): unregister this accel group from all accel map paths. (accel_closure_invalidate): handle invalidation of closures by disconnecting their accelerators. (quick_accel_add): move closure connection and changed notification into this function to reduce code duplication. don't emit change notification on closurers without accelerators. (quick_accel_remove): rewrite, do the exact opposite of quick_accel_add for a GtkAccelGroupEntry. (gtk_accel_group_connect): get rid of the accel_path_quark argument. (gtk_accel_group_connect_by_path): new function to add accelerators with an accel path. (gtk_accel_group_disconnect_closure): new function, disconnect a closure from of an accel group. (gtk_accel_group_disconnect): loop over all closure for a accel_ley, accel_mods pair and remove them. (_gtk_accel_group_reconnect): new function that basically does gtk_accel_group_disconnect_closure() and gtk_accel_group_connect_by_path() once an accel path changed. (gtk_accel_groups_disconnect_closure): remove this, there's gtk_accel_group_disconnect_closure(). * gtk/gtkaccelmap.[hc]: keep list of accel groups per entry now, nuke notifiers. (_gtk_accel_path_is_valid): make this non-static for gtkwidget.c and gtkaccelgroup.c assertions. (gtk_accel_map_add_notifer): removed this function. (gtk_accel_map_remove_notifer): same. (_gtk_accel_map_add_group): (_gtk_accel_map_remove_group): (un-)register accel groups, with accel paths for correct propagation. (gtk_accel_map_add_entry): return void. (gtk_accel_map_lookup): return gboolean instead of GQuark. * gtk/gtkitemfactory.c (gtk_item_factory_add_foreign): always set accel_path on widgets. * gtk/gtkwidget.[hc]: (accel_path_changed): got rid of this, changes are handled by accel maps internally now. (_gtk_widget_set_accel_path): get things to work without notifiers. (gtk_widget_list_accel_closures): list accel closures of a widget. * gtk/gtkwindow.[hc]: rename ::accels_changed, to ::keys_changed.
-
Matthias Clasen authored
* gtk/gtkcontainer.c (gtk_container_propagate_expose): Typo fix. * gdk/tmpl/event_structs.sgml: Small fixes.
-
Kristian Rietveld authored
Tue Nov 20 23:01:01 2001 Kristian Rietveld <kristian@planet.nl> * gtk/gtktreemodel.c (gtk_tree_row_reference_unref_path): replace gboolean free_last in the function parameters with gint depth. Changes to reflect new situation. * gtk/gtktreemodel.c (gtk_tree_row_reference_unref_path_helper): replace gboolean free_last, with gint depth, add gint current_depth. Changes to reflect new situation. * gtk/gtktreemodel.c (gtk_tree_row_ref_deleted_callback): changes to reflect new situation * gtk/gtktreemodel.c (gtk_tree_row_reference_free): ditto
-
Owen Taylor authored
Tue Nov 20 12:37:10 2001 Owen Taylor <otaylor@redhat.com> * gtk/gtknotebook.c (gtk_notebook_paint): Fix problem where notebook gap was double shifted by allocation.x/y * gtk/gtknotebook.c (gtk_notebook_unmap): Chain up to unmap children.
-
Tim Janik authored
Tue Nov 20 14:49:59 2001 Tim Janik <timj@gtk.org> * gtk/gtkvpaned.c (gtk_vpaned_size_allocate): fix allocation to be relative to paned->allocation, now that this is a NO_WINDOW widget. * gtk/gtkhpaned.c (gtk_hpaned_size_allocate): same here. * gtk/gtkaccellabel.c (gtk_accel_label_class_init): ::closure needs to be a boxed property.
-
Sven Neumann authored
-
- 19 Nov, 2001 1 commit
-
-
Kwok-Koon Cheung authored
-