| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Use pango_layout_get_pixel_extents() to remove a large number of '/ | Owen Taylor | 2000-07-02 | 1 | -0/+25 |
* | Call gtk_widget_size_request() on reparented child, if one. Otherwise, | Owen Taylor | 2000-07-02 | 1 | -0/+24 |
* | Move Changes-1.4.txt to the appropriate name. | Owen Taylor | 2000-07-02 | 1 | -0/+5 |
* | Add a is_foreign flag to the structure. Do not call XFreePixmap on pixmaps | Owen Taylor | 2000-07-02 | 1 | -0/+6 |
* | Add gdk_rgb_find_color() to get a pixel value using GdkRGB functionality | Owen Taylor | 2000-07-02 | 1 | -0/+43 |
* | When actually returning expose events, make sure to set the count field | Owen Taylor | 2000-07-01 | 1 | -0/+10 |
* | Change DocBook layout slightly | BST 2000 Tony Gale | 2000-06-28 | 1 | -0/+4 |
* | Finish Section 6. Add Section 7. | BST 2000 Tony Gale | 2000-06-28 | 1 | -0/+4 |
* | Start of Section 6. | BST 2000 Tony Gale | 2000-06-28 | 1 | -0/+4 |
* | Put 1.3.1 in warning message, not 1.3.0. | Owen Taylor | 2000-06-26 | 1 | -0/+13 |
* | If possible, create only a single shm segment and use multiple parts of it | Owen Taylor | 2000-06-26 | 1 | -0/+15 |
* | Add Sections 4 & 5. | BST 2000 Tony Gale | 2000-06-26 | 1 | -0/+4 |
* | make the current version number 1.3.1 (binary age 0, interface age 0). | Tim Janik | 2000-06-24 | 1 | -0/+18 |
* | Use anonymous mark instead of making up a bogus name for first_para_mark | Havoc Pennington | 2000-06-23 | 1 | -0/+8 |
* | Change filename. Add Section 3. | BST 2000 Tony Gale | 2000-06-22 | 1 | -0/+4 |
* | Convert GdkPixbuf to GObject, leaving it opaque (i.e. derivation is not | Havoc Pennington | 2000-06-22 | 1 | -0/+8 |
* | Move file to here. TODO: Update Makfile.am | BST 2000 Tony Gale | 2000-06-22 | 1 | -0/+5 |
* | Add Section 2 | BST 2000 Tony Gale | 2000-06-22 | 1 | -0/+4 |
* | New file. Start of DocBook version of the FAQ. | BST 2000 Tony Gale | 2000-06-22 | 1 | -0/+5 |
* | Define version numbers for GDK_PIXBUF_*, as they get substituted into a | Owen Taylor | 2000-06-22 | 1 | -0/+7 |
* | Work with srcdir != builddir. | Raja R Harinath | 2000-06-22 | 1 | -1/+14 |
* | Change 1.4 version numbers to 2.0. | Owen Taylor | 2000-06-21 | 1 | -0/+4 |
* | Indentation fixups to GTK+ standard. | Owen Taylor | 2000-06-21 | 1 | -0/+5 |
* | Welcome aboard, gdk-pixbuf. | Owen Taylor | 2000-06-21 | 1 | -0/+24 |
* | Use gtk_get_default_language | Havoc Pennington | 2000-06-21 | 1 | -0/+17 |
* | Use gunichar instead of gint when appropriate in the interfaces | Havoc Pennington | 2000-06-21 | 1 | -0/+13 |
* | Removed mistakenly added generated sgml | Owen Taylor | 2000-06-21 | 1 | -0/+19 |
* | use $(mkinstalldirs) not $(MKINSTALLDIRS) | Christopher Blizzard | 2000-06-21 | 1 | -0/+5 |
* | Finish the job Elliot started of removing font setting test for text | Owen Taylor | 2000-06-21 | 1 | -0/+6 |
* | Remove use of libunicode in favor of new GLib functions. | Owen Taylor | 2000-06-21 | 1 | -0/+26 |
* | Fix conditionality to work the "right" way. Missed commits from previous. | Elliot Lee | 2000-06-20 | 1 | -0/+5 |
* | Make this compile without framebuffer enabled | Havoc Pennington | 2000-06-20 | 1 | -1/+177 |
* | (follow-on from previous commit) | Elliot Lee | 2000-06-20 | 1 | -0/+15 |
* | Change private class member to be named private_data throughout the file. | Christopher Blizzard | 2000-06-19 | 1 | -0/+12 |
* | moved gtkrc.bg to more generic gtkrc.cp1251 | Pablo Saratxaga | 2000-06-18 | 1 | -0/+6 |
* | forgot to commit my ChangeLog changes when I checked in a couple of days ago | Christopher Blizzard | 2000-06-12 | 1 | -0/+10 |
* | Call gdk_window_withdraw rather than gdk_window_hide; this makes things | Owen Taylor | 2000-06-12 | 1 | -0/+7 |
* | Fix cut and paste typo where wrong pixmap was being unref'ed. (Pointed out | Owen Taylor | 2000-06-11 | 1 | -5/+16 |
* | Save cflags for all backends, not just X11. | Elliot Lee | 2000-06-08 | 1 | -0/+3 |
* | Use $PANGO_CONFIG instead of pango-config | Elliot Lee | 2000-06-07 | 1 | -0/+3 |
* | Add missing backslash that was keeping GTK+ from building at all. | Owen Taylor | 2000-06-07 | 1 | -0/+7 |
* | make it possible to configure gtk for different targets on the same | CEST 2000 Paolo Molaro | 2000-06-07 | 1 | -0/+13 |
* | Fix to prepend not append. (Pointed out by Brett Hall.)GDK_OBJECT_WITH_PANGO_BRANCHPOINT | Owen Taylor | 2000-06-06 | 1 | -0/+5 |
* | Unref the entry's layout. | Owen Taylor | 2000-06-06 | 1 | -0/+4 |
* | Add call to g_type_init() - we'll need this later, and this makes sure | Owen Taylor | 2000-06-06 | 1 | -0/+14 |
* | We need to treat initial creation different from setting with regards to | Owen Taylor | 2000-06-05 | 1 | -0/+7 |
* | Hack gdk_event_get_graphics_expose() to sort of work by adding an extra | Owen Taylor | 2000-06-05 | 1 | -0/+18 |
* | Test program to make sure GtkTextBuffer is in working order. | Havoc Pennington | 2000-06-02 | 1 | -0/+30 |
* | Initialize DOUBLE_BUFFERED flag to on. | Owen Taylor | 2000-06-02 | 1 | -0/+18 |
* | Remove all references to offscreen flag which was no longer used. | Havoc Pennington | 2000-06-02 | 1 | -0/+636 |