summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* #include <config.h>, and fix includes.Federico Mena Quintero1999-12-022-3/+3
* Keep the mask around until after we draw ... since the GC changes aren'tOwen Taylor1999-11-301-2/+4
* Temp debugging function prototype left in by mistake.Tor Lillqvist1999-11-251-1/+0
* Fix two copy&paste errors.Tor Lillqvist1999-11-255-110/+163
* Create the temporary buffer to the size of the interesction of theFederico Mena Quintero1999-11-241-10/+11
* set event->any.window before calling filter functions.Tor Lillqvist1999-11-231-0/+2
* make the symlink. Does not work for srcdir != buildir != . Beats me why; IJonathan Blandford1999-11-222-3/+3
* Remove, as this is a file generated by configure (or copied fromTor Lillqvist1999-11-2114-673/+33
* Fix typo.Tor Lillqvist1999-11-215-1/+400
* Rework/reorder of the code. Each case has been separated into anotherMichael Zucchi1999-11-201-376/+785
* Further hacking. Now actually compiles. Haven't tried yet whetherTor Lillqvist1999-11-2019-1462/+548
* Intermediate commit.Tor Lillqvist1999-11-194-782/+510
* Also for truecolor drawables use just the pixel field in the foregroundTor Lillqvist1999-11-181-12/+23
* Intermediate commit. I go to bed now.Tor Lillqvist1999-11-1710-1373/+554
* More renames at the request of tmlOwen Taylor1999-11-154-1362/+0
* Applying Michael Zucchi's changes to significantly speed up pixbuf from drawa...Cody Russell1999-11-131-112/+477
* *** empty log message ***Tor Lillqvist1999-11-124-1232/+1518
* cvs remove the old files after copying the files over to the -win32 names in ...Owen Taylor1999-11-1216-20565/+0
* re-addingTor Lillqvist1999-11-114-0/+288
* re-adding for manual rename of repository files.Tor Lillqvist1999-11-1134-0/+39496
* *** empty log message ***Tor Lillqvist1999-11-112-0/+548
* Re-adding removed files, in order for the renaming to *-win32Tor Lillqvist1999-11-112-0/+4468
* Call XFreeDeviceState() on results of XQueryDeviceState().Owen Taylor1999-11-102-0/+3
* Just renamed the Win32 backend files to *-win32.Tor Lillqvist1999-11-1047-48433/+31
* Substitute gdkx.h => gdkprivate.h since we need to accesss onlyOwen Taylor1999-11-081-0/+1
* gdk/win32/gdkdraw.c gdk/win32/gdkfont.c Various minor cleanups andTor Lillqvist1999-11-086-32/+50
* Add missing include, fix GdkWindowPrivate => GdkDrawablePrivate.Owen Taylor1999-11-085-4/+13
* Move all X specific code into the x11/ directory. Aside from shufflingOwen Taylor1999-11-0865-22464/+2942
* New font private structures, related to fontsets.Tor Lillqvist1999-11-0821-548/+1929
* Don't define HAVE_DIMM_H if MSC, as you have to get the Platform SDK toTor Lillqvist1999-11-0416-762/+828
* More docs work - FedericoArturo Espinosa1999-11-041-10/+13
* In docs, explain what a dither offset is for.Havoc Pennington1999-11-041-0/+13
* src/gdk-pixbuf-drawable.c: Changed the behavior to return NULL if part ofCody Russell1999-11-031-14/+6
* src/gdk-pixbuf-drawable.c (gdk_pibxuf_from_drawable_core): Now callsCody Russell1999-11-021-1/+1
* Add new keysyms from X11R6.4 (including EuroSign).Tor Lillqvist1999-10-3133-2219/+6743
* New function to render a portion of a pixbuf to a drawable. Ignores alphaFederico Mena Quintero1999-10-281-18/+144
* don't send a 0 length buffer.Jonathan Blandford1999-10-281-3/+3
* Sync to desktop - FedericoArturo Espinosa1999-10-281-1/+11
* Sync to laptop - FedericoArturo Espinosa1999-10-281-1/+19
* New function to threshold a pixbuf's alpha channel into a bitmap.Federico Mena Quintero1999-10-271-0/+149
* Add more font private data.Tor Lillqvist1999-10-206-50/+466
* Reindented to use the GNOME Indentation.Federico Mena Quintero1999-10-181-41/+22
* Don't use TextOutW for GDK_FONT_FONT fonts (which is all we have for now,Tor Lillqvist1999-10-138-62/+260
* (since noone objected on gtk-devel)ÉRDI Gergo1999-10-112-2/+2
* Changed 'pixbuf' variable to 'art_pixbuf' in the core function.Cody Russell1999-10-101-2/+32
* Changed the functions to return GdkPixBuf* instead of ArtPixBuf*.Cody Russell1999-10-071-9/+11
* Added #include "gdk-pixbuf-drawable.h" to the top. This fixes remainingCody Russell1999-10-071-0/+1
* Added files from Cody RussellArturo Espinosa1999-10-071-0/+135
* Corresponding changes as in X11 backend.Tor Lillqvist1999-10-0532-1865/+1565
* correct checking for BeOS checkManish Singh1999-10-041-1/+1