summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Add some missing files.Owen Taylor2002-10-143-1/+8
| | | | | | | | Mon Oct 14 19:34:26 2002 Owen Taylor <otaylor@redhat.com> * gdk/Makefile.am (content_files) gdk-pixbuf/Makefile.am (content_files): Add some missing files.
* Update.Owen Taylor2002-10-1415-58/+70
| | | | | | | | | | Mon Oct 14 19:16:16 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtk-sections.txt: Update. * gdk/tmpl/images.sgml gtk/tmpl/gtkmain.sgml gtk/tmpl/gtkselection.sgml: Remove docs that were moved the the C files.
* Dist the xml/*.xml, not sgml/*.sgml. (#95678, Owen Taylor)Matthias Clasen2002-10-142-2/+9
| | | | | | | * gdk-pixbuf/Makefile.am (dist-hook): * gdk/Makefile.am (dist-hook): * gtk/Makefile.am (dist-hook): Dist the xml/*.xml, not sgml/*.sgml. (#95678, Owen Taylor)
* Adapt to latest gtk-doc changes.Matthias Clasen2002-10-144-9/+26
|
* Documentation fixes.Soeren Sandmann2002-10-1333-201/+754
| | | | | | | | | | | | | | | | | Sun Oct 13 18:50:14 2002 Soeren Sandmann <sandmann@daimi.au.dk> * gtkmenu.c, gtkmenu.sgml, gtkitemfactory.c, gdkwindow.c, gtkwindow.c, gtkpaned.sgml, gtkdialog.c, gtkbox.h, gtkbutton.sgml, gtktreemodel.sgml,gtktable.sgml, gtktable.c: Documentation fixes. #85719, #90759, #95169, Owen Taylor; #89221, Yao Zhang, Matthias Clasen; #95592, Joost Faassen; #92637, Vitaly Tishkov; #94616, Ben Martin; #94772, sbaillie@bigpond.net.au;
* Lots of trivial doc fixes.Matthias Clasen2002-10-117-40/+41
|
* Documentation updates.Matthias Clasen2002-10-114-13/+55
|
* Documentation updates.Matthias Clasen2002-10-111-0/+4
|
* Documentation improvements.Matthias Clasen2002-10-102-4/+60
|
* docs/reference/gtk/tmpl/gtkfontseldlg.sgml, gdk/gdkwindow.c,Soeren Sandmann2002-10-051-5/+9
| | | | | | | | | | | | | | | Sat Oct 5 16:47:03 2002 Soeren Sandmann <sandmann@daimi.au.dk> * docs/reference/gtk/tmpl/gtkfontseldlg.sgml, gdk/gdkwindow.c, gdk/x11/gdkwindow-x11.c, gtk/gtkfontsel.h, gtk/gtkimcontext.c, gtk/gtktreeview.c, gtk/gtktreeviewcolumn.c Documentation fixes: #75170, Dan Winship; #73220, Havoc Pennington; #70742, Boris Shingarov; #72007, Alexey A. Malyshev
* remove unused codepath.Soeren Sandmann2002-10-0415-210/+203
| | | | | | | | | | 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().
* Add a check for the Xrandr extension.Owen Taylor2002-10-041-0/+7
| | | | | | | | | | | | | | 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
* Adjustments for recent gdk-pixbuf changes.Matthias Clasen2002-10-033-17/+179
|
* ===== Released 2.1.0 ======GTK_2_1_0Owen Taylor2002-09-3011-59/+43
| | | | | | | | Sun Sep 29 23:52:28 2002 Owen Taylor <otaylor@redhat.com> * ===== Released 2.1.0 ====== * NEWS: Updated
* Minor documentation fixes. (#80021, Yao Zhang; #75567, #75279, VitalySoeren Sandmann2002-09-2812-46/+73
| | | | | | | | | 2002-09-01 Soeren Sandmann <sandmann@daimi.au.dk> * gtk/gtkimcontext.c, gtk/gtktreeviewcolumn.c: Minor documentation fixes. (#80021, Yao Zhang; #75567, #75279, Vitaly Tishkov)
* Doc twiddleOwen Taylor2002-09-241-1/+0
|
* Privatize gtk_selection_request, gtk_selection_incr_eventOwen Taylor2002-09-231-1/+1
| | | | | | | | | | | | | Mon Sep 23 19:49:11 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtkselection.[ch] gtk/gtkwidget.c gtk/gtkmain.c: Privatize gtk_selection_request, gtk_selection_incr_event gtk_selection_notify, gtk_selection_property_notify. Add doc note about future deprecation of gtk_selection_clear() which. (#85683) * gtk/gtkoldeditable.c (gtk_old_editable_selection_clear): Chain up, rather than calling gtk_selection_clear().
* Restore back to the default format instead of an empty format.Owen Taylor2002-09-231-1/+2
| | | | | | | | | | | Mon Sep 23 18:53:35 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtkprogressbar.c (gtk_progress_bar_set_text): Restore back to the default format instead of an empty format. * gtk/gtkprogress.c (gtk_progress_set_format_string): Make NULL restore back to the default format.
* call gtk_widget_ensure_style() before reading "button_relief". FixesSoeren Sandmann2002-09-072-0/+2
| | | | | | | | Sat Sep 7 21:24:55 2002 Soeren Sandmann <sandmann@daimi.au.dk> * gtk/gtktoolbar.c (get_button_relief): call gtk_widget_ensure_style() before reading "button_relief". Fixes (#92741).
* docs/reference/gtk/tmpl/gtkdialog.sgmlSoeren Sandmann2002-09-0115-88/+100
| | | | | | | | | | | | | | | | | | | 2002-09-01 Soeren Sandmann <ssp@localhost.localdomain> * docs/reference/gtk/tmpl/gtkdialog.sgml docs/reference/gtk/tmpl/gtkhbbox.sgml docs/reference/gtk/tmpl/gtkvbbox.sgml docs/reference/gtk/tmpl/gtktogglebutton.sgml docs/reference/gtk/tmpl/gtktreeselection.sgml gtk/gtktextbuffer.c gtk/gtktogglebutton.c gtk/gtktreesortable.c Minor documentation fixes: #79107, #82854, #76398, Vitaly Tishkov; #88627, Brian Tarricone; #81046, Owen Taylor
* cleanupsBST 2002 Tony Gale2002-08-262-98/+461
| | | | | | | | | Mon Aug 26 12:21:16 BST 2002 Tony Gale <gale@gtk.org> * docs/tutorial/package-db-tutorial.sh: cleanups * docs/tutorial/gtk-tut.sgml: new content for the ItemFactory section. Originally from Robert Cleaver Ancell.
* update packaging script for current tutorialBST 2002 Tony Gale2002-08-2532-23/+159278
| | | | | | | | | | Sun Aug 25 11:58:27 BST 2002 Tony Gale <gale@gtk.org> * docs/tutorial/package-db-tutorial.sh: update packaging script for current tutorial * docs/tutorial/images/*.eps: New Files EPS versions of the tutorial images
* update g_connect_signal usageBST 2002 Tony Gale2002-08-242-74/+75
| | | | | | | | | Sat Aug 24 12:46:37 BST 2002 Tony Gale <gale@gtk.org> * docs/tutorial/gtk-tut.sgml, examples/*: update g_connect_signal usage * docs/faq/gtk-faq.html: spelling/grammar fixes
* minor menu example comment fix (feeling my way back in after a longTony Gale2002-08-151-3/+3
| | | | | | * docs/tutorial/gtk-tut.sgml, examples/menu/menu.c: minor menu example comment fix (feeling my way back in after a long absence)
* Remove gdk_screen_close, add a section for GdkDisplayManager, addMatthias Clasen2002-08-122-1/+28
| | | | | | | | | | | | * gdk/gdk-sections.txt: Remove gdk_screen_close, add a section for GdkDisplayManager, add gdk_visual_get_screen and gdk_colormap_get_screen. * gdk/gdkdisplaymanager.c: * gdk/gdkdisplay.c (gdk_pointer_ungrab): Fix doc comments. * gdk/x11/gdkcolor-x11.c (gdk_colormap_get_screen): * gdk/x11/gdkimage-x11.c (gdk_image_new_bitmap): Make parameter names match those in the header file, to silence gtk-doc.
* Minor documentation fixesSoren Sandmann2002-08-1022-121/+144
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2002-08-10 Soren Sandmann <sandmann@daimi.au.dk> * docs/reference/gtk/tree_widget.sgml, docs/reference/gtk/tmpl/gtkdialog.sgml, docs/reference/gtk/tmpl/gtkentry.sgml, docs/reference/gtk/tmpl/gtkfilesel.sgml, docs/reference/gtk/tmpl/gtkfontsel.sgml, docs/reference/gtk/tmpl/gtkfontseldlg.sgml, docs/reference/gtk/tmpl/gtktreemodel.sgml, docs/reference/gtk/tmpl/gtkwidget.sgml, gdk/x11/gdkdisplay-x11.c, gtk/gtkbbox.c, gtk/gtkbox.c, gtk/gtkbutton.c, gtk/gtkcellrenderer.c, gtk/gtkcellrendererpixbuf.c, gtk/gtkcellrenderertext.c, gtk/gtkcheckmenuitem.c, gtk/gtkcontainer.c, gtk/gtkcurve.c, gtk/gtkdialog.h, gtk/gtkentry.c, gtk/gtkfilesel.c, gtk/gtkfontsel.c, gtk/gtkframe.c, gtk/gtkhandlebox.c, gtk/gtkiconfactory.c, gtk/gtkimage.c, gtk/gtkinvisible.c, gtk/gtkitemfactory.c, gtk/gtklabel.c, gtk/gtklayout.c, gtk/gtkmenu.c, gtk/gtkprogress.c, gtk/gtkprogressbar.c, gtk/gtkscrolledwindow.c, gtk/gtksizegroup.c, gtk/gtktable.c, gtk/gtktextiter.c, gtk/gtktexttag.c, gtk/gtktexttag.h, gtk/gtktextview.c, gtk/gtktogglebutton.c, gtk/gtktoolbar.c, gtk/gtktreemodel.c, gtk/gtktreeselection.c, gtk/gtktreestore.c, gtk/gtktreeview.c, gtk/gtktreeviewcolumn.c, gtk/gtkviewport.c, gtk/gtkwidget.c, gtk/gtkwidget.h, gtk/gtkwindow.c: Minor documentation fixes (#89254, patch from Brett Nash; #85809, patch from daten@dnetc.org; #76391, patch from Ross Burton; #74559, Manuel Clos; #73569, #72005, Alexey A. Malyshev; #70061, patch from Dennis Bj"orklund; #64566, #63388, #58328, #57499, #81007, #77349, Vitaly Tishkov; #78932, Vitaly Tishkov, patch from Ross Burton; #73306)
* Remove gtk_style_get_font_for_display.Matthias Clasen2002-08-072-1/+4
| | | | * gtk/gtk-sections.txt: Remove gtk_style_get_font_for_display.
* Start implementing display/screen closing scheme; keep a flag for whetherOwen Taylor2002-08-011-13/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Thu Aug 1 11:26:03 2002 Owen Taylor <otaylor@redhat.com> * gdk/gdkdisplay.[ch] gdk/gdkscreen.[ch] gdkinternals.h: Start implementing display/screen closing scheme; keep a flag for whether displays and screens are closed, call g_object_run_dispose(). Remove public gdk_screen_close(). * gdk/x11/gdkdisplay-x11.c gdk/x11/gdkscreen-x11.c: Add dispose() methods; move appropriate parts of the finalize there. * gdk/x11/gdkcolor-x11.c gdk/x11/gdkimage-x11.c gdk/x11/gdkmain-x11.c gdk/x11/gdkpango-x11.c gdk/x11/gdkpixmap-x11.c gdk/x11/gdkproperty-x11.c gdk/x11/gdkselection-x11.c gdk/x11/gdkwindow-x11.c: Start of making everything correctly ignore operations when a display has been closed. * gdk/x11/gdkwindow-x11.c (gdk_window_get_decorations): Handle decorations == NULL. * gdk/x11/gdkcolor-x11.c (gdk_colormap_remove): Remove unnecessary hash table creation. * gdk/x11/gdkinput.c gdk/x11/gdkinput-x11.c gdk/win32/gdkinput.c Fix up gdk_device_get_history - handle events, n_events == NULL, etc. * gdk/x11/gdkproperty-x11.c (gdk_property_get): Handle failure better. * gdk/x11/gdkselection-x11.c (gdk_selection_property_get): Handle failure better, handle data == NULL, move docs here, remove an excess round trip by asking for all selection data at once. * gdk/gdkselection.c gdk/win32/{x11,win32}/gdkselection-{x11,win32}.c gdk/{x11,win32}/gdkmain-{x11,win32}.c gdk/gdkdisplay.c: Move gdk_text_property_to_text_list(), gdk_string_to_compound_text(), gdk_display_set_sm_client_id() to display-independent part of GDK. * gdk/Makefile.am (gdk_c_sources): Sort gdkdisplay/screen.[ch] into the right place.
* Fix up the example program a bit. (#88814, Johnson Wong)Owen Taylor2002-07-302-3/+10
| | | | | | | Mon Jul 29 22:36:06 2002 Owen Taylor <otaylor@redhat.com> * gtk/tmpl/gtkfilesel.sgml: Fix up the example program a bit. (#88814, Johnson Wong)
* Don't use GTK_RC_FILES, since it causes problems with what KDE (etc.) doesOwen Taylor2002-07-241-1/+1
| | | | | | | | Wed Jul 24 16:43:49 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtkrc.c docs/references/tmpl/gtkrc.sgml: Don't use GTK_RC_FILES, since it causes problems with what KDE (etc.) does to customize GTK+ themes, use GTK2_RC_FILES instead. (#88987)
* fixed the example code (return TRUE from the expose_event handler).Sven Neumann2002-07-162-0/+7
| | | | | | | 2002-07-16 Sven Neumann <sven@gimp.org> * gdk/tmpl/rgb.sgml: fixed the example code (return TRUE from the expose_event handler).
* Load-at-size functionality for gdk-pixbuf.Matthias Clasen2002-07-065-28/+59
|
* Fix for failure of gdk_pixbuf_xlib_get_from_drawable if sourceBill Haneman2002-07-019-34/+34
| | | | drawable is root window.
* Renames:Owen Taylor2002-06-205-30/+50
| | | | | | | | | | | Thu Jun 20 19:41:09 2002 Owen Taylor <otaylor@redhat.com> * gdk/gdkdisplay.h gdk/gdkscreen.h gdk/**.c gtk/*.c tests/*.c: Renames: gdk_get_default_display => gdk_display_get_default gdk_get_default_screen => gdk_screen_get_default gdk_open_display => gdk_display_open
* Add a singleton object that we can use to get notification when displaysOwen Taylor2002-06-204-28/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | Thu Jun 20 16:49:00 2002 Owen Taylor <otaylor@redhat.com> * gdk/gdkdisplaymanager.[ch] gdk/gdk.[ch] gdk/gdkdisplay.c gdk/gdkinternals.h gdk/x11/gdkdisplay-x11.c gdk/win32/gdkdisplay-win32.c: Add a singleton object that we can use to get notification when displays appear / disappear or the default display changes. gdk_set_default_display() => gdk_display_manager_set_default_display() gdk_list_displays() => gdk_display_manager_list_displays(). (#85696) * gdk/Makefile.am gdk/gdkmarshalers.list: Add marshaler generation. * gdk/gdkintl.h: Add this. * gtk/gtkmain.c: Add gtk_parse_args() that initializes GTK+ without opening a display. * gtk/gtkmain.c: Set things up so if a module exports gtk_module_init() and gtk_module_display_init(), then we treat it as multihead aware, otherwise, we only initialize it after the default display is set.
* Make the core pointer object per-display. (#85698)Owen Taylor2002-06-181-3/+1
| | | | | | | | | | Tue Jun 18 19:11:51 2002 Owen Taylor <otaylor@redhat.com> * gdk/gdkdisplay.[ch] gdk/gdkevents.c gdk/gdkinput.h gdk/gdkinternals.h gdk/win32/gdkevents-win32.c gdk/win32/gdkinput-win32.[ch] gdk/x11/gdkevents-x11.c gdk/x11/gdkinput{,-none,-x11}.c gdk/x11/gdkinputprivate.h: Make the core pointer object per-display. (#85698)
* Fix for cursor screen => display change.Owen Taylor2002-06-183-5/+10
| | | | | | | Tue Jun 18 17:02:48 2002 Owen Taylor <otaylor@redhat.com> * gdk/gdk-sections.txt: Fix for cursor screen => display change.
* Fix so that the encoding of the filename is handled properly in the caseOwen Taylor2002-06-131-4/+2
| | | | | | | | | | | | | Thu Jun 13 12:24:09 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtkfilesel.c (gtk_file_selection_set_filename): Fix so that the encoding of the filename is handled properly in the case of non-UTF-8 filesystems; document the encoding. (#83386, Sebastian Ritau) * gtk/gtkfilesel.c (filenames_drag_get): Remove debug printf. Fix UTF-8 / filename encoding confusion.
* Fix sizing bug.Jonathan Blandford2002-06-0815-94/+110
| | | | | | | | | | | Fri Jun 7 23:11:42 2002 Jonathan Blandford <jrb@gnome.org> * gtk/gtktreeview.c (gtk_tree_view_real_expand_row): Fix sizing bug. * docs/reference/gtk/tmpl/gtkbutton.sgml: Remove ^M's. Not sure why all the docs updated.
* Changes multihead reorganizing code for win32 support, mostly from a patchOwen Taylor2002-06-061-26/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Wed Jun 5 18:34:47 2002 Owen Taylor <otaylor@redhat.com> Changes multihead reorganizing code for win32 support, mostly from a patch by Hans Breuer. * gdk/gdkcolor.c gdk/x11/gdkcolor-x11.c gdk/gdkcursor.c gdk/x11/gdkcursor-x11.c gdk/gdkevents.c gdk/x11/gdkevents-x11.c gdk/gdkfont.c gdk/x11/gdkfont-x11.c gdk/gdkkeys.c gdk/x11/gdkkeys-x11.c gdk/gdkimage.c gdk/x11/gdkimage-x11.c gdk/gdkscreen.c gdk/x11/gdkmain-x11.c gdk/gdkdisplay.c gdk/gdkevents-x11.c gdk/gdkpango.c gdk/x11/gdkpango-x11.c gdk/gdkselection.c gdk/x11/gdkselection-x11.c gdk/gdkwindow.c gdk/x11/gdkwindow-x11.c gdk/gdkvisual.c gdk/x11/gdkvisual-x11.c: Move port-independent singlehead wrapper functions into port-independent part of GDK. (#80009) * gdk/win32/gdkcolor-win32.c gdk/win32/gdkcursor-win32.c gdk/win32/gdkevents-win32.c gdk/win32/gdkfont-win32.c gdk/win32/gdkimage-win32.c gdk/win32/gdkkeys-win32.c gdk/win32/gdkmain-win32.c gdk/win32/gdkproperty-win32.c gdk/win32/gdkselection-win32.c gdk/win32/gkwindow-win32.c: Turn singlehead functions into "multihead" functions that ignore their GdkDisplay or GdkScreen arguments. * gdk/win32/gdkdrawable-win32.c gdk/win32/gdkevents-win32.c gdk/win32/gdkinput-win32.c gdk/win32/gdkprivate-win32.h: Misc multihead-compatibility changes. * gtk/gtk.def gdk/gdk.def: Update for multihead functions. * gdk/gdkcolormap.h gdk/gdkvisual.h gdk/x11/gdkcolormap-x11.c gdk/x11/gdkvisual-x11.c: Remove the screen fields from the public parts of the colormap/visual structures, add accessors instead. * gdk/gdkpixbuf-render.c gdk/gdkpixmap.c gdk/gdkrgb.c gdk/x11/gdkcolormap-x11.c gdk/x11/gdkimage-x11.c gdk/x11/gdkimage-x11.c gdk/x11/gdkprivate-x11.h gtk/gtkgc.c gtk/gtkstyle.c gtk/gtkwidget.c: Use accessors to get the screen for colormaps, visuals; move the fields into the private structures for the x11 backend. * gdk/gdkdisplay.[ch] gdk/x11/gdkdisplay-x11.[ch] gdk/gdkscreen.[ch] gdk/x11/gdkscreen-x11.c: Remove virtualization of screen and display functions. (#79990, patch from Erwann Chenede) * gdk/win32/gdkdisplay-x11.c gdk/win32/gdkscreen-win32.c gdk/win32/{Makefile.am, makefile.msc, makefile.mingw}: New files containing stub implementations of Display, Screen functions. * gdk/x11/gdkscreen-x11.[ch] gdk/x11/gdkdisplay-x11.[ch] gdk/x11/gdkx.h: Clean up function exports and what headers they are in. (#79954) * gdk/x11/gdkx.h: Fix macro that was referring to a non-existant screen->screen_num. (In the patch for #79972, Erwann Chenede) * gdk/gdkscreen.c gdk/gdkwindow.c gdk/x11/gdkinternals.h gdk/x11/gdkscreen-x11.c: Fix gdk_screen_get_window_at_pointer() to use window hooks. (#79972, patch partly from Erwann Chenede) * gdk/x11/gdkdisplay-x11.c gdk/x11/gdkevents-x11.c: Fix some warnings.
* Replace homegrown "nbsp", "hash" and "percent" entities by standard ISOMatthias Clasen2002-06-0313-30/+45
| | | | | | | | | | | | | | | | | | * gtk/tmpl/gtkprogress.sgml: * gtk/tmpl/gtkscale.sgml: * gtk/tmpl/gtktreemodel.sgml: * gtk/tmpl/gtkimage.sgml: * gtk/tmpl/gtksignal.sgml: * gtk/tmpl/gtkrc.sgml: * gtk/gtk-docs.sgml: * gdk/gdk-docs.sgml: * gdk/tmpl/threads.sgml: * gdk/tmpl/cursors.sgml: * gdk/tmpl/rgb.sgml: Replace homegrown "nbsp", "hash" and "percent" entities by standard ISO entities "nbsp", "num" and "percnt". * gtk/text_widget.sgml: Fix a link.
* Make stock icons appear again (patch by Gediminas Paulauskas):Matthias Clasen2002-05-303-70/+79
| | | | | | * gtk/Makefile.am (HTML_IMAGES): Add stock_broken_image_24.png * gtk/tmpl/gtkstock.sgml: Fix icon filenames.
* add gtk_menu_style_set(). fixes #79345Soeren Sandmann2002-05-3010-39/+39
| | | | | | | Thu May 30 07:59:38 2002 Soeren Sandmann <sandmann@daimi.au.dk> * gtk/gtkmenu.c (gtk_menu_style_set): add gtk_menu_style_set(). fixes #79345
* Markup fixesMatthias Clasen2002-05-2870-716/+700
| | | | | | | | | | | | | | | | * gtk/gtkwindow.c (gtk_window_move): Markup fixes * gtk/gtkrc.c (gtk_rc_get_module_dir): Markup fixes. * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_for_screen): Update docs for Docbook XML. * gtk/*, gdk/*, gdk-pixbuf/*: Create XML, not SGML. * gtk/tmpl/*: Remove property documentation which comes from the source now. * gtk/building.sgml: Remove traces of gxi.
* Set the width of the layout to the actual wrap width (our requisition) notOwen Taylor2002-05-1434-44/+426
| | | | | | | | | | | | | | | | | | | | | | | | | Tue May 14 16:44:09 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtklabel.c (gtk_label_ensure_layout): Set the width of the layout to the actual wrap width (our requisition) not the width we set when calculating the width. This results in the lines being justified within the correct area. (#79157, Anders Carlsson) * gtk/gtkaccelgroup.c gtk/gtkmarshelers.list: Corrected registered parameter types of "accel_activate" and "accel_changed" signals. (Patch from Murray Cumming, #78798) * gtk/gtkrc.c (gtk_rc_make_default_dir): Switch binary-version and type to correspond to the current ordering in _gtk_get_module_path. (#78746, Sergey Kuzminov) * gtk/gtkrc.c (gtk_rc_get_module_dir): Add docs pointing to the GTK_PATH documentation. * gtk/Makefile.am (uninstall-local): Delete key themes as well. (#81286, Kristian Rietveld.)
* Bump version to 2.1.0, binary, interface age 0.Matthias Clasen2002-05-052-0/+8
| | | | | | | | | | | * configure.in: Bump version to 2.1.0, binary, interface age 0. * gtk/gtkcontainer.c (gtk_container_class_list_child_properties): (gtk_container_class_find_child_property): Document. * gtk/gtkwidget.c: * gtk/gtkwidget.h: New functions gtk_widget_class_list_child_properties and gtk_widget_class_find_child_property. (#80652)
* Doc updates.Matthias Clasen2002-05-025-27/+30
|
* set these.Matthias Clasen2002-05-013-2/+28
| | | | | | | * gdk/Makefile.am (GTKDOC_CFLAGS, GTKDOC_LIBS): set these. * gdk/gdk.types: Add types derived from GObject, so that they get an object hierarchy section.
* Move GdkScreen struct to the GdkScreen section.Matthias Clasen2002-05-016-41/+68
| | | | | | | | | | | | * gdk/gdk-sections.txt: Move GdkScreen struct to the GdkScreen section. * gdk/tmpl/gdkscreen.sgml: * gdk/tmpl/gdkdisplay.sgml: Typo and markup fixes. * gdk/gdk-docs.sgml: Reorder display and screen sections. * gdk/multihead.sgml: Remove references to GdkDisplayManager, typo and markup fixes.
* Update for multihead.Owen Taylor2002-04-3014-11/+251
| | | | | | Tue Apr 30 14:16:12 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtk-sections.txt: Update for multihead.