summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-10
Commit message (Collapse)AuthorAgeFilesLines
* gtkbutton.c gtkclist.c gtkdrawingarea.c gtkentry.c gtkeventbox.cOwen Taylor1998-01-181-0/+24
| | | | | | | | | | | | | | | | | | | | | Sun Jan 18 09:57:00 1998 Owen Taylor <owt1@cornell.edu> * gtkbutton.c gtkclist.c gtkdrawingarea.c gtkentry.c gtkeventbox.c gtkfixed.c gtkhandlebox.c gtkhscale.c gtkhscrollbar.c gtkitem.c gtklist.c gtkmenushell.c gtkmisc.c gtknotebook.c gtkpaned.c gtkpreview.c gtkprogressbar.c gtkruler.c gtktext.c gtktree.c gtkviewport.c gtkvscale.c gtkvscrollbar.c gtkwidget.{c,h} Added gtk_widget_set_parent and gtk_widget_get_parent. All widgets should use: gtk_widget_get_parent() instead of widget->parent->window. Any widget that wants to have children not in the parent window, should use gtk_widget_set_parent () in their realize() and add () routines. CList and Viewport widgets changed to do this. (Viewport widget using code from gtk-fortier-980117-0.patch.)
* updates... -timjTim Janik1998-01-181-0/+12
| | | | | updates... -timj
* new functions gtk_box_reorder_child, gtk_box_query_child_packing andTim Janik1998-01-181-0/+15
| | | | | | | | | | | | | | | | | Sun Jan 18 03:57:52 1998 Tim Janik <timj@psynet.net> * gtk/gtkbox.h: * gtk/gtkbox.c: new functions gtk_box_reorder_child, gtk_box_query_child_packing and gtk_box_set_child_packing to allow modification of the child linkage after the widget tree is setup. * gtk/gtkbox.c: * gtk/gtklabel.c: * gtk/gtkwindow.c: * gtk/gtkwidget.c: * gtk/gtkobject.c: gtk_*_get_arg() and gtk_*_set_arg() fixes and implementations.
* changed log -owtOwen Taylor1998-01-171-0/+36
| | | | | changed log -owt
* Applied patch from <lupus@lettere.unipd.it> which addsCST 1998 Shawn T. Amundson1998-01-171-0/+14
| | | | | | | | | | | | | | | | Sat Jan 17 13:26:15 CST 1998 Shawn T. Amundson <amundson@gimp.org> * gtk/gtkentry.[ch]: Applied patch from <lupus@lettere.unipd.it> which adds gtk_entry_set_max_length function. This was part of gtk-lupus-970112-0. * gtk/testgtk.c: Applied gtk-wille-980113-0 which fixes a problem with a shaped widget keeping grab forever when double clicked. * docs/gtk.texi: patch from Gregory McLean <gregm@randomc.com> to add some on aspect_frame, button_box, and color_selection widgets
* +Sat Jan 17 06:24:05 1998 Tim Janik <timj@psynet.net>Tim Janik1998-01-171-0/+7
| | | | | | | | + + * gtk/gtktypeutils.h (gtk_type_get_arg): new function. + * gtk/gtkobject.h (gtk_object_query_args): new function. + * gtk/gtkobject.h (gtk_object_getv): new function. + * gtk/gtkwidget.h (gtk_widget_get): new function.
* Now we use a GtkWindow of type GTK_WINDOW_DIALOG as a destination forFederico Mena1998-01-161-0/+12
| | | | | | | | | | | | | | | | Fri Jan 16 00:36:31 1998 Federico Mena <federico@bananoid.nuclecu.unam.mx> * gtk/gtkhandlebox.c: Now we use a GtkWindow of type GTK_WINDOW_DIALOG as a destination for reparenting the child of the handle box. This solves the problem of having X calls in Gtk. It also makes the handle box work with KWM, OLVWM, 4Dwm (so I expect mwm to work as well). I hadn't noticed that previously it only worked with fvwm and twm. * gtk/gtkhandlebox.h (struct _GtkHandleBox): Removed the real_parent field, as it is never used. (struct _GtkHandleBox): Added a float_window field. This is a GtkWindow to where the child is now reparented.
* Added note for when 0.99.2 was released.Shawn Amundson1998-01-161-0/+3
| | | | -Shawn
* Lots of changes all over the place. Now the widget has two windows. TheFederico Mena1998-01-161-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | Fri Jan 16 00:36:31 1998 Federico Mena <federico@bananoid.nuclecu.unam.mx> * gtk/gtkhandlebox.c: Lots of changes all over the place. Now the widget has two windows. The steady_window stays put in the parent container, and the widget->window is the one that gets reparented. Now that window is transient, in compliance with the ICCCM, instead of an OverrideRedirect window. We have two windows so that we can properly receive Expose events for the thin 3D line that marks the place where the handlebox is docked. * gtk/gtkhandlebox.h (struct _GtkHandleBox): Added fields for dragging (mouse position information). Added fleur_cursor so that we look pretty. Added steady_window field; it is the window that actually stays on the parent (widget->window is the one that gets reparented). Owen, this is the version with the two X calls in gtkhandlebox.c. I'll do as you say; either we can add new calls to Gdk, or I can modify the handle box code to use a separate GtkWindow and reparent the child into that. - Federico
* Call gtk_clist_size_allocate_columns every time the column configurationMiguel de Icaza1998-01-161-0/+6
| | | | | | | | Thu Jan 15 19:03:19 1998 Miguel de Icaza <miguel@nuclecu.unam.mx> * gtk/gtkclist.c (gtk_clist_set_column_width): Call gtk_clist_size_allocate_columns every time the column configuration changes.
* changelog correction ;(Tim Janik1998-01-161-0/+3
| | | | -timj
* changelog entry for the widget arg stuff.Tim Janik1998-01-161-0/+16
| | | | -timj
* Fixed a small memory leak in gtkpaned, and I changed the cursor to aJay Painter1998-01-151-0/+5
| | | | "I" beam for gtkentry. -Jay
* changlog updatesJay Painter1998-01-131-0/+8
|
* Fixed child->icon and child->label == NULL bugs.Federico Mena Quintero1998-01-131-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | 1998-01-13 Federico Mena Quintero <federico@nuclecu.unam.mx> * gtk/gtktoolbar.c: (gtk_real_toolbar_style_changed): Fixed child->icon and child->label == NULL bugs. * gtk/gtktoolbar.h: Added some new functions: gtk_toolbar_append_widget() gtk_toolbar_prepend_widget() gtk_toolbar_insert_widget() These let the user insert any kind of widget in the toolbar. Also changed the gtk_toolbar_*_item() functions to return a GtkWidget * so that the user can do things with the toolbar buttons. * gtk/gtktoolbar.c: Now the toolbar supports its own buttons and arbitrary widgets as well. Geometry management has been changed accordingly. Added gtk_toolbar_remove() function, so container functionality should be complete now. * gtk/testgtk.c (create_toolbar): Added an entry widget to test the new toolbar. * Most of these changes are adapted from the gtk-lupus-970112-0-patch (should be 970112... :-)
* *** empty log message ***Ian Main1998-01-111-0/+4
|
* Look and feel changes to CList so it now looks like a scrolled window.Jay Painter1998-01-091-0/+5
| | | | | | I also added Sopwith's changes to gtk_clist_insert so you can pass the title pointer as a null to insert a blank row. Please make consistant changes for things like this. -Jay
* Added check for inline in configure and updated files to use it.Manish Singh1998-01-091-0/+13
| | | | -Yosh
* New widget (GtkComboBox) and fixed gdk_window_init to initialize ↵Elliot Lee1998-01-081-0/+6
| | | | gdk_root_parent some more
* applied patch to use a backing pixmap for drawing in GtkEntry, which removesManish Singh1998-01-081-0/+6
| | | | | | the bad flickering. (gtk-wille-980106-0) -Yosh
* Remembered to update the ChangeLog...Manish Singh1998-01-071-0/+8
| | | | -Yosh
* Fixed problem with deleting while text is selected.Owen Taylor1998-01-061-0/+10
| | | | | | | Changed behavior so that motion keys remove selection. Added new gtk_entry_select_region () call. -owt
* Better Clist test in testgtk.c. -JayJay Painter1998-01-031-0/+3
|
* initialize scrollbar_spacing (gtk-fortier-980103-0)GTK_0_99_2Shawn Amundson1998-01-031-0/+5
| | | | | | | * gtk/gtkscrolledwindow.c: initialize scrollbar_spacing (gtk-fortier-980103-0) -Shawn
* Fixed a typo in configure.in (reported by Elrond on IRC).scott1998-01-031-0/+4
| | | | --sg
* Added Gordon Matzigkeit's patch for fixed length gtk entry fieldsManish Singh1998-01-031-0/+6
| | | | -Yosh
* Removal of inlines, and updated ChangeLog. -JayJay Painter1998-01-031-0/+6
|
* Several portability fixes from Michael Callahan <callahan@xmission.com>Shawn Amundson1998-01-031-0/+6
| | | | | | | | * Several portability fixes from Michael Callahan <callahan@xmission.com> including adding in missing #includes and adding void in function prototypes. -Shawn
* Added CList. -JayJay Painter1998-01-031-0/+8
|
* I had forgot to put GDK_NO_EXPOSE and GDK_VISIBILITY_NOTIFY events in ↵Arturo Espinosa1998-01-021-0/+5
| | | | gtk_main_iteration() - Federico
* corrects a small resize bug in the viewport widget. The viewport widgetShawn Amundson1998-01-021-0/+17
| | | | | | | | | | | | | | | | | | * gtk/gtkviewport.c: corrects a small resize bug in the viewport widget. The viewport widget provides a _set_shadow function to draw its shadows. But if GTK_SHADOW_NONE is sent to this function, the viewport isn't resized correctly (it's still considered as a shadowed widget). (gtk-fortier-971213-0) * gtk/gtknotebook.c: this patch fixes the redraw problems of notebook tabs, without using gdk_gc_set_clip_rectangle. (gtk-hamann_jeske-971218-0) * add gtk_widget_(show/hide)_all (Stefan Wille) (gtk-wille-301297-0) Patch for testgtk not included because it did not patch clean. -Shawn
* Fixed up the xinput test in configure.inManish Singh1998-01-021-1/+2
| | | | -Yosh
* Miscellaneous portability fixes.Manish Singh1998-01-021-0/+4
| | | | -Yosh
* New function, used to copy the values from one gc to another gc.Miguel de Icaza1997-12-301-0/+5
| | | | | | | Mon Dec 29 22:05:45 1997 Miguel de Icaza <miguel@nuclecu.unam.mx> * gdk/gdkgc.c (gdk_gc_copy): New function, used to copy the values from one gc to another gc.
* ChangeLog entryElliot Lee1997-12-281-0/+3
|
* Added gtkhandlebox.c to Makefile.am.scott1997-12-261-0/+2
|
* Eliminated a compiler warning caused by not casting an argument in ascott1997-12-261-0/+6
| | | | debugging message. :)
* Update for NoExpose and VisibilityNotify events - FedericoArturo Espinosa1997-12-261-0/+9
|
* this macro computes the spacing from klass->scrollbar_spacing now. adaptedTim Janik1997-12-231-0/+6
| | | | | | | | | * gtk/gtkscrolledwindow.c (SCROLLBAR_SPACING): this macro computes the spacing from klass->scrollbar_spacing now. adapted all functions that used this macro (based on a patch from Patrice Fortier). * gtk/gtkscrolledwindow.h (struct _GtkScrolledWindowClass): added scrollbar_spacing to substitute a define (patch from Patrice Fortier). -timj
* new function. many functions adapted to use GScanner for scanning.Tim Janik1997-12-231-0/+8
| | | | | | | | | | * gtk/gtkrc.h (gtk_rc_parse_string): new function. * gtk/gtkrc.c: many functions adapted to use GScanner for scanning. (gtk_rc_parse): use gtk_rc_parse_any for parsing. (gtk_rc_parse_string): new function to support parsing from strings, just calls gtk_rc_parse_any. (gtk_rc_parse_any): new function using GScanner as lexer. -timj
* Beginnings of support for 1 bpp depth in gdk. Very minor changes.Shawn Amundson1997-12-201-0/+4
| | | | | | | Most of testgtk runs on 1 bpp. Nothing much else will work until gdkcc is used for gtk_preview and other color-intensive things. -Shawn
* Changes from Bolliet Jerome <bolliet@in2p3.fr> to gtktree.Shawn Amundson1997-12-191-0/+9
| | | | | | | | | | | | Corrects a bug in gtk_tree_remove_items and gtk_tree_item_destroy. Adds the possibility to connect all items by lines. This is the default now. You can overide this with the function gtk_tree_set_view_line which take a tree and a boolean. This tree widget looks way more finished with the lines. Very nice. Check it out and run gtk/testtree. -Shawn
* For consistancy with GIMP/GNOME projects. Plus these files canShawn Amundson1997-12-191-0/+4
| | | | | | get really annoying if they are in the tree. -Shawn
* Caught a stray gdk_colormap_destroy that Owen missed (and Shawn found).scott1997-12-181-0/+5
| | | | -- sg
* Filling in the details.Owen Taylor1997-12-181-1/+193
|
* forgot to add GdkColorContext to ChangeLog - FedericoArturo Espinosa1997-12-171-0/+7
|
* Added gdk_get_display ()Manish Singh1997-12-171-0/+5
| | | | -Yosh
* ChangeLog entries for filesel patch.GTK_0_99_0Raph Levien1997-12-141-0/+4
|
* Added focus flag to gtk/gtkvscrollbar.c so it can get keyboard focus.Jay Painter1997-12-131-0/+4
| | | | -Jay
* Removed warning when XGetWindowProperty fails - this can be the desiredOwen Taylor1997-12-131-0/+31
| | | | | | * Removed warning when XGetWindowProperty fails - this can be the desired behavior. -owt