summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove a pointless check, pointed out by Kjartan Maraas.FEDERICO_FILENAME_ENTRY_BRANCHPOINTMatthias Clasen2006-03-242-1/+5
* Don't call gdk_window_invalidate_rect() on unrealized widgets. (#335717,Matthias Clasen2006-03-243-1/+14
* back out G_GNUC_WARN_UNUSED_RESULT on iterator functions which turned outTim Janik2006-03-244-13/+25
* Updated.gtk-printing-branchpointAhmad Riza H Nst2006-03-242-1359/+1309
* small updateMatthias Clasen2006-03-243-3/+11
* Document <classname> in paths.Matthias Clasen2006-03-232-33/+40
* Support subclasses in RC files. (#142417, Todd Berman, patch based on aMatthias Clasen2006-03-236-58/+532
* make sure that gdk_drag_event() is called when track_motion is TRUE toCarlos Garnacho2006-03-233-1/+13
* Emit the ::page-removed signal after removing the page. (#335238,Matthias Clasen2006-03-223-4/+18
* Make it to expand when hovering during DnDCarlos Garnacho2006-03-223-1/+75
* Add some documentation about supported image formats, and how to find outMatthias Clasen2006-03-222-0/+19
* Additions.Matthias Clasen2006-03-222-0/+4
* Improved DND support for GtkNotebook (#332991, Carlos Garnacho)Matthias Clasen2006-03-227-67/+310
* 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-223-6/+23
* Add a column that demonstrates how to use the new spinbutton cellrenderer.Johan Dahlin2006-03-223-10/+85
* Remove pointless includes of config.h, to make it easier compilableMatthias Clasen2006-03-224-2/+12
* Updates.Matthias Clasen2006-03-228-9/+168
* renamed last-char-timeout to password-hint-timeout and store all its dataMichael Natterer2006-03-224-47/+89
* send a GtkWidget** instead of a GtkNotebookPage* when doing tabs DnD, thisCarlos Garnacho2006-03-224-30/+145
* Add a cell renderer which uses a spinbutton to edit the value of a cell.Matthias Clasen2006-03-229-0/+454
* applied modified patch from maemo-gtk which allows the most recentlyMichael Natterer2006-03-223-8/+120
* count down from G_MAXUINT to avoid clashes with application-added DNDMichael Natterer2006-03-224-9/+86
* Add new files.Anders Carlsson2006-03-217-4/+3399
* removing trailing \ fixes the build.Michael Natterer2006-03-213-1/+9
* Implement gdk_window_scroll.Anders Carlsson2006-03-213-1/+59
* Add the GDK part of the DND implementation.Anders Carlsson2006-03-219-10/+278
* Offset coordinates by 0.5 pixels to get consistant results for both imageAnders Carlsson2006-03-214-29/+56
* ]): Synthesize GDK_CONFIGURE events when the window position changes.Anders Carlsson2006-03-213-0/+34
* Remove an unused variable.Matthias Clasen2006-03-213-1/+5
* Improve ChangeLogMatthias Clasen2006-03-212-2/+6
* Don't leave page->tab_label dangling. (gtk_notebook_real_remove): UseMatthias Clasen2006-03-214-21/+35
* Always save errno to a temporary before making other calls. (#335179,Matthias Clasen2006-03-206-19/+41
* Add a window-placement-set property and a gtk-scrolled-window-placementMatthias Clasen2006-03-207-24/+256
* Make sure gettext is initialized before using it. (#335129, ChristianMatthias Clasen2006-03-203-0/+12
* Add MAINTAINERSMatthias Clasen2006-03-203-0/+11
* UpdatesMatthias Clasen2006-03-203-0/+16
* fix a typoMatthias Clasen2006-03-201-1/+1
* Document that @cell must be one of the renderers of the icon view, warn ifMatthias Clasen2006-03-203-17/+30
* Add a missing comma. (#334774, Peter Breitenlohner)Matthias Clasen2006-03-163-1/+5
* 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-163-5/+15
* Update the size of the image, by swapping the implementations ofMatthias Clasen2006-03-163-25/+31
* release notesMatthias Clasen2006-03-163-0/+30
* Make expander-size a bit closer to Microsoft's values (bug 325699, BradDom Lachowicz2006-03-153-0/+8
* Move it to the right placeMatthias Clasen2006-03-151-2/+2
* Popdown the list before changing the active iter, otherwise people will beMatthias Clasen2006-03-151-7/+9
* Override style->realize/ style->unrealize, so that GTK+ doesn'tDom Lachowicz2006-03-153-1/+138
* Added checksettings.Behdad Esfahbod2006-03-151-0/+1
* Added testnotebookdnd.Behdad Esfahbod2006-03-151-0/+1