summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove, as this is a file generated by configure (or copied fromTor Lillqvist1999-11-2121-673/+82
| | | | | | | | | | | 1999-11-21 Tor Lillqvist <tml@iki.fi> * gdk/gdkconfig.h: Remove, as this is a file generated by configure (or copied from gdkconfig.h.win32 on Win32, sigh). * gdk/gdkprivate.h: Mark gdk_parent_root for export from DLL. * gdk/gdkgc.c (gdk_gc_alloc): Remove duplicated line.
* added io-bmp from Arjan <arjan@fenrus.demon.nl>Jonathan Blandford1999-11-214-23/+411
| | | | | | | 1999-11-21 Jonathan Blandford <jrb@redhat.com> * src/gdk-pixbuf-io.c: added io-bmp from Arjan <arjan@fenrus.demon.nl>
* Fix typo.Tor Lillqvist1999-11-2114-31/+541
| | | | | | | | | | | | | | | | | | | 1999-11-21 Tor Lillqvist <tml@iki.fi> * gdk/gdk.c (gdk_keyval_convert_case): Fix typo. * gdk/gdkconfig.h.win32: New file. * gdk/win32/makefile.cygwin: Build just a static archive here. * gdk/makefile.cygwin: New file. Get the win32-specific stuff for the DLL from the static archive built above. * gdk/gdk.def: Moved here from the win32 subdirectory. * gdk/win32/*: Adapt for the changed private struct organisation. * gtk/makefile.{cygwin,msc}: Get gdk library from ../gdk now.
* Added support for wheel mice (buttons 4 and 5).Stefan Jeske1999-11-218-1/+50
| | | | | | | Sun Nov 21 16:44:35 1999 Stefan Jeske <stefan@gtk.org> * gtk/gtkspinbutton.c (gtk_spin_button_button_press): Added support for wheel mice (buttons 4 and 5).
* Rework/reorder of the code. Each case has been separated into anotherMichael Zucchi1999-11-203-377/+795
| | | | | | | | | | | 1999-11-20 Michael Zucchi <zucchi@zedzone.mmc.com.au> * src/gdk-pixbuf-drawable.c (gdk_pixbuf_from_drawable_core): Rework/reorder of the code. Each case has been separated into another function; its big but it should be quick. gdk_pixbuf_rgba_from_drawable() will now return a pixbuf with opaque alpha information. Not all depths/formats have been tested, but 8, 15/16 and 24 (alinged 32) should work ok.
* Further hacking. Now actually compiles. Haven't tried yet whetherTor Lillqvist1999-11-2019-1462/+548
| | | | actually does anything useful... Time for bed.
* Intermediate commit.Tor Lillqvist1999-11-194-782/+510
|
* Also for truecolor drawables use just the pixel field in the foregroundTor Lillqvist1999-11-188-12/+121
| | | | | | | | | | | | | | | | | | | 1999-11-18 Tor Lillqvist <tml@iki.fi> * gdk/win32/gdkgc-win32.c (gdk_gc_predraw): Also for truecolor drawables use just the pixel field in the foreground and background GdkColor of the GdkGC. gdk_gc_set_{fore,back}ground() are called in the GIMP with GdkColors containing uninitialized (red,green,blue) fields, and just the pixel field filled in, and furthermore in the visual-dependent format as returned by gdk_rgb_xpixel_from_rgb(). It thus turns out that we really don't need to have the full GdkColor for fg and bg in GdkGCWin32Data after all. Will change it later to have just the pixel values. (Note that this version of gdkgc-win32.c still is the old gdkgc.c, it won't compile in the reorganised directory structure.)
* implement the bounds method correctly. (compute_viewport_affine): computeLarry Ewing1999-11-172-23/+47
| | | | | | | | | | 1999-11-17 Larry Ewing <lewing@gimp.org> * src/gnome-canvas-pixbuf.c (gnome_canvas_pixbuf_bounds): implement the bounds method correctly. (compute_viewport_affine): compute the affine need to fit the image within the viewport given by the args. (compute_render_affine): call compute_viewport_affine.
* patch from arjan to work better with ras files.Jonathan Blandford1999-11-171-293/+291
|
* Intermediate commit. I go to bed now.Tor Lillqvist1999-11-1710-1373/+554
|
* Use includes from the current directory, not the system directory.Havoc Pennington1999-11-162-1/+6
| | | | | | | 1999-11-16 Havoc Pennington <hp@pobox.com> * src/gdk-pixbuf-drawable.h: Use includes from the current directory, not the system directory.
* use includes from the current directory rather then from the systemGeorge Lebl1999-11-162-2/+8
| | | | | | | | Mon Nov 15 17:18:28 1999 George Lebl <jirka@5z.com> * src/testpixbuf-drawable.c: use includes from the current directory rather then from the system include directory as gdk-pixbuf includes are not yet installed when this is compiled.
* fixed minor error - using <em>.Damon Chaplin1999-11-1615-1135/+1951
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1999-11-16 Damon Chaplin <damon@karuna.freeserve.co.uk> * gtk/tmpl/gtkmenubar.sgml: fixed minor error - using <em>. * gtk/tmpl/gtknotebook.sgml: * gtk/tmpl/gtklist.sgml: new sections from Nicolas George <george@clipper.ens.fr>, with help from "Bob Springett" <bobspringett@claranet.fr>. * gtk/tmpl/gtkobject.sgml: * gtk/tmpl/gtkarg.sgml: new sections from David Benson <daveb@idealab.com>. * gtk/tmpl/gtkvbox.sgml: * gtk/tmpl/gtkhbox.sgml: fixed line endings. * gtk/tmpl/gtkvbbox.sgml: update from Lee Mallabone <lee0@callnetuk.com> * gdk/tmpl/drawing.sgml: fixed error in gdk_draw_arc() @angle2 param - it is relative to @angle1 rather than from the 3 o'clock position. * gtk/tmpl/gtkfontseldlg.sgml: changed enums to use @ fields. * gtk/tmpl/gtkcolorsel.sgml: * gtk/tmpl/gtkcolorseldlg.sgml: * gtk/tmpl/gtkprogress.sgml: * gtk/tmpl/gtkprogressbar.sgml: new sections from Tom Martone <tom@martoneconsulting.com> * gtk/tmpl/gtkclist.sgml: partially written documentation from Paul Schifferer <isengard@geocities.com> who won't be able to finish it
* s/gtk_main_iteration/g_main_iteration/GMT 1999 Tony Gale1999-11-159-2/+30
| | | | | Mon Nov 15 17:17:51 GMT 1999 Tony Gale <gale@gtk.org> * docs/gtkfaq.sgml: s/gtk_main_iteration/g_main_iteration/
* More renames at the request of tmlOwen Taylor1999-11-154-1362/+0
|
* threads example from Erik Mouw. New question on GtkLabel backgroundGMT 1999 Tony Gale1999-11-1349-648/+2346
| | | | | | | | | | | | | | | | Sat Nov 13 22:30:29 GMT 1999 Tony Gale <gale@gtk.org> * docs/gtkfaq.sgml: threads example from Erik Mouw. New question on GtkLabel background colors. * docs/gtk_tut.sgml: - Correct the example code callback function definitions. - Update the gtkdial example code, from Frans van Schaik. - Update setselection.c to current API. * examples/Makefile examples/*/*.c: Update to code listed in tutorial.
* Added testpixbuf-drawable test programCody Russell1999-11-133-1/+119
|
* Applying Michael Zucchi's changes to significantly speed up pixbuf from ↵Cody Russell1999-11-132-113/+478
| | | | drawable code.
* *** 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
| | | | the repository
* 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
| | | | to be done manually in the repository.
* Fixed typo.Michael Fulbright1999-11-111-1/+1
| | | | Dr Mike <drmike@redhat.com>
* Added some information about sortingMartin Norback1999-11-112-10/+20
|
* Populated.Federico Mena Quintero1999-11-1012-109/+136
| | | | | | | | | | | 1999-11-10 Federico Mena Quintero <federico@redhat.com> * doc/tmpl/gdk-pixbuf-loader.sgml: Populated. * doc/gdk-pixbuf.signals: Put in the real names of signal arguments. * src/gdk-pixbuf-loader.c: Improved documentation comments.
* Fix a couple of bugs. The Unicode subrange table (from the "DevelopingTor Lillqvist1999-11-107-0/+77
| | | | | | | | | | | | | 1999-11-10 Tor Lillqvist <tml@iki.fi> * gdk/win32/gdkfont-win32.c: Fix a couple of bugs. The Unicode subrange table (from the "Developing International Software for Windows 95 and Windows NT" book) was missing the Hangul syllable block... Get the loaded font's charset correctly. (Note that this, and the other *-win32.c files, still really are the old ones, the win32 subdirectory is not ready for compilation yet after the reorg.)
* forgot thisJonathan Blandford1999-11-102-10/+2
|
* emit the closed signal.Jonathan Blandford1999-11-104-11/+44
| | | | | | | 1999-11-10 Jonathan Blandford <jrb@redhat.com> * src/gdk-pixbuf-loader.c (gdk_pixbuf_loader_close): emit the closed signal.
* Make default loading speed 40kB/s.Michael Fulbright1999-11-101-1/+1
| | | | Dr Mike
* Now can handle indexing correctly. Patch from Arjan to do so.Jonathan Blandford1999-11-102-4/+11
| | | | | | | 1999-11-10 Jonathan Blandford <jrb@redhat.com> * src/io-ras.c (OneLineMapped_file): Now can handle indexing correctly. Patch from Arjan to do so.
* Fixed loading of ASCII PNM files.Michael Fulbright1999-11-103-1/+12
| | | | | | | | | 1999-11-10 Michael Fulbright <drmike@redhat.com> * src/io-pnm.c (pnm_ascii_read_scanline): Fixed loading of ASCII PNM files. * src/testpixbuf.c: Added final queued draw when done loading image.
* removed spurious print statements.Jonathan Blandford1999-11-102-3/+5
| | | | | | | 1999-11-10 Jonathan Blandford <jrb@redhat.com> * src/gdk-pixbuf-io.c (gdk_pixbuf_load_module): removed spurious print statements.
* Fix off-by-one bug in parameter check.GMT 1999 Tony Gale1999-11-108-1/+36
| | | | | | | Wed Nov 10 17:26:49 GMT 1999 Tony Gale <gale@gtk.org> * gtk/gtkclist.c: Fix off-by-one bug in parameter check.
* cleanup to remove warnings.Michael Fulbright1999-11-101-1/+1
| | | | Dr Mike <drmike@redhat.com>
* Call XFreeDeviceState() on results of XQueryDeviceState().Owen Taylor1999-11-109-0/+38
| | | | | | | Wed Nov 10 12:12:03 1999 Owen Taylor <otaylor@redhat.com> * gdk/x11/gdkinput-{x11,xfree}.c: Call XFreeDeviceState() on results of XQueryDeviceState().
* Warning fixes - FedericoArturo Espinosa1999-11-104-5/+14
|
* Added documentation.Federico Mena Quintero1999-11-102-8/+21
| | | | | | | 1999-11-10 Federico Mena Quintero <federico@redhat.com> * src/gdk-pixbuf-io.c (gdk_pixbuf_new_from_xpm_data): Added documentation.
* Just renamed the Win32 backend files to *-win32.Tor Lillqvist1999-11-1047-48433/+31
|
* Fixed up testpixbuf.c to simulate downloading at certain speed, setMichael Fulbright1999-11-093-38/+77
| | | | | | env var TBF_KBPS=n to get n kBytes/sec. Dr Mike
* Possible unsigned int error.Michael Fulbright1999-11-091-1/+1
| | | | Dr Mike
* Doh.Michael Fulbright1999-11-091-1/+0
| | | | Dr Mike
* Slight cosmetic cleanup.Michael Fulbright1999-11-093-74/+42
| | | | | | | | | 1999-11-09 Michael Fulbright <drmike@redhat.com> * src/io-jpeg.c: Slight cosmetic cleanup. * src/io-pnm.c: Fixed raw PNM loading bug. Also discovered that ASCII PBM loading has a similar problem and will address tomorrow.
* build the gdk-pixbuf-drawable stuff.Havoc Pennington1999-11-092-0/+7
| | | | | | | 1999-11-09 Havoc Pennington <hp@pobox.com> * src/Makefile.am (libgdk_pixbuf_la_SOURCES): build the gdk-pixbuf-drawable stuff.
* 0.4 - FedericoGDK_PIXBUF_0_4Arturo Espinosa1999-11-091-0/+4
|
* Added args and signals data files - FedericoArturo Espinosa1999-11-092-4/+33
|
* Renamed arguments to width_in_pixels, height_in_pixels, x_in_pixels,Federico Mena Quintero1999-11-091-4/+4
| | | | | | | | | | | | | 1999-12-13 Federico Mena Quintero <federico@redhat.com> * gdk-pixbuf/gnome-canvas-pixbuf.c (gnome_canvas_pixbuf_class_init): Renamed arguments to width_in_pixels, height_in_pixels, x_in_pixels, y_in_pixels, for consistency with the new canvas. (PixbufPrivate): Do the same renaming in the structure fields, for consistency. * doc/tmpl/gnome-canvas-pixbuf.sgml: Updated for new argument names.
* Added args and signals data files - FedericoArturo Espinosa1999-11-091-0/+78
|