| Commit message (Expand) | Author | Age | Files | Lines |
* | added args ::show_text, ::text_xalign, ::text_yalign, ::activity_mode. | Tim Janik | 1998-11-23 | 60 | -1447/+2590 |
* | Minor indent fix on gtk_handle_box_get_arg proto | Andrew T. Veliath | 1998-11-21 | 1 | -3/+3 |
* | Add shadow_type and gtk_handle_box_set_shadow_type function (plus a | Andrew T. Veliath | 1998-11-21 | 2 | -2/+79 |
* | Fix for marking days from Dan Reish <dreish@izzy.net>. | CST 1998 Shawn T. Amundson | 1998-11-20 | 1 | -1/+2 |
* | return the nth GtkCTreeNode in row_list. (from Samuel Solon | Lars Hamann | 1998-11-18 | 4 | -0/+53 |
* | Accept drops that are sent to a toplevel but are not within the toplevels | Owen Taylor | 1998-11-18 | 1 | -4/+8 |
* | Tue Nov 17 1998 The Rasterman <raster@redhat.com> Added | Carsten Haitzler | 1998-11-18 | 1 | -1/+1 |
* | *** empty log message *** | lukka | 1998-11-18 | 1 | -1/+9 |
* | Put output files in the current directory and not in the $(srcdir) since | Martin Baulig | 1998-11-17 | 1 | -4/+4 |
* | gtk/genmarshal.pl check for unchanged autogenerated files, so we don't | Manish Singh | 1998-11-17 | 3 | -14/+25 |
* | Pixmaps now grey out when insensitive, code thanks to GNOME stock by | CST 1998 Shawn T. Amundson | 1998-11-17 | 2 | -5/+122 |
* | new flags : homogeneous; new guints : tab_hborder, tab_vborder; marked | Lars Hamann | 1998-11-16 | 3 | -2170/+3040 |
* | Optimizations for moving point n places. (gtk-mailund-980718-0, Thomas | Owen Taylor | 1998-11-16 | 2 | -45/+48 |
* | added shadow_type setting and gtk_menu_bar_set_shadow_type function to | Manish Singh | 1998-11-16 | 3 | -11/+92 |
* | relookup type node after class creation and parent class' object | Tim Janik | 1998-11-16 | 1 | -13/+22 |
* | Corrected signals declarations | Guillaume Laurent | 1998-11-14 | 1 | -7/+7 |
* | Destroy the cursor after we have assigned it to the window -- there is no | Federico Mena Quintero | 1998-11-13 | 2 | -3/+960 |
* | New function gdk_pixmap_foreign_new(). (gtk-blizzard-981005-0. Christopher | Owen Taylor | 1998-11-13 | 4 | -14/+37 |
* | don't show event_window (gtk_toggle_button_map) (gtk_toggle_button_unmap): | Lars Hamann | 1998-11-13 | 1 | -1/+30 |
* | cast NULL to GtkItemFactoryCallback to ensure proper type (SunPro cc | Manish Singh | 1998-11-12 | 3 | -15/+59 |
* | use GtkPositionType defines. | Lars Hamann | 1998-11-11 | 2 | -15/+10 |
* | added ARG_WINDOW_PLACEMENT | Lars Hamann | 1998-11-11 | 4 | -164/+115 |
* | Define this so we can check for latest GTK features. | Martin Baulig | 1998-11-10 | 1 | -0/+5 |
* | new enum GtkCornerType added window_placement. new method to set | Lars Hamann | 1998-11-09 | 4 | -20/+73 |
* | check if column[i].button is valid before calling gtk_widget_intersect on | Manish Singh | 1998-11-08 | 6 | -10/+5 |
* | forward declaration for gtk_window_paint declare xid_ht static get the | Jay Cox | 1998-11-07 | 1 | -0/+2 |
* | Set background of title button window to GTK_STATE_NORMAL instead of | Stefan Jeske | 1998-11-07 | 1 | -1/+1 |
* | resize clist if adjustments are NULL and list size has changed | Lars Hamann | 1998-11-07 | 2 | -77/+147 |
* | Added warning about callback on <Branch> items | Guillaume Laurent | 1998-11-07 | 2 | -6/+12 |
* | Indentation cleanups. | Owen Taylor | 1998-11-06 | 3 | -12/+10 |
* | Merge from themes-2. See the ChangeLog for a somewhat detailed | Owen Taylor | 1998-11-06 | 74 | -3911/+6792 |
* | gtk/gtkclist.h (struct _GtkCListClass) removed scrollbar_spacing.pre-themes-merge | Lars Hamann | 1998-11-05 | 2 | -7/+0 |
* | removed vscrollbar, hscrollbar, vscrollbar_policy, hscrollbar_policy. | Lars Hamann | 1998-11-05 | 8 | -563/+538 |
* | fix focus_row adjustment (gtk_ctree_remove_node): select focus_row if | Lars Hamann | 1998-11-04 | 1 | -5/+23 |
* | added a bunch of checks for widget != NULL and GTK_IS_WIDGET (widget): | Tim Janik | 1998-11-04 | 1 | -3/+54 |
* | set correct focus_row after a remove_row call. | Lars Hamann | 1998-11-04 | 1 | -24/+19 |
* | gtk/gtkoptionmenu.c make option menus work when some of the menuitems are | GMT 1998 Austin Donnelly | 1998-11-01 | 2 | -3/+9 |
* | Remove `#pragma }'. | Raja R Harinath | 1998-11-01 | 1 | -1/+0 |
* | free undo_un/selection, unselect list_item before disconnect signal | Lars Hamann | 1998-10-30 | 2 | -1257/+1458 |
* | cause the built sources to be rebuild when possible, even with | Tim Janik | 1998-10-30 | 1 | -4/+3 |
* | renamed from gtk_object_data_set_destroy to fit the gtkobject.h API. | Tim Janik | 1998-10-30 | 4 | -374/+728 |
* | support an environment variable GTK_MODULES= which takes a colon sperated | Tim Janik | 1998-10-25 | 1 | -55/+85 |
* | added more g_return_if_fail() statements. | Tim Janik | 1998-10-25 | 1 | -0/+9 |
* | removed. gtk_clist_destroy is sufficient | Lars Hamann | 1998-10-22 | 1 | -40/+0 |
* | samll fix for invisible columns | Lars Hamann | 1998-10-22 | 1 | -6/+7 |
* | GtkType and macro fixups set a pattern for the file selection widget to | Tim Janik | 1998-10-22 | 3 | -390/+323 |
* | Always send "drag_leave" to dests without GTK_DEST_DEFAULT_MOTION. | Owen Taylor | 1998-10-20 | 3 | -5/+15 |
* | Tue, 20 Oct 1998 11:33:10 +0200 Paolo Molaro <lupus@debian.org> | Paolo Molaro | 1998-10-20 | 2 | -4/+4 |
* | rearranged some functions (gtk_clist_set_column_auto_resize): new | Lars Hamann | 1998-10-19 | 4 | -2478/+3230 |
* | Fixed typo - look for right atom on transfer failures.merge-to-themes-2-6 | Owen Taylor | 1998-10-19 | 1 | -1/+1 |