| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove "draw" virtual method and signal | Havoc Pennington | 2000-12-04 | 1 | -77/+8 |
* | Documented a bunch of functions in here (gtk_widget_realize): Warn if you | Havoc Pennington | 2000-11-21 | 1 | -232/+539 |
* | urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. if | Tim Janik | 2000-10-25 | 1 | -53/+53 |
* | *** empty log message *** | Owen Taylor | 2000-10-23 | 1 | -1/+1 |
* | Move more text widget headers into the private header list | Havoc Pennington | 2000-09-26 | 1 | -0/+32 |
* | Doc comment fixing. (Mostly non-matching parameter names.) | Owen Taylor | 2000-09-07 | 1 | -1/+1 |
* | Add gtk_widget_modify_{fg,bg,text,base,font}. | Owen Taylor | 2000-08-22 | 1 | -4/+216 |
* | applied patch from Andreas Persenius <ndap@swipnet.se> that updates the | Tim Janik | 2000-07-26 | 1 | -4/+4 |
* | Ignore calls with <= width or height. | Owen Taylor | 2000-07-03 | 1 | -1/+6 |
* | Add a 'text' argument to set the initial text. | Owen Taylor | 2000-07-02 | 1 | -1/+6 |
* | Use pango_layout_get_pixel_extents() to remove a large number of '/ | Owen Taylor | 2000-07-02 | 1 | -14/+89 |
* | Call gtk_widget_size_request() on reparented child, if one. Otherwise, | Owen Taylor | 2000-07-02 | 1 | -17/+64 |
* | Add gdk_rgb_find_color() to get a pixel value using GdkRGB functionality | Owen Taylor | 2000-07-02 | 1 | -107/+3 |
* | Use gtk_get_default_language | Havoc Pennington | 2000-06-21 | 1 | -9/+2 |
* | Make this compile without framebuffer enabled | Havoc Pennington | 2000-06-20 | 1 | -13/+10 |
* | Hack gdk_event_get_graphics_expose() to sort of work by adding an extra | Owen Taylor | 2000-06-05 | 1 | -2/+2 |
* | Initialize DOUBLE_BUFFERED flag to on. | Owen Taylor | 2000-06-02 | 1 | -6/+20 |
* | Remove all references to offscreen flag which was no longer used. | Havoc Pennington | 2000-06-02 | 1 | -33/+157 |
* | A bit of editing. | Owen Taylor | 2000-05-15 | 1 | -9/+12 |
* | documented necessary changes for 1.4 transition. | Tim Janik | 2000-05-12 | 1 | -147/+154 |
* | Fix up merge slipup. | Owen Taylor | 2000-03-28 | 1 | -23/+1 |
* | Merge no-flicker branch into HEAD | Owen Taylor | 2000-03-28 | 1 | -515/+43 |
* | Merges from gtk-1-2 | Owen Taylor | 2000-03-14 | 1 | -29/+22 |
* | Spelling/grammar fixes from Martin Buchholz <martin@xemacs.org> | GMT 2000 Tony Gale | 2000-02-29 | 1 | -2/+2 |
* | Remove OwnerGrabButtonMask from button entries for GDK_BUTTON_PRESS / | Owen Taylor | 2000-02-18 | 1 | -0/+12 |
* | Adapt cast macros to standard. | Raja R Harinath | 1999-11-22 | 1 | -56/+116 |
* | Substitute gdkx.h => gdkprivate.h since we need to accesss only | Owen Taylor | 1999-11-08 | 1 | -4/+1 |
* | Fix a reference to window_private->destroyed. | Owen Taylor | 1999-10-03 | 1 | -1/+2 |
* | Add gdk_threads_mutex. | Tor Lillqvist | 1999-09-17 | 1 | -1/+1 |
* | Add a warning when gtk_widget_grab_default() is called for a widget that | Owen Taylor | 1999-04-13 | 1 | -0/+2 |
* | Merge in Win32 version: Define macro GDKVAR for declaring gdk variables | Tor Lillqvist | 1999-03-17 | 1 | -2/+2 |
* | Tue Mar 16 17:43:33 1999 Tim Janik <timj@gtk.org> | Tim Janik | 1999-03-17 | 1 | -12/+16 |
* | warn about &widget->requisition, even for toplevels. | Tim Janik | 1999-02-24 | 1 | -1/+1 |
* | 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 |
* | When queueing clears relative to widget->window, actually store | Owen Taylor | 1999-02-18 | 1 | -1/+1 |
* | only translate widget relative coordinates to window relative if the | Tim Janik | 1999-02-17 | 1 | -19/+22 |
* | When setting styles, remove unecessary explicits draws and clears. | Owen Taylor | 1999-02-16 | 1 | -5/+1 |
* | gtk/gtkwidget.c (gtk_widget_real_grab_focus): | Owen Taylor | 1999-02-15 | 1 | -1/+10 |
* | Fixed some bugs with set_default_size. | Owen Taylor | 1999-02-10 | 1 | -5/+33 |
* | Add the entire draw_data_list back to the free list, not just the last | Owen Taylor | 1999-02-06 | 1 | -5/+8 |
* | Use floor() instead of truncating to integer values so we get translation | Owen Taylor | 1999-01-27 | 1 | -4/+37 |
* | New functions to set the colormap or visual of an existing widget. These | Owen Taylor | 1999-01-26 | 1 | -10/+55 |
* | set RECEIVES_DEFAULT on init, and a button press on the widget doesn't | George Lebl | 1999-01-25 | 1 | -0/+11 |
* | Code cleanup. | Owen Taylor | 1999-01-21 | 1 | -2/+2 |
* | removed deprecated functions: gtk_clist_set_border, | Tim Janik | 1999-01-17 | 1 | -16/+0 |
* | define GTK_DISABLE_COMPAT_H for compilation of gtk code. | Tim Janik | 1999-01-15 | 1 | -7/+3 |
* | nparams for selection_get should be 3, not 2. [ From Damon Chaplin | Owen Taylor | 1999-01-15 | 1 | -14/+26 |
* | eliminate queue_clears or queue_draws where we know that expose events | Tim Janik | 1999-01-13 | 1 | -3/+4 |
* | reworked the redrawing heuristics somewhat, this fixed a bunch of existing | Tim Janik | 1999-01-12 | 1 | -123/+117 |
* | Fixes to drawing the background of the bin window so that clearing and | Owen Taylor | 1999-01-08 | 1 | -14/+34 |