| Commit message (Expand) | Author | Age | Files | Lines |
* | Adapt cast macros to standard. | Raja R Harinath | 1999-11-22 | 2 | -16/+37 |
* | Substitute gdkx.h => gdkprivate.h since we need to accesss only | Owen Taylor | 1999-11-08 | 1 | -5/+1 |
* | Move all X specific code into the x11/ directory. Aside from shuffling | Owen Taylor | 1999-11-08 | 1 | -1/+2 |
* | This is an implementation of Idea #13 from | ÉRDI Gergo | 1999-10-02 | 1 | -1/+14 |
* | Add (commented out) Windows-style theme include line. | Tor Lillqvist | 1999-05-25 | 1 | -0/+3 |
* | Include gdkprivate.h withouh gdk/ path, as it shouldn't be in the common | Tor Lillqvist | 1999-03-18 | 1 | -1/+1 |
* | 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 |
* | This might seem like a large patch, but it isn't that bad, and nothing | Tor Lillqvist | 1999-03-15 | 1 | -19/+15 |
* | 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 | 5 | -0/+38 |
* | Removed check-y/check-n backgrounds - the effect looked like a bug. | Owen Taylor | 1999-02-21 | 1 | -2/+2 |
* | 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 |
* | X expects longs, not uint32 for XChangeProperty, when format == 32. | Owen Taylor | 1999-01-23 | 1 | -3/+6 |
* | take value_spacing into account for GTK_POS_LEFT. | Tim Janik | 1999-01-22 | 1 | -0/+4 |
* | deprecated gtk_check_menu_item_set_state, people should use | Tim Janik | 1999-01-17 | 1 | -2/+2 |
* | define GTK_DISABLE_COMPAT_H for compilation of gtk code. | Tim Janik | 1999-01-15 | 1 | -0/+2 |
* | nparams for selection_get should be 3, not 2. [ From Damon Chaplin | Owen Taylor | 1999-01-15 | 1 | -1/+1 |
* | Add a drag_data_received handler for the label. | Owen Taylor | 1999-01-12 | 1 | -1/+23 |
* | reworked the redrawing heuristics somewhat, this fixed a bunch of existing | Tim Janik | 1999-01-12 | 3 | -8/+45 |
* | eliminated some queue_draws when invoking gtk_widget_set_state, since that | Tim Janik | 1999-01-11 | 3 | -19/+25 |
* | only pass key events to the focus widget if it is sensitive. | Tim Janik | 1999-01-11 | 1 | -2/+2 |
* | removed unused var 64-bit cast point to const data Made const-correct. | Jeff Garzik | 1998-12-24 | 1 | -1/+1 |
* | Free previous label->label_wc. | Owen Taylor | 1998-12-17 | 1 | -2/+2 |
* | Redraw the character under the cursor when removing the cursor. | Owen Taylor | 1998-12-16 | 1 | -1/+1 |
* | Move main thread lock back to GDK - we need it there for locking when | Owen Taylor | 1998-12-16 | 1 | -7/+7 |
* | 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 | 2 | -15/+106 |
* | Fixed up some warnings. | Owen Taylor | 1998-12-15 | 1 | -8/+123 |
* | Commented out testthreads from the build process, since we won't have any | Owen Taylor | 1998-12-15 | 1 | -7/+7 |
* | avoid void pointer math | Manish Singh | 1998-12-11 | 1 | -1/+1 |
* | use g_snprintf, eliminate need for string.h include string.h, for strlen | Jeff Garzik | 1998-12-10 | 2 | -2/+2 |
* | Add in missing 'flags' field to target list. | Owen Taylor | 1998-12-09 | 1 | -3/+3 |
* | put text after #endif in comment | Manish Singh | 1998-12-09 | 1 | -0/+1 |
* | Destroy widgets _after_ propagating unrealize signals through the widget | Owen Taylor | 1998-12-09 | 2 | -9/+19 |
* | 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 |
* | merged testgtkrc with the pre-themes one, removed system specific | Tim Janik | 1998-11-30 | 1 | -10/+92 |
* | 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 | 3 | -130/+130 |
* | New function to get the source widget of a drag. | Owen Taylor | 1998-11-27 | 1 | -1/+8 |
* | Edited section on the ScrolledWindow. | Owen Taylor | 1998-11-24 | 1 | -5/+15 |