| Commit message (Expand) | Author | Age | Files | Lines |
* | Must mark also gdk_error_warnings and gdk_error_code as GDKVAR, as they | Tor Lillqvist | 1999-12-11 | 1 | -1/+0 |
* | Adapt cast macros to standard. | Raja R Harinath | 1999-11-22 | 1 | -15/+37 |
* | Substitute gdkx.h => gdkprivate.h since we need to accesss only | Owen Taylor | 1999-11-08 | 1 | -5/+1 |
* | This is an implementation of Idea #13 from | ÉRDI Gergo | 1999-10-02 | 1 | -1/+14 |
* | Merge in Win32 version: Define macro GDKVAR for declaring gdk variables | Tor Lillqvist | 1999-03-17 | 1 | -3/+3 |
* | Tue Mar 16 17:43:33 1999 Tim Janik <timj@gtk.org> | Tim Janik | 1999-03-17 | 1 | -1/+5 |
* | Added two new signals to GtkSpinButton, "input" and "output", to make the | Stefan Jeske | 1999-02-28 | 1 | -14/+130 |
* | Added notice to look in AUTHORS and ChangeLog files for a list of changes. | CST 1999 Shawn T. Amundson | 1999-02-24 | 1 | -0/+8 |
* | Use a ScrolledWindow test how Text widgets work within ScrolledWindow. | Owen Taylor | 1999-02-16 | 1 | -20/+8 |
* | don't autoselect focus_row in case of GTK_SELECTION_EXTENDED | Lars Hamann | 1999-02-11 | 1 | -128/+109 |
* | don't autoselect focus_row in case of GTK_SELECTION_EXTENDED | Lars Hamann | 1999-02-10 | 1 | -274/+145 |
* | Fixed some bugs with set_default_size. | Owen Taylor | 1999-02-10 | 1 | -2/+2 |
* | Use floor() instead of truncating to integer values so we get translation | Owen Taylor | 1999-01-27 | 1 | -2/+8 |
* | deprecated gtk_check_menu_item_set_state, people should use | Tim Janik | 1999-01-17 | 1 | -2/+2 |
* | eliminated some queue_draws when invoking gtk_widget_set_state, since that | Tim Janik | 1999-01-11 | 1 | -16/+16 |
* | removed unused var 64-bit cast point to const data Made const-correct. | Jeff Garzik | 1998-12-24 | 1 | -1/+1 |
* | Create buttons, not combos again. | Owen Taylor | 1998-12-16 | 1 | -2/+1 |
* | removed clist flag : GTK_CLIST_DRAG_SELECTION added flags : | Lars Hamann | 1998-12-16 | 1 | -90/+12 |
* | Use base[NORMAL] instead of bg[PRELIGHT] so CLists now can be used in | Owen Taylor | 1998-12-16 | 1 | -23/+23 |
* | Added gdk_text_extents_wc() | Owen Taylor | 1998-12-15 | 1 | -14/+105 |
* | Fixed up some warnings. | Owen Taylor | 1998-12-15 | 1 | -8/+123 |
* | avoid void pointer math | Manish Singh | 1998-12-11 | 1 | -1/+1 |
* | Destroy widgets _after_ propagating unrealize signals through the widget | Owen Taylor | 1998-12-09 | 1 | -7/+17 |
* | Released GTK+ 1.1.6GTK_1_1_6 | CST 1998 Shawn T. Amundson | 1998-12-09 | 1 | -2/+2 |
* | Functions to test the toolbar space style. | Andrew T. Veliath | 1998-12-08 | 1 | -0/+25 |
* | New functions gtk_window_set_transient_for() - set up a "transient for" | Owen Taylor | 1998-12-07 | 1 | -5/+31 |
* | reverted marius change to expose the type systems internal type info data | Tim Janik | 1998-12-07 | 1 | -3/+5 |
* | added an event watcher for enter/leave based on signal emission hooks. | Tim Janik | 1998-11-30 | 1 | -3/+100 |
* | changed scrolled window inheritance, it inherits from GtkBin now. | Tim Janik | 1998-11-28 | 1 | -127/+127 |
* | Edited section on the ScrolledWindow. | Owen Taylor | 1998-11-24 | 1 | -5/+15 |
* | Added layout widget for scrolling arbitrarily big areas. Added plug/socket | Owen Taylor | 1998-11-24 | 1 | -0/+89 |
* | added args ::show_text, ::text_xalign, ::text_yalign, ::activity_mode. | Tim Janik | 1998-11-23 | 1 | -5/+5 |
* | new flags : homogeneous; new guints : tab_hborder, tab_vborder; marked | Lars Hamann | 1998-11-16 | 1 | -85/+148 |
* | added ARG_WINDOW_PLACEMENT | Lars Hamann | 1998-11-11 | 1 | -41/+23 |
* | new enum GtkCornerType added window_placement. new method to set | Lars Hamann | 1998-11-09 | 1 | -2/+3 |
* | check if column[i].button is valid before calling gtk_widget_intersect on | Manish Singh | 1998-11-08 | 1 | -1/+0 |
* | Added warning about callback on <Branch> items | Guillaume Laurent | 1998-11-07 | 1 | -5/+5 |
* | Merge from themes-2. See the ChangeLog for a somewhat detailed | Owen Taylor | 1998-11-06 | 1 | -4/+1 |
* | removed vscrollbar, hscrollbar, vscrollbar_policy, hscrollbar_policy. | Lars Hamann | 1998-11-05 | 1 | -13/+25 |
* | rearranged some functions (gtk_clist_set_column_auto_resize): new | Lars Hamann | 1998-10-19 | 1 | -15/+17 |
* | Added a modular client-message-filter mechanism, that is used for the DND | Owen Taylor | 1998-10-18 | 1 | -1/+3 |
* | change a few cell styles of inserted row (change_style): change style of | Lars Hamann | 1998-10-16 | 1 | -155/+349 |
* | use g_free to free g_malloced memory (Martin Pool | Tim Janik | 1998-10-06 | 1 | -3/+3 |
* | new function to get the *real* geometry position of a window, taken | Tim Janik | 1998-09-25 | 1 | -0/+115 |
* | Reference count the fonts used in the text widget. | Owen Taylor | 1998-08-25 | 1 | -8/+61 |
* | silly visual fixes | Manish Singh | 1998-08-20 | 1 | -0/+2 |
* | Change to testgtk to go along with GdkRgb integration into gtk_preview. | Raph Levien | 1998-08-20 | 1 | -0/+4 |
* | new class methods: (sort_list) (insert_row) (remove_row) | Lars Hamann | 1998-08-17 | 1 | -15/+161 |
* | remove the ugly HAVE_LIBGLE test (last time i typed that word!). | Tim Janik | 1998-08-17 | 1 | -8/+0 |
* | fatal warning option is split up now, "--g-fatal-warnings" causes fatal | Tim Janik | 1998-08-16 | 1 | -21/+30 |