summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Call gdk_keyval_to_lower() on the key passed in, since we lowercase allGTK_MULTIHEAD_MERGEPOINT_30_03_02Owen Taylor2002-03-297-1/+49
* Fix screwup in handling of module path that was resulting in freed memoryOwen Taylor2002-03-298-11/+49
* Fix wrong stock id's for ADD/REMOVE. (#76915, Vitaly Tishkov)Owen Taylor2002-03-297-2/+32
* fix typo in gtk_init_check macro, which caused crashes if argc != 0Hans Breuer2002-03-298-1/+45
* libpng error handlers must not return to their callers, thus longjmp out.Matthias Clasen2002-03-292-0/+8
* remove call to gtk_tree_model_sort_increment_stampKristian Rietveld2002-03-297-1/+38
* UpdatesOwen Taylor2002-03-2912-10/+127
* Don't show the window unless the widget is mapped. (#76742, DennisOwen Taylor2002-03-298-3/+41
* Fixed dashed line issues (#74441) to an IMO reasonable extend. That is:Hans Breuer2002-03-2810-139/+444
* Updated Norwegian (bokmål) translation.Kjartan Maraas2002-03-282-75/+105
* new add, remove stock iconsJakub Steiner2002-03-2810-0/+48
* when encountering non-UTF-8 file names, alert the user with g_message()Tim Janik2002-03-287-3/+46
* Updated Danish translation.Ole Laursen2002-03-282-69/+93
* Don't install the handler if the widget isn't realized.GTK_MULTIHEAD_MERGEPOINT_28_03_02Dave Camp2002-03-287-0/+33
* New font and text icons to solve the dark-theme-problemJakub Steiner2002-03-2824-0/+42
* Updated Korean translation.Changwoo Ryu2002-03-282-69/+93
* Try to find libpng via pkg-config first, since libpng-1.2.2 will come withMatthias Clasen2002-03-277-17/+56
* Don't leak info_ptr.Matthias Clasen2002-03-272-12/+15
* changelog updateOwen Taylor2002-03-276-6/+6
* Set page->last_focus_child to NULL as well as removing the weak reference,Owen Taylor2002-03-277-1/+46
* ChangeLog typo.Murray Cumming2002-03-276-6/+6
* Corrected registered return type of move-cursor signal. Had to add aMurray Cumming2002-03-278-2/+39
* Make libpng use g_malloc instead of system malloc.Matthias Clasen2002-03-262-2/+38
* Add a mention of running ldconfig. (#76126, Bill Nayland.)Owen Taylor2002-03-262-1/+10
* Shuffle the ordering around some more (position before realizing) fixingOwen Taylor2002-03-267-3/+47
* fixed my ChangeLog entrySven Neumann2002-03-266-6/+6
* Free the path after calling gtk_tree_view_row_activated() rather thanDave Camp2002-03-267-1/+33
* Updated Slovak translation.Stanislav Visnovsky2002-03-262-206/+193
* Don't leak pixbuf on error.Matthias Clasen2002-03-254-3/+19
* free the style's font_description before accessing a new one.Sven Neumann2002-03-257-6/+47
* kill code duplicated in gtk_binding_entry_add_signall.Mark McLoughlin2002-03-257-3/+30
* fix bugs in the code.Jonathan Blandford2002-03-252-24/+42
* Make path arg const, #75653Jonathan Blandford2002-03-2510-10/+85
* Changed signature to return success and set a GError parameter, adjustedMatthias Clasen2002-03-252-26/+49
* Updated Polish translation by GNOME PL Team <translators@gnome.pl>Chyla Zbigniew2002-03-242-1068/+1091
* invalidate the line containing start, even if the [start,end) range isHavoc Pennington2002-03-237-2/+50
* context->updated_func is NULL during a nonincremental load.Matthias Clasen2002-03-232-7/+14
* end any selection in progress, patch from db@zigo.dhs.org, #74620Havoc Pennington2002-03-237-0/+33
* extend selection for pageup/pagedown and ctrl+pageup/pagedown if shift isHavoc Pennington2002-03-237-19/+67
* disconnect layout handlers earlier in the function, to avoid possibleHavoc Pennington2002-03-238-7/+115
* add more explanatory text to the error message about missing charsets, andHavoc Pennington2002-03-2310-50/+216
* Fix typo, where x value was assigned to both x and y.Richard Hult2002-03-227-1/+31
* Partial fix for problem where keypad keys acted as shift-arrows in anOwen Taylor2002-03-228-4/+161
* Fix memory leak. (#74400, Morten Welinder.)Owen Taylor2002-03-229-15/+170
* ri Mar 22 10:12:10 2002 Owen Taylor <otaylor@redhat.com>Owen Taylor2002-03-227-1/+37
* Don't clear all of the pen_style, just the PS_STYLE_MASK. Seems to fixTor Lillqvist2002-03-217-2/+50
* Trivial typo fix. (Vitaly Tishkov, #75726)Matthias Clasen2002-03-217-1/+31
* Remove some left over debugging code with a G_BREAKPOINT() in it.Owen Taylor2002-03-217-9/+37
* Much expanded overview docs for GtkTreeView and related objects.Cody Russell2002-03-212-39/+263
* When changing months when the user clicks on a prev-month or next-monthOwen Taylor2002-03-217-40/+129