| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix incorrect list rearrangement that caused some segfaults. Pay attention | Elliot Lee | 2000-08-09 | 2 | -15/+26 |
* | If the first pango_skip_space fails, remember to free enginepair before | Elliot Lee | 2000-08-08 | 3 | -4/+12 |
* | Find the bug, people! | Elliot Lee | 2000-08-04 | 1 | -2/+1 |
* | Fix segfault when tmp_list has no 'prev' pointer. Infinite loops do not | Elliot Lee | 2000-08-04 | 4 | -14/+42 |
* | Fix problem with the way extents for the layout lines were summed together | Owen Taylor | 2000-08-02 | 1 | -8/+6 |
* | Remove hardcoded path to my home directory! Allow specifying the file on | Owen Taylor | 2000-07-31 | 2 | -1/+2 |
* | Destroy the layout->font_desc to avoid a memory leak. | Martin Baulig | 2000-07-31 | 1 | -0/+3 |
* | Typo. | Tor Lillqvist | 2000-07-27 | 1 | -1/+1 |
* | pango/pango.def New files, forgot to commit earlier. | Tor Lillqvist | 2000-07-27 | 2 | -0/+154 |
* | include <stdlib.h> | Owen Taylor | 2000-07-22 | 1 | -0/+1 |
* | A bit of code cleanup. | Owen Taylor | 2000-07-21 | 5 | -15/+203 |
* | Free buffer strings. | Owen Taylor | 2000-07-21 | 6 | -34/+487 |
* | Use 0xFFFE to produce the default glyph. (create_bitmap_dibsection): Zero | Tor Lillqvist | 2000-07-19 | 3 | -23/+33 |
* | Don't try to use the ! command, not available in all systems. Move the ! | Tor Lillqvist | 2000-07-19 | 3 | -3/+6 |
* | Add Tahoma and Angsana New, these common fonts have Thai characters. | Tor Lillqvist | 2000-07-18 | 3 | -81/+123 |
* | Add the pangowin32 sources. | Tor Lillqvist | 2000-07-18 | 6 | -13/+26 |
* | pango/pango-utils.h pango/pango-utils.c pango/pangox-fontmap.c Move the | Tor Lillqvist | 2000-07-16 | 7 | -531/+344 |
* | pango/pangowin32.h pango/pangowin32-private.h pango/pangowin32-fontcache.c | Tor Lillqvist | 2000-07-15 | 10 | -14/+4057 |
* | Fix bug in home directory substitution. | Owen Taylor | 2000-07-11 | 1 | -1/+1 |
* | Implement this function, to get logical attributes without a | Havoc Pennington | 2000-07-06 | 2 | -1/+105 |
* | Released 0.12 | Owen Taylor | 2000-07-06 | 2 | -4/+5 |
* | Update | Owen Taylor | 2000-07-06 | 2 | -4/+6 |
* | Handle the case where the byte offset is outside the layout. | Havoc Pennington | 2000-07-03 | 1 | -3/+37 |
* | Fix up set_font_description() for tab spaces. | Owen Taylor | 2000-07-02 | 1 | -0/+9 |
* | New function that inserts before other attributes with matching start | Owen Taylor | 2000-07-02 | 4 | -46/+142 |
* | Add a PANGO_PIXELS macro to convert from pango units to device units and | Owen Taylor | 2000-07-02 | 3 | -1/+150 |
* | A bunch of simple functions for reading from files, manipulating strings | Owen Taylor | 2000-07-01 | 2 | -0/+615 |
* | A bunch of simple functions for reading from files, manipulating strings | Owen Taylor | 2000-06-30 | 4 | -329/+231 |
* | Fix various aspects of expanding coverage tables beyond the first 256 | Owen Taylor | 2000-06-29 | 1 | -12/+13 |
* | Remove tests for libunicode | Owen Taylor | 2000-06-21 | 13 | -367/+62 |
* | GTK+ should compile now... sorry about the mess... | Havoc Pennington | 2000-06-21 | 7 | -161/+246 |
* | g_strcasecmp returns 0 when strings are equal - negate return value. | Elliot Lee | 2000-06-19 | 5 | -24/+74 |
* | add comment delimiters around trailing text after #endifs to remove warnings | Christopher Blizzard | 2000-06-19 | 9 | -9/+9 |
* | pango/Makefile.am: Add a new header pango-modules.h to export a few parts | Owen Taylor | 2000-06-08 | 1 | -0/+52 |
* | *** empty log message *** | Owen Taylor | 2000-06-08 | 10 | -40/+28 |
* | New function to copy a PangoAttrIterator. | Havoc Pennington | 2000-06-07 | 2 | -15/+42 |
* | add missing return from last commit | Owen Taylor | 2000-06-06 | 1 | -0/+2 |
* | Add a function to free cached information for a particular display. (This | Owen Taylor | 2000-06-06 | 4 | -20/+80 |
* | Fix problem with unloading fonts. | Owen Taylor | 2000-06-05 | 5 | -12/+100 |
* | Release 0.11 | Owen Taylor | 2000-05-31 | 1 | -0/+1 |
* | Use g_strtod(). | Owen Taylor | 2000-05-30 | 2 | -7/+11 |
* | New function to retrieve the XLFD for a given subfont. | Owen Taylor | 2000-05-29 | 3 | -6/+48 |
* | Fix bug in MRU list code. | Owen Taylor | 2000-05-29 | 2 | -18/+27 |
* | Since we require GLib-1.3, and thus can no longer build the examples | Owen Taylor | 2000-05-28 | 2 | -3/+3 |
* | added missing file | Owen Taylor | 2000-05-28 | 1 | -0/+242 |
* | Install pango-fontmap.h. | Owen Taylor | 2000-05-28 | 5 | -12/+40 |
* | s/pango_font_set_data/g_object_set_qdata/ | Owen Taylor | 2000-05-28 | 9 | -219/+146 |
* | Add libgobject. | Owen Taylor | 2000-05-28 | 13 | -1501/+1732 |
* | Fix <, <= confusion. | Owen Taylor | 2000-05-22 | 1 | -1/+1 |
* | Fix memory leak by freeing correct list. | Owen Taylor | 2000-05-10 | 3 | -50/+74 |