summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Return NULL instead of FALSE in g_return_val_if_fail in aBehdad Esfahbod2006-04-012-2/+2
* Don't assert that the age is positive. (#336773, Morten Welinder)Matthias Clasen2006-03-311-3/+1
* Don't leak the keyfile parser in the error case.Matthias Clasen2006-03-312-21/+22
* Fix translation comments for localizable digit formats. (fixes bugBehdad Esfahbod2006-03-301-4/+6
* Fix the doc comment format.Matthias Clasen2006-03-305-52/+52
* Make sure to get an icon window when constructing the fallback_icon. ThisMatthias Clasen2006-03-301-2/+18
* Fix some symbol aliasing glitchesMatthias Clasen2006-03-294-5/+10
* Make gtkalias.h the last included file.Emmanuele Bassi2006-03-291-7/+7
* Fix a typo that broke aliasing rules.Emmanuele Bassi2006-03-291-1/+1
* Import GtkRecent* from libegg.Emmanuele Bassi2006-03-2920-0/+9123
* Emit page-added before switch-pageMatthias Clasen2006-03-291-15/+15
* Handle double queuing, rather than asserting that it does not happen.Matthias Clasen2006-03-291-10/+10
* Fix docs syntax.Matthias Clasen2006-03-281-32/+23
* Fix drag-selection after double-click. (#323862, Benjamin Berg)Matthias Clasen2006-03-281-70/+71
* Move the call to gtk_text_view_end_selection_drag() fromMatthias Clasen2006-03-281-4/+4
* reviewed by: Tim JanikSven Herzberg2006-03-271-1/+2
* Make the poll func work with real file descriptors. We do this by creatingAnders Carlsson2006-03-271-2/+0
* Check that the widget is viewable. (#336200, Bastian Nocera)Matthias Clasen2006-03-271-1/+3
* bail out if there is no need for scrolling (more obvious than addingMichael Natterer2006-03-271-0/+4
* Add -xobjective-c to cflags. (#335956, Lllian Angel)Anders Carlsson2006-03-272-1/+22
* add missing ')'.Michael Natterer2006-03-271-1/+1
* Fix a build problemMatthias Clasen2006-03-261-1/+1
* Another leakMatthias Clasen2006-03-261-1/+1
* Fix leaksMatthias Clasen2006-03-261-1/+1
* Fix a leakMatthias Clasen2006-03-261-1/+1
* Another oneMatthias Clasen2006-03-261-5/+1
* Small optimizationMatthias Clasen2006-03-261-8/+1
* Don't call gdk_window_invalidate_rect() on unrealized widgets. (#335717,Matthias Clasen2006-03-241-1/+2
* back out G_GNUC_WARN_UNUSED_RESULT on iterator functions which turned outTim Janik2006-03-242-13/+13
* Support subclasses in RC files. (#142417, Todd Berman, patch based on aMatthias Clasen2006-03-233-58/+425
* make sure that gdk_drag_event() is called when track_motion is TRUE toCarlos Garnacho2006-03-231-1/+1
* Emit the ::page-removed signal after removing the page. (#335238,Matthias Clasen2006-03-221-4/+8
* Make it to expand when hovering during DnDCarlos Garnacho2006-03-221-1/+67
* Improved DND support for GtkNotebook (#332991, Carlos Garnacho)Matthias Clasen2006-03-225-67/+278
* Remove some accidentally committed stuffMatthias Clasen2006-03-221-4/+3
* Use fg_gc to draw the inter-row drop highlight. Also draw the line all theMatthias Clasen2006-03-221-6/+11
* renamed last-char-timeout to password-hint-timeout and store all its dataMichael Natterer2006-03-222-47/+73
* send a GtkWidget** instead of a GtkNotebookPage* when doing tabs DnD, thisCarlos Garnacho2006-03-221-28/+61
* Add a cell renderer which uses a spinbutton to edit the value of a cell.Matthias Clasen2006-03-225-0/+400
* applied modified patch from maemo-gtk which allows the most recentlyMichael Natterer2006-03-221-8/+108
* count down from G_MAXUINT to avoid clashes with application-added DNDMichael Natterer2006-03-222-9/+56
* Add new files.Anders Carlsson2006-03-215-4/+3377
* Remove an unused variable.Matthias Clasen2006-03-211-1/+1
* Don't leave page->tab_label dangling. (gtk_notebook_real_remove): UseMatthias Clasen2006-03-212-21/+9
* Add a window-placement-set property and a gtk-scrolled-window-placementMatthias Clasen2006-03-203-22/+233
* Make sure gettext is initialized before using it. (#335129, ChristianMatthias Clasen2006-03-201-0/+2
* Document that @cell must be one of the renderers of the icon view, warn ifMatthias Clasen2006-03-201-17/+16
* Fix up compiler warningsMatthias Clasen2006-03-161-4/+1
* Check for a stock icon, not a stock item, when deciding whether to useMatthias Clasen2006-03-161-5/+3
* Update the size of the image, by swapping the implementations ofMatthias Clasen2006-03-161-25/+23