summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Apply the gtk-default-menu-item-style to cell view menu items as well.Matthias Clasen2004-07-125-0/+13
* Forgotten file.Matthias Clasen2004-07-121-3/+1
* Warning fixes.Matthias Clasen2004-07-125-2/+34
* Include the update_counter check in the HAVE_XSYNC condition, sinceMatthias Clasen2004-07-125-2/+26
* Add new stock items.Matthias Clasen2004-07-124-5/+157
* Add a number of new stock items. (#102530, #68015, #109811, Jordi Mallach,Matthias Clasen2004-07-1232-4/+250
* Bug 143330, support update counter spec.Soeren Sandmann2004-07-1114-21/+389
* Make middle-button pasting work as expected inside the entry. (#116789,Matthias Clasen2004-07-115-2/+34
* Update clipboards. (#142805, Mikael Hallendal)Matthias Clasen2004-07-115-0/+21
* Remove clip-region computing code. Just use &paned->handle_pos.Soeren Sandmann2004-07-105-28/+35
* Fix ChangeLogSøren Sandmann Pedersen2004-07-104-4/+4
* Bug 144371Soeren Sandmann2004-07-105-52/+40
* Updates.Matthias Clasen2004-07-105-0/+20
* Insert checks for root window. The root window is never mapped.Soeren Sandmann2004-07-095-4/+32
* Fix a warning Actually unset bg.Soeren Sandmann2004-07-095-5/+34
* Bug 113310.Soeren Sandmann2004-07-097-58/+278
* have a dummy case GDK_OWNER_CHANGE in switch statements to avoid gccManish Singh2004-07-096-0/+36
* function doesn't return a value, so don't use g_return_val_if_fail()Manish Singh2004-07-094-1/+15
* Add an "override_redirect" bit.Soeren Sandmann2004-07-096-15/+124
* Fixes #137031:Federico Mena Quintero2004-07-095-88/+255
* change icon sizes, toolbar sizescinamod2004-07-091-2/+2
* Use the requisition of the widget instead of relying on the style drawingMatthias Clasen2004-07-095-1/+28
* Fix typo; tmp_event -> temp_event.Federico Mena Quintero2004-07-095-1/+21
* Make GtkEntry work harder to protect passwords: (#143955, Morten Welinder)Matthias Clasen2004-07-095-5/+143
* Fix some cases where style functions were not handling widget == NULLMatthias Clasen2004-07-095-9/+43
* Improve the EXPANDER_MAX warning.Matthias Clasen2004-07-095-5/+22
* Fix #139290:Federico Mena Quintero2004-07-099-198/+312
* Allow to restore the default search function. (#145365, John Finlay)Matthias Clasen2004-07-085-2/+14
* Don't leak references to the drag context. (#144324, Alex Larsson)Matthias Clasen2004-07-085-1/+24
* Updated Bulgarian translation by Vladimir "Kaladan" PetkovAlexander Shopov2004-07-084-6464/+6445
* Stop editing when a new model is set. (#145566, Dmitry M. Shatrov)Matthias Clasen2004-07-085-2/+23
* UpdatesMatthias Clasen2004-07-083-1/+15
* New functions to disable/enable individual loaders and to obtain licenseMatthias Clasen2004-07-0817-4/+112
* Make sure that subpixbufs are properly aligned forMatthias Clasen2004-07-085-5/+71
* Small documentation fixes.Matthias Clasen2004-07-076-3/+24
* Misc additions.Matthias Clasen2004-07-0713-12/+211
* Small documentation fixes.Matthias Clasen2004-07-071-1/+1
* Fix the build.Matthias Clasen2004-07-072-0/+6
* Forgotten file.Matthias Clasen2004-07-075-0/+8
* Support separators in combo boxes and more generally in tree viewsMatthias Clasen2004-07-0710-86/+603
* Fix a 64bit alignment issue. (#144302, Sunil)Matthias Clasen2004-07-075-5/+26
* gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_text)Tor Lillqvist2004-07-0712-590/+524
* Also gdk-pixbuf.c was changed.Tor Lillqvist2004-07-061-3/+4
* Mark the version variables for proper import and export from Windows DLLs.Tor Lillqvist2004-07-063-6/+38
* Add stock_file_16.png, stock_file_24.png, stock_directory_16.png andMatthias Clasen2004-07-0611-2/+60
* Fix for #136496, Pawel Salek:Jonathan Blandford2004-07-065-0/+56
* Make sure private->monitor_num is a valid monitor number before using it.Matthias Clasen2004-07-065-0/+27
* Improve positioning of keyboard-activated menus with Xinerama.Matthias Clasen2004-07-067-21/+94
* Only call GDK_THREADS_ENTER() / _LEAVE() when called from an idle handler.Matthias Clasen2004-07-065-4/+35
* Use the less efficient g_object_interface_find_property () instead of theMatthias Clasen2004-07-065-8/+44