summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Populated.Federico Mena Quintero1999-11-101-15/+19
* forgot thisJonathan Blandford1999-11-101-5/+1
* emit the closed signal.Jonathan Blandford1999-11-101-0/+7
* Fix off-by-one bug in parameter check.GMT 1999 Tony Gale1999-11-101-1/+1
* Substitute gdkx.h => gdkprivate.h since we need to accesss onlyOwen Taylor1999-11-0811-28/+9
* Move all X specific code into the x11/ directory. Aside from shufflingOwen Taylor1999-11-083-2/+3
* Don't define HAVE_DIMM_H if MSC, as you have to get the Platform SDK toTor Lillqvist1999-11-041-1/+1
* More docs work - FedericoArturo Espinosa1999-11-041-2/+2
* handle the actual update. add a update_func callback. add a update_funcJonathan Blandford1999-11-042-2/+17
* Make the arguments to the write/load_increment operations const-correct.Elliot Lee1999-11-022-3/+3
* Always return the amount eaten, rather than the full header size.Elliot Lee1999-11-021-4/+4
* Return TRUE if all the data got eaten by header_buf, instead of FALSE.Elliot Lee1999-11-021-1/+1
* Reorganize gdk_pixbuf_loader_write into three functions, and eliminateElliot Lee1999-11-021-66/+73
* Add new keysyms from X11R6.4 (including EuroSign).Tor Lillqvist1999-10-313-2/+11
* Actually load the image handler when we determine the image type.Michael Fulbright1999-10-291-4/+7
* don't send a 0 length buffer.Jonathan Blandford1999-10-281-1/+1
* started work on the tiff non-incremental loader.Jonathan Blandford1999-10-281-1/+1
* Make it build - FedericoArturo Espinosa1999-10-271-9/+14
* Fix typo that prevented compilation (gdk_pixbuf_loader_destroy): dittoHavoc Pennington1999-10-271-2/+2
* Return a GdkPixbufLoader, not a GtkObject.Federico Mena Quintero1999-10-272-81/+113
* New function to create a blank pixbuf.Havoc Pennington1999-10-271-3/+8
* Fixed logic so we only try to close loader if it wasn't previously closed.Michael Fulbright1999-10-271-1/+1
* gdk-pixbuf-loader.c: Fixed init function to properly initialize allMichael Fulbright1999-10-271-0/+1
* load the vtable fully.Jonathan Blandford1999-10-261-5/+5
* Finished initial cut at the object.Jonathan Blandford1999-10-262-5/+127
* fix signalsHavoc Pennington1999-10-261-5/+4
* more work on the incremental loadingJonathan Blandford1999-10-262-27/+55
* New Class. Beginning of progrssive loading.Jonathan Blandford1999-10-261-3/+4
* started work on the loaderJonathan Blandford1999-10-262-0/+269
* Use G_OS_WIN32.Tor Lillqvist1999-10-194-5/+9
* Don't use TextOutW for GDK_FONT_FONT fonts (which is all we have for now,Tor Lillqvist1999-10-131-0/+5
* s/G_HAVE_CYGWIN/G_WITH_CYGWIN/Manish Singh1999-10-062-18/+18
* Corresponding changes as in X11 backend.Tor Lillqvist1999-10-054-8/+46
* correct checking for BeOS checkManish Singh1999-10-046-42/+42
* added new gtkrc.* files for new encodingsPablo Saratxaga1999-10-045-3/+32
* Fix a reference to window_private->destroyed.Owen Taylor1999-10-032-2/+3
* This is an implementation of Idea #13 fromÉRDI Gergo1999-10-023-9/+108
* StartedOwen Taylor1999-10-011-2/+19
* On Win32, expand possible hex escapes in the font family (put there byTor Lillqvist1999-09-301-3/+45
* Changed from #if GDK_WINDOWING == GDK_WINDOWING_X11 to #ifdefOwen Taylor1999-09-298-37/+37
* [ Merges from gtk-1-2 ]Federico Mena Quintero1999-09-281-0/+123
* - retrived last changes. This bad ide fixing this kind problems on gtk+Tomasz Kłoczko1999-09-251-3/+2
* This important fix and will be god to incude this to 1.2.5.Tomasz Kłoczko1999-09-231-2/+3
* Delete the gdk_DC when exiting, just to be sure.Tor Lillqvist1999-09-211-1/+2
* Add gdk_threads_mutex.Tor Lillqvist1999-09-1738-55/+55
* gdk/gdkcolor.c (gdk_colormap_new) Fix memory leak: colormap->colors wasTor Lillqvist1999-09-134-4/+4
* Fix start and end radial endpoint calculations which were totally wrong.Tor Lillqvist1999-08-162-6/+6
* A couple of minor fixes, not worth any ChangeLog entry (?).Tor Lillqvist1999-08-061-0/+1
* Update gcc build instructions. Mention gettext is GPL.Tor Lillqvist1999-07-213-25/+17
* Implement it. Obscure bit manipulation needed.Tor Lillqvist1999-07-141-0/+12