| Commit message (Expand) | Author | Age | Files | Lines |
* | Add check for db2html | Owen Taylor | 2000-07-06 | 2 | -0/+10 |
* | Use g_get_charset() instead of g_get_codeset(). | Owen Taylor | 2000-07-03 | 4 | -3/+11 |
* | Ignore calls with <= width or height. | Owen Taylor | 2000-07-03 | 6 | -156/+129 |
* | Add a 'text' argument to set the initial text. | Owen Taylor | 2000-07-02 | 13 | -40/+31 |
* | *** empty log message *** | Owen Taylor | 2000-07-02 | 1 | -6/+2 |
* | Use pango_layout_get_pixel_extents() to remove a large number of '/ | Owen Taylor | 2000-07-02 | 16 | -130/+193 |
* | Call gtk_widget_size_request() on reparented child, if one. Otherwise, | Owen Taylor | 2000-07-02 | 9 | -184/+244 |
* | Add gdk_rgb_find_color() to get a pixel value using GdkRGB functionality | Owen Taylor | 2000-07-02 | 10 | -131/+14 |
* | Put 1.3.1 in warning message, not 1.3.0. | Owen Taylor | 2000-06-26 | 2 | -19/+19 |
* | remove gtkfeatures.GTK_HP_PATCHES_BRANCHPOINT | Tim Janik | 2000-06-24 | 1 | -1/+0 |
* | make the current version number 1.3.1 (binary age 0, interface age 0). | Tim Janik | 2000-06-24 | 7 | -528/+411 |
* | Use anonymous mark instead of making up a bogus name for first_para_mark | Havoc Pennington | 2000-06-23 | 3 | -8/+5 |
* | Convert GdkPixbuf to GObject, leaving it opaque (i.e. derivation is not | Havoc Pennington | 2000-06-22 | 1 | -2/+2 |
* | Welcome aboard, gdk-pixbuf. | Owen Taylor | 2000-06-21 | 2 | -22/+28 |
* | Use gtk_get_default_language | Havoc Pennington | 2000-06-21 | 8 | -71/+121 |
* | Use gunichar instead of gint when appropriate in the interfaces | Havoc Pennington | 2000-06-21 | 8 | -181/+48 |
* | Finish the job Elliot started of removing font setting test for text | Owen Taylor | 2000-06-21 | 1 | -11/+3 |
* | Remove use of libunicode in favor of new GLib functions. | Owen Taylor | 2000-06-21 | 8 | -116/+38 |
* | Fix conditionality to work the "right" way. Missed commits from previous. | Elliot Lee | 2000-06-20 | 2 | -3/+3 |
* | Make this compile without framebuffer enabled | Havoc Pennington | 2000-06-20 | 50 | -810/+876 |
* | (follow-on from previous commit) | Elliot Lee | 2000-06-20 | 12 | -34/+51 |
* | removed the trailing space after a '\' | Pablo Saratxaga | 2000-06-19 | 1 | -1/+1 |
* | Change private class member to be named private_data throughout the file. | Christopher Blizzard | 2000-06-19 | 2 | -42/+42 |
* | moved gtkrc.bg to more generic gtkrc.cp1251 | Pablo Saratxaga | 2000-06-18 | 2 | -6/+10 |
* | Call gdk_window_withdraw rather than gdk_window_hide; this makes things | Owen Taylor | 2000-06-12 | 3 | -3/+3 |
* | Fix cut and paste typo where wrong pixmap was being unref'ed. (Pointed out | Owen Taylor | 2000-06-11 | 2 | -24/+52 |
* | deps include libgtk-x11.la, not libgtk.la (LDADDS): include libgtk-x11.la | Christopher Blizzard | 2000-06-09 | 2 | -5/+5 |
* | Add missing backslash that was keeping GTK+ from building at all. | Owen Taylor | 2000-06-07 | 1 | -1/+1 |
* | make it possible to configure gtk for different targets on the same | CEST 2000 Paolo Molaro | 2000-06-07 | 1 | -11/+35 |
* | take frame offest into account when trying to calculate the animation | Larry Ewing | 2000-06-06 | 1 | -5/+31 |
* | Fix to prepend not append. (Pointed out by Brett Hall.)GDK_OBJECT_WITH_PANGO_BRANCHPOINT | Owen Taylor | 2000-06-06 | 1 | -1/+1 |
* | Unref the entry's layout. | Owen Taylor | 2000-06-06 | 1 | -0/+3 |
* | Add call to g_type_init() - we'll need this later, and this makes sure | Owen Taylor | 2000-06-06 | 2 | -1/+2 |
* | Hack gdk_event_get_graphics_expose() to sort of work by adding an extra | Owen Taylor | 2000-06-05 | 2 | -2/+4 |
* | Test program to make sure GtkTextBuffer is in working order. | Havoc Pennington | 2000-06-02 | 14 | -158/+653 |
* | Initialize DOUBLE_BUFFERED flag to on. | Owen Taylor | 2000-06-02 | 4 | -11/+29 |
* | Remove all references to offscreen flag which was no longer used. | Havoc Pennington | 2000-06-02 | 89 | -7501/+29505 |
* | let you set the titles to be active, even if they aren't visible. | Jonathan Blandford | 2000-05-29 | 1 | -6/+0 |
* | Added rule for Latvian language gtkrc file | Pablo Saratxaga | 2000-05-22 | 1 | -1/+2 |
* | Spelling/grammar fixes in comments. | Nils Barth | 2000-05-21 | 3 | -3/+3 |
* | set send_event to TRUE. (gtk_drawing_area_size): queue a resize. | Tim Janik | 2000-05-19 | 1 | -6/+6 |
* | when unref-ing the handlers, also invalidate them. bug nailed down by Karl | Tim Janik | 2000-05-19 | 1 | -2/+10 |
* | handle "(nil)" foundries, patch from Grigorios Magklis. | Tim Janik | 2000-05-19 | 1 | -6/+9 |
* | Remember to save the file before committing. | Jonathan Blandford | 2000-05-17 | 1 | -4/+1 |
* | Patch from David Santiago <mrcooger@cyberverse.com> to change things so | Owen Taylor | 2000-05-17 | 2 | -42/+36 |
* | Plug same refcount leaks as in the X11 backend.gdk-object-branchpoint | Tor Lillqvist | 2000-05-16 | 7 | -69/+61 |
* | A bit of editing. | Owen Taylor | 2000-05-15 | 3 | -50/+60 |
* | don't include gtk/gtkintl.h in a public header file. | Tim Janik | 2000-05-12 | 2 | -1/+1 |
* | documented necessary changes for 1.4 transition. | Tim Janik | 2000-05-12 | 83 | -5595/+4618 |
* | Color selection dialog rewrite. | Owen Taylor | 2000-05-10 | 9 | -1466/+3250 |