summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITEMatthias Clasen2005-03-2299-732/+768
* Fix a typoMatthias Clasen2005-03-211-1/+1
* Fix typoMatthias Clasen2005-03-211-1/+1
* Fix a typoMatthias Clasen2005-03-211-1/+1
* : Mark param spec strings as static.Matthias Clasen2005-03-2116-128/+147
* Shut up CVSManish Singh2005-03-211-0/+1
* cast away the constness in the call to free().Manish Singh2005-03-202-1/+6
* Don't leak node->mime_type if we are reusing an existing node. (#170774,Matthias Clasen2005-03-202-0/+8
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-20295-1533/+2471
* Make right-clicks not pop up the menu.Soeren Sandmann2005-03-191-3/+15
* Fix formatting in example in the docs. (#170611, Jianfei Wang)Matthias Clasen2005-03-171-1/+1
* Clamp adjustment values on resize. (#170567, Tomislav Jonjic)Matthias Clasen2005-03-171-13/+25
* Don't crash if there is no cache. (#170652, Diego Gonzalez)Matthias Clasen2005-03-171-1/+1
* Make inline completion insert the prefix at the right spot. (#170146, DougMatthias Clasen2005-03-171-1/+2
* Typo fix in the docs.Matthias Clasen2005-03-173-14/+145
* Switch set_cairo_target() virtual function to ref_cairo_surface()Owen Taylor2005-03-179-873/+650
* Add an example for manually setting up a group of actions.Matthias Clasen2005-03-151-1/+19
* Document that inline completion requires text-column to be set.Matthias Clasen2005-03-152-2/+9
* Update spec.Anders Carlsson2005-03-154-36/+600
* Make it compileMatthias Clasen2005-03-121-1/+1
* Don't crash on style changes. (#169334, Yury Puzis)Matthias Clasen2005-03-121-2/+2
* Fix the doc comments. (#169967, Masao Mutoh)Matthias Clasen2005-03-121-2/+3
* Fix a doc typo. (#169873, Johan Dahlin)Matthias Clasen2005-03-111-1/+1
* Don't try to focus the default_widget if there is none. (#169881, ThomasMatthias Clasen2005-03-111-7/+7
* Typo fixes. (#169728, Morten Welinder, Owen Taylor)Matthias Clasen2005-03-091-7/+7
* Fix a typo in the docs. (#169729, Morten Welinder)Matthias Clasen2005-03-091-1/+1
* Fix a typo.Matthias Clasen2005-03-091-1/+1
* Queue a resize when the model is unset. (#169528, Tomislav Jonjic)Matthias Clasen2005-03-091-2/+7
* More canonical property names.Matthias Clasen2005-03-0954-199/+199
* xMatthias Clasen2005-03-0920-187/+187
* Add the new attributes to the .symbols files.Matthias Clasen2005-03-081-20/+20
* Use G_GNUC_NULL_TERMINATED where appropriate. (#165682, Marc Meissner)Matthias Clasen2005-03-0810-21/+21
* Document ownership of filters. (#169101, Sebastian Rittau)Matthias Clasen2005-03-071-1/+4
* Document which parameters may be NULL. (#166855, Frank Naumann)Matthias Clasen2005-03-071-57/+76
* Don't leak the values here. (#169047, Philip Langdale)Matthias Clasen2005-03-032-3/+3
* Don't warn if a stock icon cannot be found. (#168830, Sven Neumann)Matthias Clasen2005-03-031-21/+16
* Avoid warnings if gtk_widget_reparent() is called at unusual times.Matthias Clasen2005-03-031-12/+18
* revert previous change, maintain ABI.Manish Singh2005-03-012-2/+2
* Fix prelighting. (#157392, Vincent Noel, patch by Christian Persch)Matthias Clasen2005-03-011-1/+7
* Make icon data caching work again. (#168851, Alexander Larsson)Matthias Clasen2005-03-011-4/+8
* gdk/gdkkeyuni.c gdk/gdkpixbuf-drawable.c gdk/gdkrgb.c gdk/x11/gdkdnd-x11.cMatthias Clasen2005-03-0120-29/+29
* Improve the handling of buttons as action proxys. (#165534, MiloszMatthias Clasen2005-02-281-9/+34
* Fix a typo. (#168646, Vincent Untz)Matthias Clasen2005-02-281-1/+1
* Unset "focus-on-click" for the save folder combo. (#168688, Sven Neumann)Matthias Clasen2005-02-281-1/+4
* Don't leak a path here. (#168443, Morten Welinder)Matthias Clasen2005-02-251-0/+1
* Don't leak parent_path. (#168435, Morten Welinder)Matthias Clasen2005-02-241-0/+1
* AddSøren Sandmann2005-02-241-0/+21
* Consistently use gtk_tree_row_reference_valid().Matthias Clasen2005-02-241-42/+42
* Fix #167259, reported by Christian Persch:Matthias Clasen2005-02-241-3/+24
* Don't emit a warning if a parent node is filtered out. (#164726, OlivierMatthias Clasen2005-02-241-2/+5