| Commit message (Expand) | Author | Age | Files | Lines |
* | [annotations] Add allow-none | Johan Dahlin | 2010-02-19 | 1 | -3/+3 |
* | [introspection] Merge in Gtk-custom.c annotations | Colin Walters | 2009-12-16 | 1 | -21/+21 |
* | Revert name change | Cody Russell | 2008-07-01 | 1 | -1/+1 |
* | Practically everything changed. | Cody Russell | 2008-06-30 | 1 | -1/+1 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 1 | -1/+1 |
* | Fix an aliasing problem. (#347585, Ed Catmur) | Matthias Clasen | 2007-11-22 | 1 | -1/+1 |
* | sort returned tags array by tags priority (#497102). | Yevgen Muntyan | 2007-11-15 | 1 | -6/+0 |
* | Improve the docs. (#486155, Owen Taylor) | Matthias Clasen | 2007-10-16 | 1 | -4/+4 |
* | Internalize some strings, pointed out by Damon Chaplin. | Matthias Clasen | 2007-04-27 | 1 | -1/+2 |
* | Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder, | Matthias Clasen | 2007-03-09 | 1 | -4/+2 |
* | Apply a cleanup patch by Kjartan Maraas (#341812) | Matthias Clasen | 2006-10-08 | 1 | -37/+0 |
* | handle the case of \r and \n split across lines. Bug #337022. add unit | Paolo Borelli | 2006-04-05 | 1 | -2/+15 |
* | Fix macro declaration | Matthias Clasen | 2006-02-23 | 1 | -1/+1 |
* | Minor optimizations. (#332059, Arnaud Charlet) | Matthias Clasen | 2006-02-22 | 1 | -1/+1 |
* | Use the slice allocator for many small allocations. | Matthias Clasen | 2006-01-04 | 1 | -2/+2 |
* | Speed this function up, using the fact that visibility is constant across | Matthias Clasen | 2005-12-12 | 1 | -28/+36 |
* | Speed up stepping backwards. (#320638, Larry Ewing, Paolo Borelli) | Matthias Clasen | 2005-12-12 | 1 | -6/+8 |
* | Make limit an inclusive boundary. (#321299) | Matthias Clasen | 2005-11-14 | 1 | -1/+1 |
* | Replace manual offset calculations by g_utf8_offset_to_pointer(). | Matthias Clasen | 2005-11-02 | 1 | -9/+4 |
* | Various cleanups. (#315360, Kjartan Maraas) | Matthias Clasen | 2005-09-13 | 1 | -3/+0 |
* | Fix a typo in the docs. (#314878, Guillaume Cottenceau) | Matthias Clasen | 2005-08-31 | 1 | -1/+1 |
* | Make invisible text work a bit better (#66194, patch by Jeroen | Matthias Clasen | 2005-06-13 | 1 | -0/+156 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -1/+3 |
* | Don't access attr[-1]. (#153628, Padraig O'Briain) | Matthias Clasen | 2004-09-25 | 1 | -1/+4 |
* | Count from the beginning of the line, not from the current position. | Matthias Clasen | 2004-08-16 | 1 | -0/+4 |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 1 | -0/+1 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 1 | -0/+1 |
* | Fixes #132975. | Federico Mena Quintero | 2004-01-30 | 1 | -2/+2 |
* | removed redundant calls to g_object_notify(). | Sven Neumann | 2003-03-13 | 1 | -2/+2 |
* | Trivial cleanups (bug #107664) | Matthias Clasen | 2003-03-08 | 1 | -6/+6 |
* | Skip invisible chars for GTK_MOVEMENT_LOGICAL_POSITIONS and | Matthias Clasen | 2003-01-14 | 1 | -155/+227 |
* | Make C-Down step through the sequence of paragraph ends (old behaviour | Matthias Clasen | 2003-01-04 | 1 | -1/+4 |
* | Don't call gtk_text_iter_backward_sentence_start() if count is zero. | Matthias Clasen | 2002-12-23 | 1 | -0/+3 |
* | Put into #ifdef DO_BLINK to avoid an unused static function. (#97965) | Matthias Clasen | 2002-11-08 | 1 | -1/+6 |
* | Minor documentation fixes | Soren Sandmann | 2002-08-10 | 1 | -5/+5 |
* | Fix type names for GtkIconSet, GtkIconSource, GtkSelectionData, GtkBorder, | Owen Taylor | 2002-06-13 | 1 | -1/+1 |
* | A bunch of trivial doc fixes. | Matthias Clasen | 2002-04-20 | 1 | -2/+3 |
* | Switch style of stamp file usage. | Owen Taylor | 2002-03-02 | 1 | -0/+13 |
* | isspace -> g_ascii_isspace Remove gdki8n.h include. Remove <ctype.h> | Darin Adler | 2002-02-08 | 1 | -1/+0 |
* | propagate exposes to no window children not in the buffer window. | Havoc Pennington | 2002-01-02 | 1 | -1/+3 |
* | fix to use ensure_byte_offsets not ensure_char_offsets, patch from Padraig | Havoc Pennington | 2001-12-31 | 1 | -2/+6 |
* | More precise documentation about underscores and mnemonics. (#66380) | Matthias Clasen | 2001-12-20 | 1 | -1/+1 |
* | Fix some warnings. | Darin Adler | 2001-12-15 | 1 | -1/+2 |
* | assertion here that we were at the end iterator was not correct; change | Havoc Pennington | 2001-11-29 | 1 | -3/+6 |
* | fix Control-E so it doesn't move to a new line each time you press it | Havoc Pennington | 2001-11-14 | 1 | -2/+2 |
* | bulk of the tests were commented out, oops. | Havoc Pennington | 2001-11-14 | 1 | -11/+23 |
* | Mass fixing of trivial doc bugs. (#63544, #57007, #64141, #63472, #57108, | Matthias Clasen | 2001-11-10 | 1 | -46/+43 |
* | Fix docs to say previous instead of next. | Anders Carlsson | 2001-10-27 | 1 | -2/+2 |
* | if we move to the front of a segment, use the "slow" technique for moving | Havoc Pennington | 2001-10-24 | 1 | -1/+6 |
* | handle case where offset == 0 and char_len == 0, bug #61729 | Havoc Pennington | 2001-10-23 | 1 | -1/+1 |