summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change the Escape key binding to only close if the dialog contains aOwen Taylor2002-12-141-10/+39
* Use g_utf8_collate_key() to sort in human-friendly order. (#94473)Owen Taylor2002-12-131-3/+10
* System fnmatch wasn't going to be UTF-8 clean, neither was our version.Owen Taylor2002-12-135-229/+277
* Const warning fix.Owen Taylor2002-12-131-2/+2
* Include "." and ".." in the list of entries; they are needed for correctOwen Taylor2002-12-131-7/+10
* Intercept events of type GDK_SETTING before we check to see if there wasOwen Taylor2002-12-121-2/+6
* Add C-u/C-h/C-w. (#72245)Owen Taylor2002-12-121-0/+10
* Skip insensitive widgets. (#84061)Owen Taylor2002-12-121-1/+1
* return TRUE when button 3 is pressed, fixes #78324.Soeren Sandmann2002-12-121-0/+1
* Turn off DEBUG_VALIDATION_AND_SCROLLING that got turned on in anOwen Taylor2002-12-121-1/+1
* version 2.1.4, interface age 1.Owen Taylor2002-12-111-1/+0
* Delete EWMH properties if no private->state flags are set. (#66754)Matthias Clasen2002-12-102-2/+2
* Data constness fixes. (#75754)Matthias Clasen2002-12-1020-43/+43
* Fix typo with hadjustment/vadjustment introduce prior to 2.0.0. (#84621,Owen Taylor2002-12-101-3/+3
* new default color scheme based on the GNOME stock icon palette. (#80691,Soeren Sandmann2002-12-105-21/+53