summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* A further fix for big window support. Now also the test in testgtk works.Ivan, Wong Yat Cheung2005-03-124-0/+17
* Make it compileMatthias Clasen2005-03-121-1/+1
* Don't crash on style changes. (#169334, Yury Puzis)Matthias Clasen2005-03-124-2/+11
* Fix the doc comments. (#169967, Masao Mutoh)Matthias Clasen2005-03-124-2/+18
* Big window fix for Win32. Big windows are still emulated within 16-bitIvan, Wong Yat Cheung2005-03-116-552/+153
* Fix a doc typo. (#169873, Johan Dahlin)Matthias Clasen2005-03-114-1/+10
* Don't try to focus the default_widget if there is none. (#169881, ThomasMatthias Clasen2005-03-114-7/+25
* gdk-pixbuf-core.h gdk-pixbuf-io.c Implement DLL ABI stablility forTor Lillqvist2005-03-104-3/+97
* Remove inadvertent gail references, require Pango 1.9.0Manish Singh2005-03-104-43/+16
* Bump GLib requirementMatthias Clasen2005-03-094-1/+55
* Fix a C99ism. (#169741, Morten Welinder)Matthias Clasen2005-03-092-2/+8
* Typo fixes. (#169728, Morten Welinder, Owen Taylor)Matthias Clasen2005-03-096-18/+32
* Fix a typo in the docs. (#169729, Morten Welinder)Matthias Clasen2005-03-094-1/+10
* Fix a typo.Matthias Clasen2005-03-094-1/+7
* Queue a resize when the model is unset. (#169528, Tomislav Jonjic)Matthias Clasen2005-03-094-2/+22
* More of the same.Matthias Clasen2005-03-093-3/+168
* More canonical property names.Matthias Clasen2005-03-0954-199/+199
* xMatthias Clasen2005-03-0923-187/+259
* Use canonical form of the name when registering properties.Matthias Clasen2005-03-092-3/+6
* Use GtkCellRendererCombo (#169607, Mark McLoughlin)Matthias Clasen2005-03-084-42/+89
* Updated Danish translation.Martin Willemoes Hansen2005-03-082-528/+635
* Add the new attributes to the .symbols files.Matthias Clasen2005-03-086-23/+31
* Use G_GNUC_NULL_TERMINATED where appropriate. (#165682, Marc Meissner)Matthias Clasen2005-03-0815-24/+71
* Convert the gdk keyval-keyname tables to a big string + offsets. (#168901)Matthias Clasen2005-03-087-1332/+5386
* Use a generated table of offsets into a big const string to avoidMatthias Clasen2005-03-084-765/+1610
* 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-074-57/+103
* Updated Romanian translation by Mişu Moldovan <dumol@go.ro>.Dan Damian2005-03-061-23/+31
* Updated Romanian translation by Mişu Moldovan <dumol@go.ro>.Dan Damian2005-03-054-600/+471
* Updated Canadian English translation.Adam Weinberger2005-03-044-465/+563
* Updated pt_BR translationRaphael Higino2005-03-042-524/+631
* Updated Catalan translation.Jordi Mallach2005-03-042-198/+287
* URL escape the '+' in gtk+ in the bugzilla URL.Manish Singh2005-03-044-1/+13
* Don't leak the values here. (#169047, Philip Langdale)Matthias Clasen2005-03-035-3/+15
* Check the number of scanned items. (#168906, Morten Welinder)Matthias Clasen2005-03-032-0/+12
* Don't warn if a stock icon cannot be found. (#168830, Sven Neumann)Matthias Clasen2005-03-034-21/+34
* Make the gif loader handle oom when loading animations. (#168857, TommiMatthias Clasen2005-03-033-7/+71
* Avoid warnings if gtk_widget_reparent() is called at unusual times.Matthias Clasen2005-03-034-12/+36
* Updated pt_BR translationRaphael Higino2005-03-022-38/+43
* Cast to avoid const warnings on data structure seeding.Manish Singh2005-03-014-2/+17
* revert previous change, maintain ABI.Manish Singh2005-03-015-2/+14
* Fix prelighting. (#157392, Vincent Noel, patch by Christian Persch)Matthias Clasen2005-03-014-1/+19
* Make icon data caching work again. (#168851, Alexander Larsson)Matthias Clasen2005-03-014-4/+17
* Revert the previous change, since it breaks bin compat.Matthias Clasen2005-03-015-2/+23
* Forgotten fileMatthias Clasen2005-03-014-1/+4
* gdk/gdkkeyuni.c gdk/gdkpixbuf-drawable.c gdk/gdkrgb.c gdk/x11/gdkdnd-x11.cMatthias Clasen2005-03-0131-42/+138
* Add necessary protectionMatthias Clasen2005-02-284-9/+20
* Add .note.GNU-stack sections to Mark these as not requiring an executableMatthias Clasen2005-02-285-0/+14
* Fix stack vs heap confusion. (#168690, Torsten Schoenfeld)Matthias Clasen2005-02-282-1/+6
* Improve the handling of buttons as action proxys. (#165534, MiloszMatthias Clasen2005-02-284-9/+43