- 25 Jul, 1999 2 commits
-
-
Tor Lillqvist authored
* README.win32 * config.h.win32: Add HAVE_WINTAB. Undefine it if bulding without the Wintab SDK. * gdk/win32/gdkinput.c: Hack some more. Still doesn't quite work OK, but getting closer. Guard against bogus tilt data from Wacom ArtPad II with the 3.40 driver. Add ifdefs for HAVE_WINTAB to enable easier building without Wintab. * gdk/win32/gdkinput.h * gdk/win32/gdkevents.c * gdk/win32/gdkwindow.c: Minor changes related related to above. * gdk/win32/gdkvisual.c: Simplify a lot, remove leftovers from X11 code. As we have just one visual on Win32, no sense to have it in a table, and no need for the hash table.
-
Karsten Weiss authored
1999-07-25 Karsten Weiss <karsten@addx.au.s.shuttle.de> * de.po: Updated.
-
- 24 Jul, 1999 1 commit
-
-
Richard Hestilow authored
1999-07-23 Richard Hestilow <hestgray@ionet.net> * src/gdk-pixbuf.h: Include glib.h as it uses g* datatypes * gdk_pixbufConf.sh.in: Added for gnome-config * Makefile.am: * configure.in: Modified to generate gdk_pixbufConf.sh
-
- 23 Jul, 1999 1 commit
-
-
Sergey I. Panov authored
-
- 21 Jul, 1999 4 commits
-
-
Tor Lillqvist authored
* README.win32: Update gcc build instructions. Mention gettext is GPL. * gdk/win32/gdkcursor.c (gdk_cursor_new_from_pixmap): Get correct supported cursor size with GetSystemMetrics. * gdk/win32/gdkfont.c * gtk/gtkfontsel.c: Guard against some font weight and charset symbols being undefined (in mingw32 headers). * gdk/win32/makefile.cygwin * gtk/makefile.cygwin * gtk/gtkthemes.c: No longer need to have differently named gcc-built DLLs when using gcc-2.95 and -fnative-struct.
-
Vincent Renardias authored
* Updated.
-
Spiros Papadimitriou authored
-
Spiros Papadimitriou authored
-
- 20 Jul, 1999 2 commits
-
-
Mark Crichton authored
More fixes to the rotation code. It really works well now. Now we need to fix the "clipping when rotating" problem if it is a real issue. Mark
-
Mark Crichton authored
Added translation to the rotate
-
- 19 Jul, 1999 2 commits
-
-
Larry Ewing authored
1999-07-18 Larry Ewing <lewing@gimp.org> * src/io-xpm.c: * src/io-gif.c: * src/io-png.c: * src/io-jpeg.c: Fix a few memory leaks in the, most of them in error cases but one or two in the common case. There are probably a few small ones left.
-
Mark Crichton authored
Ok minor changes. No longer make a version.h, and cleaned up some code here and there, and added a quickie dirty-hack rotation function. However, it rotates at the origin. Is this what we want? Or do we want a rotate w.r.t. the center of the pixbuf? Anyone. Mark
-
- 17 Jul, 1999 2 commits
-
-
Larry Ewing authored
1999-07-16 Larry Ewing <lewing@gimp.org> * src/testpixbuf.c (expose_func): reverted the expose everything changes, I'm not sure why these went in. (config_func): bring this up to date with the new pixbuf_scale semantics. * src/gdk-pixbuf-io.c: added a couple of warnings to the module loading code so that poeple can diagnose problems better. * src/gdk-pixbuf.c (gdk_pixbux_scale): fix the borkedness, also it no longer allocates a new pixbuf, which make things nicer for the rest of the code. Unfortunately there is still a problem with scaling rgba images.
-
Mark Crichton authored
Fixed up the scaling routine.
-
- 16 Jul, 1999 1 commit
-
-
Mark Crichton authored
Added scaling of pixmaps. Currently doesn't work, however, since I'm guessing how art_rgb_affine really works. Mark
-
- 15 Jul, 1999 3 commits
-
-
BST 1999 Tony Gale authored
Thu Jul 15 13:33:15 BST 1999 Tony Gale <gale@gtk.org> * docs/gtkfaq.sgml: Long awaited FAQ update.
-
Larry Ewing authored
1999-07-15 Larry Ewing <lewing@gimp.org> * src/io-jpeg.c (image_load): add raph@gimp.org's fix to the jpeg indexing routine * src/testpixbuf.c (main): fix up the file routines a little so that you can load multiple files given the file names
-
Mark Crichton authored
More fixes. See ChangeLog
-
- 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
-