| Commit message (Expand) | Author | Age | Files | Lines |
* | Updates. | Tor Lillqvist | 2001-10-29 | 1 | -0/+86 |
* | Fix build. | Anders Carlsson | 2001-10-28 | 1 | -0/+4 |
* | static correct-ness, underscore prefixing of library internal functions | Hans Breuer | 2001-10-28 | 1 | -0/+18 |
* | Documentation updates. | Matthias Clasen | 2001-10-28 | 1 | -0/+6 |
* | do not call gtk_settings_get_default() here as that requires an X | jacob berkman | 2001-10-28 | 1 | -0/+25 |
* | un Oct 28 09:15:39 2001 Owen Taylor <otaylor@redhat.com> | Owen Taylor | 2001-10-28 | 1 | -0/+6 |
* | Typo fix. Updates. Document the special values <none> and <parent> for | Matthias Clasen | 2001-10-27 | 1 | -0/+4 |
* | cosmetics | Tim Janik | 2001-10-27 | 1 | -1/+0 |
* | Call update_im_spot_location here explicitly | Havoc Pennington | 2001-10-27 | 1 | -0/+7 |
* | Fix typo in docs. This fixes #62942. | Anders Carlsson | 2001-10-27 | 1 | -0/+3 |
* | Clarify that we're returning a spin button in the _new function. This | Anders Carlsson | 2001-10-27 | 1 | -0/+7 |
* | fix typos in ChangeLog | Owen Taylor | 2001-10-27 | 1 | -2/+2 |
* | Oct 26 20:55:57 2001 Owen Taylor <otaylor@redhat.com> | Owen Taylor | 2001-10-27 | 1 | -0/+14 |
* | to simplify parsing for exported functions: - made implementation | Hans Breuer | 2001-10-27 | 1 | -0/+17 |
* | Add note about width having to be greater than 0. This fixes #55574. | Anders Carlsson | 2001-10-27 | 1 | -0/+4 |
* | Fix docs to say previous instead of next. | Anders Carlsson | 2001-10-27 | 1 | -0/+5 |
* | Mention that the valid width is in range 0-65535 pixels. Fixes bug #56754. | Anders Carlsson | 2001-10-27 | 1 | -0/+4 |
* | Remove a dot in the documentation. Fixes bug #62632. | Anders Carlsson | 2001-10-26 | 1 | -0/+3 |
* | Replace int and guint with long and gulong in some places to make the code | Anders Carlsson | 2001-10-26 | 1 | -0/+6 |
* | Set up destroy signals so that all windows will be destroyed when one is. | Anders Carlsson | 2001-10-26 | 1 | -0/+3 |
* | Don't set a fixed height on the hscale widget. This fixes "bug" #55840. | Anders Carlsson | 2001-10-26 | 1 | -0/+6 |
* | Create new "indent_expander" style property. | Anders Carlsson | 2001-10-26 | 1 | -0/+18 |
* | fixed a small typo | Kristian Rietveld | 2001-10-26 | 1 | -0/+4 |
* | Anders Carlsson suggested to use G_N_ELEMENTS here | Kristian Rietveld | 2001-10-26 | 1 | -0/+5 |
* | gtk/gtkbutton.[ch] fixed inline comments | Sven Neumann | 2001-10-26 | 1 | -0/+7 |
* | updated externals | Hans Breuer | 2001-10-26 | 1 | -0/+15 |
* | Version 1.3.10, require GLib 1.3.10.GTK_1_3_10 | Owen Taylor | 2001-10-25 | 1 | -0/+7 |
* | Add support for invalid nodes. (_gtk_rbnode_rotate_right): Ditto. | Jonathan Blandford | 2001-10-25 | 1 | -0/+24 |
* | call gtk_text_view_destroy_layout after gtk_text_view_set_buffer (which | Matt Wilson | 2001-10-25 | 1 | -0/+6 |
* | remove conflict mark | Matt Wilson | 2001-10-25 | 1 | -1/+0 |
* | the valid range for the 'indent' property is G_MININT to G_MAXINT. Don't | Matt Wilson | 2001-10-25 | 1 | -0/+8 |
* | This ought to make msw happy since it fixes #62887. | Anders Carlsson | 2001-10-25 | 1 | -0/+12 |
* | Update to new Pango APIs | Alex Larsson | 2001-10-24 | 1 | -0/+11 |
* | Fix docs, #62808 | Jonathan Blandford | 2001-10-24 | 1 | -0/+4 |
* | treat s_path as a child path | Kristian Rietveld | 2001-10-24 | 1 | -0/+5 |
* | more changes in an attempt to get it right. It's not yet ready for general | Kristian Rietveld | 2001-10-24 | 1 | -0/+13 |
* | remove hack to strip off the bogus newline, since we killed the bogus | Havoc Pennington | 2001-10-24 | 1 | -0/+6 |
* | forgot to save ChangeLog after adding a phrase | Havoc Pennington | 2001-10-24 | 1 | -1/+1 |
* | don't create layout if we didn't have one (gtk_text_view_set_buffer): | Havoc Pennington | 2001-10-24 | 1 | -0/+9 |
* | Improve dreadful tooltips. | Owen Taylor | 2001-10-24 | 1 | -0/+5 |
* | Always set window->parent (except or the root window itself); if the | Owen Taylor | 2001-10-24 | 1 | -0/+10 |
* | if we move to the front of a segment, use the "slow" technique for moving | Havoc Pennington | 2001-10-24 | 1 | -0/+10 |
* | only sensitize Cut if selection contains some editable text, #60975 | Havoc Pennington | 2001-10-23 | 1 | -0/+11 |
* | Correctly keep the same text on the top of the screen, considering that | Havoc Pennington | 2001-10-23 | 1 | -1/+14 |
* | Use an image menu item here (popup_targets_received): Call | Anders Carlsson | 2001-10-23 | 1 | -0/+11 |
* | queue a resize here; will temporarily slow down the widget a lot, until we | Havoc Pennington | 2001-10-23 | 1 | -0/+6 |
* | handle case where offset == 0 and char_len == 0, bug #61729 | Havoc Pennington | 2001-10-23 | 1 | -0/+5 |
* | fix return value, #61714 (Vitaly Tishkov) | Havoc Pennington | 2001-10-23 | 1 | -0/+10 |
* | Apply fix from Dov Grobgeld, #61858 | Havoc Pennington | 2001-10-23 | 1 | -0/+5 |
* | credit Hidetoshi | Havoc Pennington | 2001-10-23 | 1 | -0/+1 |