summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
...
* Fix off-by-one error on the backward iteration loop, that was causing theOwen Taylor2003-01-211-2/+3
* Adjust the vadjustment value after changing its bounds. (fixes #101963 andMatthias Clasen2003-01-211-24/+17
* Fix clamping to [0,1] to avoid unnecessary roundtrip failures. (#93500)Matthias Clasen2003-01-201-3/+3
* Fix assertion.Soeren Sandmann2003-01-201-1/+1
* Merge from stable:Tor Lillqvist2003-01-192-39/+87
* More fixes for invisible text.Matthias Clasen2003-01-161-19/+10
* Set the double click speed from XSETTINGS when creating a new GtkSettingsOwen Taylor2003-01-151-10/+18
* Show/hide the notebook event window as necessary, we weren't previouslyOwen Taylor2003-01-151-10/+8
* Fixes #102168.Murray Cumming2003-01-143-0/+21
* fix compiler warning.Kristian Rietveld2003-01-141-0/+2
* The full changelog for this commit is too long to paste here, so to avoidKristian Rietveld2003-01-145-49/+101
* Skip invisible chars for GTK_MOVEMENT_LOGICAL_POSITIONS andMatthias Clasen2003-01-143-160/+246
* Merge from stable:Tor Lillqvist2003-01-121-2/+3
* Fix display of the selection in the presence of invisible segments.Matthias Clasen2003-01-081-3/+3
* Bind C-/ and C-\ to "select all" and "unselect all". (#102065)Matthias Clasen2003-01-071-1/+21
* Add a comment that the just_selected_element is unused.Matthias Clasen2003-01-062-114/+184
* Implement a utility function proposed in #102534:Matthias Clasen2003-01-064-8/+49
* Use correct DLL and import library names, with GTK_API_VERSION in name,Tor Lillqvist2003-01-053-479/+2
* Make C-Down step through the sequence of paragraph ends (old behaviourMatthias Clasen2003-01-042-5/+6
* Add /*< public >*/ and /*< private >*/ as appropriate. (#97211)Matthias Clasen2003-01-041-0/+3
* Document that it may return NULL. (#102069)Matthias Clasen2003-01-021-1/+1
* #ifdef out test cases.Matthias Clasen2002-12-311-1/+1
* Fix the fix for #75694.Matthias Clasen2002-12-271-2/+3
* Place the cursor at drop point. (#72384) (gtk_text_view_size_allocate):Matthias Clasen2002-12-271-0/+4
* Fix highlighting of selection wrt. to empty lines. (#90435, #90582)Matthias Clasen2002-12-252-3/+7
* Forgotten commit, already ChangeLogged.Matthias Clasen2002-12-251-2/+5
* Let the user action span the insertion and the deletion of the oldMatthias Clasen2002-12-241-4/+17
* Don't call gtk_text_iter_backward_sentence_start() if count is zero.Matthias Clasen2002-12-231-0/+3
* Don't add attributes with empty ranges. (fixes #101564 and #80637)Matthias Clasen2002-12-221-0/+3
* New static function to set the background of all windows.Matthias Clasen2002-12-211-20/+51
* fix the documentationHavoc Pennington2002-12-211-5/+13
* the rand variable should be static to avoid conflicts with rand().Kristian Rietveld2002-12-191-1/+1
* Add docs.Matthias Clasen2002-12-181-0/+22
* === Released 2.1.5 ===GTK_2_1_5Owen Taylor2002-12-171-1/+0
* Call gtk_entry_set_position_internal() that takes a new "reset_IM"Owen Taylor2002-12-171-6/+13
* Fix a few doc comments. Link to style properties.Matthias Clasen2002-12-171-4/+4
* Get rid of incorrect calls to g_value_init(). (#100669, Johan Dahlin,Owen Taylor2002-12-161-9/+2
* Implement Owen's susggestion from #80764. Fixes #101314.Soeren Sandmann2002-12-161-24/+48
* Some fixes for modal hint setting based on a patch from Arvind SampturOwen Taylor2002-12-162-10/+26
* Pass TRUE for search_sensitive - prevents a problem where after hittingOwen Taylor2002-12-151-1/+1
* Use g_printf instead of system printf. (#99327)Matthias Clasen2002-12-1510-59/+60
* Add docs.Matthias Clasen2002-12-152-1/+98
* Made Xinerama-aware. (#85711)Matthias Clasen2002-12-141-11/+13
* Add a new binding signal, "move_scroll", and use it to hook upOwen Taylor2002-12-145-78/+308
* minor coding style fix.Chema Celorio2002-12-141-3/+3
* Don't recalculate the acceleration label in an idle handler.Soeren Sandmann2002-12-142-38/+3
* Handle the case where the pointer isn't on the same screen as the widgetOwen Taylor2002-12-141-5/+17
* gdk/gdkscreen.c (gdk_screen_get_monitor_at_point) Provide a usefulOwen Taylor2002-12-141-2/+0
* If the screen for the menu changes while the menu is torn off, move theOwen Taylor2002-12-141-3/+21
* Handle the case where the pointer is moved between screens during a handleOwen Taylor2002-12-142-6/+50