| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix off-by-one error on the backward iteration loop, that was causing the | Owen Taylor | 2003-01-21 | 1 | -2/+3 |
* | Adjust the vadjustment value after changing its bounds. (fixes #101963 and | Matthias Clasen | 2003-01-21 | 1 | -24/+17 |
* | Fix clamping to [0,1] to avoid unnecessary roundtrip failures. (#93500) | Matthias Clasen | 2003-01-20 | 1 | -3/+3 |
* | Fix assertion. | Soeren Sandmann | 2003-01-20 | 1 | -1/+1 |
* | Merge from stable: | Tor Lillqvist | 2003-01-19 | 2 | -39/+87 |
* | More fixes for invisible text. | Matthias Clasen | 2003-01-16 | 1 | -19/+10 |
* | Set the double click speed from XSETTINGS when creating a new GtkSettings | Owen Taylor | 2003-01-15 | 1 | -10/+18 |
* | Show/hide the notebook event window as necessary, we weren't previously | Owen Taylor | 2003-01-15 | 1 | -10/+8 |
* | Fixes #102168. | Murray Cumming | 2003-01-14 | 3 | -0/+21 |
* | fix compiler warning. | Kristian Rietveld | 2003-01-14 | 1 | -0/+2 |
* | The full changelog for this commit is too long to paste here, so to avoid | Kristian Rietveld | 2003-01-14 | 5 | -49/+101 |
* | Skip invisible chars for GTK_MOVEMENT_LOGICAL_POSITIONS and | Matthias Clasen | 2003-01-14 | 3 | -160/+246 |
* | Merge from stable: | Tor Lillqvist | 2003-01-12 | 1 | -2/+3 |
* | Fix display of the selection in the presence of invisible segments. | Matthias Clasen | 2003-01-08 | 1 | -3/+3 |
* | Bind C-/ and C-\ to "select all" and "unselect all". (#102065) | Matthias Clasen | 2003-01-07 | 1 | -1/+21 |
* | Add a comment that the just_selected_element is unused. | Matthias Clasen | 2003-01-06 | 2 | -114/+184 |
* | Implement a utility function proposed in #102534: | Matthias Clasen | 2003-01-06 | 4 | -8/+49 |
* | Use correct DLL and import library names, with GTK_API_VERSION in name, | Tor Lillqvist | 2003-01-05 | 3 | -479/+2 |
* | Make C-Down step through the sequence of paragraph ends (old behaviour | Matthias Clasen | 2003-01-04 | 2 | -5/+6 |
* | Add /*< public >*/ and /*< private >*/ as appropriate. (#97211) | Matthias Clasen | 2003-01-04 | 1 | -0/+3 |
* | Document that it may return NULL. (#102069) | Matthias Clasen | 2003-01-02 | 1 | -1/+1 |
* | #ifdef out test cases. | Matthias Clasen | 2002-12-31 | 1 | -1/+1 |
* | Fix the fix for #75694. | Matthias Clasen | 2002-12-27 | 1 | -2/+3 |
* | Place the cursor at drop point. (#72384) (gtk_text_view_size_allocate): | Matthias Clasen | 2002-12-27 | 1 | -0/+4 |
* | Fix highlighting of selection wrt. to empty lines. (#90435, #90582) | Matthias Clasen | 2002-12-25 | 2 | -3/+7 |
* | Forgotten commit, already ChangeLogged. | Matthias Clasen | 2002-12-25 | 1 | -2/+5 |
* | Let the user action span the insertion and the deletion of the old | Matthias Clasen | 2002-12-24 | 1 | -4/+17 |
* | Don't call gtk_text_iter_backward_sentence_start() if count is zero. | Matthias Clasen | 2002-12-23 | 1 | -0/+3 |
* | Don't add attributes with empty ranges. (fixes #101564 and #80637) | Matthias Clasen | 2002-12-22 | 1 | -0/+3 |
* | New static function to set the background of all windows. | Matthias Clasen | 2002-12-21 | 1 | -20/+51 |
* | fix the documentation | Havoc Pennington | 2002-12-21 | 1 | -5/+13 |
* | the rand variable should be static to avoid conflicts with rand(). | Kristian Rietveld | 2002-12-19 | 1 | -1/+1 |
* | Add docs. | Matthias Clasen | 2002-12-18 | 1 | -0/+22 |
* | === Released 2.1.5 ===GTK_2_1_5 | Owen Taylor | 2002-12-17 | 1 | -1/+0 |
* | Call gtk_entry_set_position_internal() that takes a new "reset_IM" | Owen Taylor | 2002-12-17 | 1 | -6/+13 |
* | Fix a few doc comments. Link to style properties. | Matthias Clasen | 2002-12-17 | 1 | -4/+4 |
* | Get rid of incorrect calls to g_value_init(). (#100669, Johan Dahlin, | Owen Taylor | 2002-12-16 | 1 | -9/+2 |
* | Implement Owen's susggestion from #80764. Fixes #101314. | Soeren Sandmann | 2002-12-16 | 1 | -24/+48 |
* | Some fixes for modal hint setting based on a patch from Arvind Samptur | Owen Taylor | 2002-12-16 | 2 | -10/+26 |
* | Pass TRUE for search_sensitive - prevents a problem where after hitting | Owen Taylor | 2002-12-15 | 1 | -1/+1 |
* | Use g_printf instead of system printf. (#99327) | Matthias Clasen | 2002-12-15 | 10 | -59/+60 |
* | Add docs. | Matthias Clasen | 2002-12-15 | 2 | -1/+98 |
* | Made Xinerama-aware. (#85711) | Matthias Clasen | 2002-12-14 | 1 | -11/+13 |
* | Add a new binding signal, "move_scroll", and use it to hook up | Owen Taylor | 2002-12-14 | 5 | -78/+308 |
* | minor coding style fix. | Chema Celorio | 2002-12-14 | 1 | -3/+3 |
* | Don't recalculate the acceleration label in an idle handler. | Soeren Sandmann | 2002-12-14 | 2 | -38/+3 |
* | Handle the case where the pointer isn't on the same screen as the widget | Owen Taylor | 2002-12-14 | 1 | -5/+17 |
* | gdk/gdkscreen.c (gdk_screen_get_monitor_at_point) Provide a useful | Owen Taylor | 2002-12-14 | 1 | -2/+0 |
* | If the screen for the menu changes while the menu is torn off, move the | Owen Taylor | 2002-12-14 | 1 | -3/+21 |
* | Handle the case where the pointer is moved between screens during a handle | Owen Taylor | 2002-12-14 | 2 | -6/+50 |