summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Released 1.3.14GTK_MULTIHEAD_MERGEPOINT_18_02_02GTK_1_3_14Owen Taylor2002-02-1861-14977/+19465
* Updated for filesel changes.Owen Taylor2002-02-189-0/+134
* Don't set the PC_EXPLICIT flag for unused palette entries, that might haveTor Lillqvist2002-02-179-11/+157
* Make the paned example deprecation-clean.Matthias Clasen2002-02-1712-157/+188
* remove the packer example files as they don't exist in CVS.jacob berkman2002-02-178-2/+38
* hm, check buttons look better for below.Manish Singh2002-02-178-2/+30
* redid the filesel test. Added a way to set select multiple as a toggleManish Singh2002-02-178-24/+100
* Remove comment about the gtk-1-3-win32-production branch having moreTor Lillqvist2002-02-178-14/+28
* Massive changes. Too many to list here, but I'll try a summary:Tor Lillqvist2002-02-1730-2632/+2837
* Added multiple selection APIManish Singh2002-02-179-46/+323
* use fabs() on a double instead of abs()Manish Singh2002-02-178-8/+36
* More work on #71430.Matthias Clasen2002-02-1689-880/+1163
* This commit lands the 'dy patch'.Kristian Rietveld2002-02-168-0/+121
* rearrange rules to not emit the example start and end markers.Matthias Clasen2002-02-169-96/+152
* Forgot to actually remove these.Matthias Clasen2002-02-162-672/+0
* Updated Estonian translation.Tõivo Leedjärv2002-02-162-568/+561
* take GDK_HINT_RESIZE_INC into account, and handle negative coordinatesHavoc Pennington2002-02-168-3/+55
* Add key bindings on GtkScrolledWindow for arrow keys, PageUp/PageDownOwen Taylor2002-02-1612-16/+407
* Depend on gtk.ico.Tor Lillqvist2002-02-159-1/+50
* New function to make sure that the weights sum up to the correct totalMatthias Clasen2002-02-152-9/+36
* gtk/tmpl/gtkimage.sgml removed wrong sentence from gtk_image_new() docsAlexey Malyshev2002-02-158-1/+36
* new function (gtk_tree_store_clear): traverse the tree, so we emitKristian Rietveld2002-02-158-8/+91
* Only queue a draw on the handle, not the whole widget. #71530.Richard Hult2002-02-158-2/+52
* add new signal 'adjust_bounds' to potentialy change the bounds beforeJody Goldberg2002-02-1510-1/+73
* File Edit Options Buffers Tools Help ...Owen Taylor2002-02-158-1/+36
* The following changes are the beginning of the work on #71430.Matthias Clasen2002-02-1411-105/+170
* Patch from Bill Haneman and Padraig O'Briain to add cursor_aspect_ratioOwen Taylor2002-02-1415-42/+119
* Fix bug where we called get_surrounding on the context,. not the slave.Owen Taylor2002-02-148-1/+43
* Only pop the tooltip down on a select set of events, not on any unknownOwen Taylor2002-02-148-8/+79
* A bunch of small allocation/drawing fixes.Owen Taylor2002-02-148-67/+131
* Patch from Bill Haneman to draw to focus using gtk_paint_focus() with theOwen Taylor2002-02-148-9/+88
* validate a larger area, proportional to widget size, to fix #71427Havoc Pennington2002-02-148-4/+55
* just go ahead and flush all the first validate stuff if it hasn't beenHavoc Pennington2002-02-1313-48/+205
* Don't chain up to the container's expose event. Instead callJoe Shaw2002-02-138-1/+108
* Add some more GdkDebugFlags, for more fine-grained debugging outputTor Lillqvist2002-02-139-8/+71
* Implement Control-F1 as toggle-tooltips-mode.Owen Taylor2002-02-1310-85/+214
* g_warning() if setting the local fails, like gdk_set_locale() did.Owen Taylor2002-02-139-10/+108
* Cast GType to long and use %ld to fix warning. (#71318, Morten Welinder)Owen Taylor2002-02-138-1/+36
* fix figuring accel path and changing behaviour.Tim Janik2002-02-138-6/+31
* partly revert my recent expanding change to not expand the table if allTim Janik2002-02-138-19/+97
* Add a (#ifdef 0'ed) test provoking a segfault in TIFFReadDirectory().Matthias Clasen2002-02-127-10/+82
* emit row_deleted before we start unreffing the nodes ourselvesKristian Rietveld2002-02-129-11/+87
* always spread out the extra space allocated for the homogeneous case, asTim Janik2002-02-128-39/+66
* Consider reordering the row even when there's no sort column, if there's aDarin Adler2002-02-128-44/+138
* Updated Norwegian (bokmål) translation.Kjartan Maraas2002-02-122-415/+419
* Updated Portuguese translation.Duarte Loreto2002-02-112-373/+424
* Fix ChangeLogSøren Sandmann Pedersen2002-02-117-7/+7
* converted the "Delete File" dialog to GtkMessageDialog. Marked missingSven Neumann2002-02-118-75/+91
* Opaque resizing + prelighting for paned widget. move reszing logic toSoeren Sandmann2002-02-1111-258/+196
* Implements DnD scrolling and fixes #71139Kristian Rietveld2002-02-118-0/+109