- 14 Jul, 1999 2 commits
-
-
Tor Lillqvist authored
* gdk/win32/gdkcursor.c (gdk_cursor_new_from_pixmap): Implement it. Obscure bit manipulation needed. * gdk/win32/gdkevents.c: Logging. * gtk/gtkthemes.c (gtk_theme_engine_get): (Win32) Use new DLL naming style (file name include compiler name) for theme engines.
-
Pablo Saratxaga authored
-
- 13 Jul, 1999 3 commits
-
-
Mark Crichton authored
configure.in: Fixed GIF check. Actually works now! src/gdk-pixbuf.c: More scaling work.
-
Mark Crichton authored
Doh. Forgot the libgif check. Also, slowly adding the scaling support That will be the next commit. I also hope I got the configure.in right... M
-
Mark Crichton authored
Ok, we'll try this again. io-xpm.c: Fixed. Now actually loads XPMs instead of a big black blob. configure.in : yes, I know it was broken. It wasn't finished quite yet (I always have larger fish to fry) Oh, and if anyone touches this module again without emailing the people in AUTHORS, I will go ballistic (after spending precious time figuring out why this commit never happened the 1st time I tried...)
-
- 12 Jul, 1999 7 commits
-
-
Tor Lillqvist authored
* gdk/win32/gdkdraw.c (gdk_draw_pixmap): Less logging verbiage. * gdk/win32/gdkevents.c: Fix long-standing bug in key events. The key.string wasn't zero-terminated, still we strdup'ed it in gdk_event_copy(). Synthesize crossing events for button events before possible propagation. * gdk/win32/gdkwindow.c: Log gdk_window_set_title. * gdk/win32/makefile.cygwin * gtk/makefile.cygwin: Use new DLL naming style for the GCC-compiled ones. * gdk/win32/makefile.msc * gtk/makefile.msc: Cosmetics mostly. * gtk/gtk.def: Add missing entry points. * gtk/gtksocket.c: Add dummy gtk_socket_get_type() for Win32.
-
Raja R Harinath authored
* configure.in (AC_OUTPUT): Remove spurious `,'.
-
Manish Singh authored
-Yosh
-
Manish Singh authored
-Yosh
-
Mark Crichton authored
Still working on getting the system working. Nearing release, and one little xpm bug to hunt down still.
-
Mark Crichton authored
Some changes to do a "proper" install. Makefile doesnt work, however.
-
Mark Crichton authored
Fixed crash-on-loading bug (width and height are not set until decompression starts) Mark
-
- 10 Jul, 1999 3 commits
-
-
Tomas Ogren authored
1999-07-10 Tomas Ogren <stric@ing.umu.se> * sv.po: Updated
-
Tor Lillqvist authored
-
Tor Lillqvist authored
* gdk/win32/gdkdraw.c (gdk_draw_arc): Don't draw anything if width or height is zero. Don't print a warning if Pie or Arc fails, they always fail (?) for very narrow ellipses. * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Call InvalidateRgn for the part or the destination window corresponding to source area outside of the source drawable's boundary. * gdk/win32/gdkdraw.c (gdk_draw_lines, gdk_draw_polygon): Don't do anything if less than two points. * gdk/win32/gdkselection.c (gdk_selection_owner_get): Always return NULL. Gtk cut-and-paste inside a single program works better this way. (It always gets the clipboard contents from Windows, not from its own copy, which is cleared anyway. I can't say I fully understand what happens... Emulating the X selection and property stuff is a bit of a mess.) * gdk/win32/gdkevents.c * gdk/win32/gdkproperty.c: A bt more verbose logging. * gdk/win32/gdkregion.c: Fix some memory leaks (temporary regions that never got deleted). Revamp gdk_region_shrink. * gdk/win32/gdkregion.c: Fix memory leak, delete temporary regions after use. * gtk/gtk.def: Add some missing entry points. * gtk/gtkrc.c: Strip trailing directory separator from pixmap path component.
-
- 08 Jul, 1999 1 commit
-
-
Mark Crichton authored
Massive update... gdk-pixbuf-io.c: Fixed to compile and run in a very crippled state. io-bpm.c: Rough start on a WIN/OS2 BMP loader testpixbuf.c: Really crude test program for gdk-pixbuf io-gif.c: Fixed some boneheaded uninitalized variables causing the loader to choke
-
- 07 Jul, 1999 1 commit
-
-
Pablo Saratxaga authored
-
- 06 Jul, 1999 2 commits
-
-
Pablo Saratxaga authored
-
Pablo Saratxaga authored
-
- 03 Jul, 1999 2 commits
-
-
Tor Lillqvist authored
* gdk/win32/gdkevents.c (gdk_event_translate): Handle Control-digits specially.
-
Tor Lillqvist authored
* gtk/makefile.{cygwin,msc}: New pthreads version. Use gettext.
-
- 02 Jul, 1999 1 commit
-
-
Tor Lillqvist authored
-
- 01 Jul, 1999 3 commits
-
-
Mark Crichton authored
Shut some thing up for cvs, and fixed AM_INSTALL macro.
-
Mark Crichton authored
Now we have very rudimentary tiff support. I should use the loading logic in the GIMP plugin...
-
Mark Crichton authored
Added some io-* loaders to the Makefile.am
-
- 30 Jun, 1999 1 commit
-
-
Mark Crichton authored
io-gif.c, io-png.c: Actually put the licencing terms in the code now... io-xpm.c: XPM parser baed off of gdk's, but this does something with the transparent colors.
-
- 29 Jun, 1999 4 commits
-
-
Michael Zucci authored
Based really loosely on imlib's io-jpeg.c
-
Mark Crichton authored
io-png.c: changed g_malloc call for pixles to art_alloc (to be "correct") io-gif.c: implemented GIF file loading.
-
Mark Crichton authored
Ok, now it determines if it has an alpha channel. If it does, load it, if not, don't make one.
-
Mark Crichton authored
Redid io-png for gdk-pixbuf. Note that it'll add an opaque alpha channel to any png that doesn't have one, and will convert greyscale PNGs to RGBA.
-
- 28 Jun, 1999 2 commits
-
-
Tor Lillqvist authored
* gdk/win32/gdkimage.c (gdk_image_get): bpl was set wrong for bitmaps, should be multiple of 4. (Thanks to Hans Breuer for finding this.)
-
Tor Lillqvist authored
-
- 25 Jun, 1999 1 commit
-
-
Pablo Saratxaga authored
-
- 24 Jun, 1999 2 commits
-
-
Pablo Saratxaga authored
-
Pablo Saratxaga authored
knwo how to make it available trough aoutoconf). And removed various now redundant gtkrc.* files
-
- 23 Jun, 1999 2 commits
-
-
Pablo Saratxaga authored
-
Pablo Saratxaga authored
-
- 21 Jun, 1999 2 commits
-
-
Jose H Mercado authored
1999-06-01 Jose H Mercado <jmercado@mit.edu> * gtk+.spec.in: Corrected some typos in files section.
-
Pablo Saratxaga authored
-
- 18 Jun, 1999 1 commit
-
-
Pablo Saratxaga authored
-