summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix screwy indentation.Owen Taylor2000-04-0512-3/+90
| | | | | | | | | | | | | | Wed Apr 5 00:08:36 2000 Owen Taylor <otaylor@redhat.com> * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): Fix screwy indentation. * Makefile.am (EXTRA_DIST): Fix typo. * gdk[/x11]/Makefile.am (INCLUDES): Add $(top_builddir)/gdk to catch gdkconfig.h * gtk/gtkitemfactory.c: Added FIXME.
* Ooops, forgot header file.Ettore Perazzoli2000-04-041-3/+8
|
* Added GdkPixbufAnimation accessor functions, so that we don't have toEttore Perazzoli2000-04-042-0/+69
| | | | access the struct members directly.
* same as belowRadek Doulik2000-04-036-5/+81
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2000-03-29 Radek Doulik <rodo@helixcode.com> * gdk-pixbuf/gdk-pixbuf-animation.c (gdk_pixbuf_animation_new_from_file): same as below * gdk-pixbuf/io-gif.c (gif_get_lzw): added update of width and height in GdkPixbufAnimation 2000-03-28 Radek Doulik <rodo@helixcode.com> * gdk-pixbuf/io-gif.c (gif_get_lzw): test also for context->frame_done_func and context->anim_done_func to make progressive animation loading work * gdk-pixbuf/gdk-pixbuf-loader.c (gdk_pixbuf_loader_frame_done): added priv->pixbuf = NULL as pixbuf is now in frame (and to make gdk_pixbuf_loader_prepare happy) (gdk_pixbuf_loader_frame_done): update animation bbox * gdk-pixbuf/gdk-pixbuf.h: added bbox size (width, height) to _GdkPixbufAnimation 2000-03-27 Radek Doulik <rodo@helixcode.com> * gdk-pixbuf/io-gif.c (gif_get_lzw): use frame_len and frame_width instead of width and height
* Reverted Mark's change. The refcount is private information, and theFederico Mena Quintero2000-04-023-37/+6
| | | | | | | 2000-04-01 Federico Mena Quintero <federico@helixcode.com> * gdk-pixbuf/gdk-pixbuf.c: Reverted Mark's change. The refcount is private information, and the art_pixbuf will go away soon.
* Added 2 more convience functions.Mark Crichton2000-04-013-0/+43
| | | | | | | | | | Added 2 more convience functions. gdk_pixbuf_get_refcount for the current refcount of the pixbuf (per someone at Eazel's request) gdk_pixbuf_get_artpixbuf: returns the artpixbuf of the pixbuf. Is this a good idea? I'm using it to help make->panel->do->the->right->thing.
* oops. s/return_if_fail/return_val_if_fail/g and add a return value.Jonathan Blandford2000-03-308-2/+37
| | | | | | | 2000-03-30 Jonathan Blandford <jrb@redhat.com> * gtk/gtkpaned.c (gtk_paned_get_position): oops. s/return_if_fail/return_val_if_fail/g and add a return value.
* update to reflect stuff I already didHavoc Pennington2000-03-301-3/+9
|
* file gtkiconset.c was initially added on branch havoc-patches.Havoc Pennington2000-03-290-0/+0
|
* file gtkiconset.h was initially added on branch havoc-patches.Havoc Pennington2000-03-290-0/+0
|
* Return gboolean instead of int.Federico Mena Quintero2000-03-293-2/+7
| | | | | | | 2000-03-29 Federico Mena Quintero <federico@helixcode.com> * gdk-pixbuf/gdk-pixbuf.c (gdk_pixbuf_get_has_alpha): Return gboolean instead of int.
* Add font selector, color selectorHavoc Pennington2000-03-281-0/+26
|
* Add stuff from EttoreHavoc Pennington2000-03-281-0/+54
|
* Fix problem with precendence of >> and & which was keeping composite_colorOwen Taylor2000-03-282-16/+22
| | | | | | | | 2000-03-27 Owen Taylor <otaylor@redhat.com> * gdk-pixbuf/pixops/pixops.c: Fix problem with precendence of >> and & which was keeping composite_color from working with non-gray images.
* Fix up merge slipup.Owen Taylor2000-03-2810-31/+58
| | | | | | | | | Mon Mar 27 20:56:14 2000 Owen Taylor <otaylor@redhat.com> * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Fix up merge slipup. * gdk/gdkinput.h: Fix missing line from merge.
* Include gdkinternals.h instead of gdkprivate.h.Owen Taylor2000-03-2811-4/+39
| | | | | | | Mon Mar 27 20:39:49 2000 Owen Taylor <otaylor@redhat.com> * gdk/gdkcolor.c cursor.c gdkdraw.c gdkfont.c: Include gdkinternals.h instead of gdkprivate.h.
* *** empty log message ***Owen Taylor2000-03-288-1/+36
|
* Merge no-flicker branch into HEADOwen Taylor2000-03-2868-1886/+9271
|
* Add making GdkRGB render to any visualGTK_PRE_NO_FLICKERHavoc Pennington2000-03-271-0/+12
|
* Add MDI thing and icon listHavoc Pennington2000-03-271-0/+28
|
* fix sectionsHavoc Pennington2000-03-271-98/+103
|
* Update TODO file with a bunch of stuff (filtered via Owen)Havoc Pennington2000-03-271-2/+187
|
* add getter.Jonathan Blandford2000-03-239-0/+38
| | | | | | 2000-03-23 Jonathan Blandford <jrb@redhat.com> * gtk/gtkpaned.c (gtk_paned_get_position): add getter.
* Add defs file format document (this document isn't 100% finalized, butHavoc Pennington2000-03-231-0/+338
| | | | putting it here as a sort of "official" location)
* Updated Lithuanian filePablo Saratxaga2000-03-202-46/+48
|
* Remove the #ifndef USE_DISPATCHMESSAGE sections, we do want to useTor Lillqvist2000-03-1612-71/+99
| | | | | | | | | | | | | 2000-03-17 Tor Lillqvist <tml@iki.fi> * gdk/win32/gdkevents-win32.c: Remove the #ifndef USE_DISPATCHMESSAGE sections, we do want to use DispatchMessage. * gdk/win32/gdkfont-win32.c * gdk/win32/gdkproperty-win32.c * gdk/win32/gdkselection-win32.c * gdk/win32/gdkwindow-win32.c: Add const to some arguments that are now declared such.
* removed stray gutter_size reference, a 1.2 relicManish Singh2000-03-158-1/+28
| | | | | | * gtk/gtkvpaned.c: removed stray gutter_size reference, a 1.2 relic -Yosh
* Better description of gdk_rgb_set_min_colors. Stric pointed out thatRaph Levien2000-03-142-5/+14
| | | | | the previous documentation suggested using 256 to request a private colormap, which is currently broken. This was making Mozilla crash.
* Merges from gtk-1-2Owen Taylor2000-03-1498-1748/+3771
|
* Fix typo: Italian uses ISO-8859-1, not -2. Add en_GB.Tor Lillqvist2000-03-142-2/+10
| | | | | | | 2000-03-14 Tor Lillqvist <tml@iki.fi> * makefile.cygwin: Fix typo: Italian uses ISO-8859-1, not -2. Add en_GB.
* document gtk_window_set_policy() (cleared with Owen)Havoc Pennington2000-03-141-4/+73
|
* Updated lt.poPablo Saratxaga2000-03-139-246/+253
|
* FAQ Update: - Minor cleanups (Emmanuel, me) - New questions: I need to addGMT 2000 Tony Gale2000-03-099-290/+843
| | | | | | | | | | | | | Thu Mar 9 22:10:56 GMT 2000 Tony Gale <gale@gtk.org> * docs/gtkfaq.sgml: FAQ Update: - Minor cleanups (Emmanuel, me) - New questions: I need to add a new signal to a GTK+ widget. Any idea? (timj) How can I retrieve the text from a GtkMenuItem? (timj) How do I validate/limit/filter the input to a GtkEntry? (me) Memory does not seem to be released when I free the list nodes I've allocated (timj)
* free the context. (gdk_pixbuf__gif_image_load_animation): free theJonathan Blandford2000-03-092-3/+15
| | | | | | | 2000-03-08 Jonathan Blandford <jrb@redhat.com> * gdk-pixbuf/io-gif.c (gdk_pixbuf__gif_image_load): free the context. (gdk_pixbuf__gif_image_load_animation): free the context.
* Internal GDK error reporting changes: (gdk_win32_gdi_failed) New functionTor Lillqvist2000-03-0824-163/+527
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2000-03-07 Tor Lillqvist <tml@iki.fi> * gdk/win32/gdkmain-win32.c: Internal GDK error reporting changes: (gdk_win32_gdi_failed) New function for reporting errors from GDI, for which it is no use to call GetLastError on Win9x. (gdk_other_api_failed) New function, for general error reporting without calling GetLastError. (gdk_win32_api_failed) OTOH, this function always calls GetLastError. (gdk_win32_last_error_string) Remove this function, GLib has the equivalent now. * gdk/win32/gdkprivate-win32.h: Declare the above, and macros to call them with function name, file name and line number in the arguments. * gdk/win32/*.c: Use the new macros for reporting errors from GDI functions. * gtk/gtk.def: Add some missing entry points. * gtk/gtkcompat.h.in: Define gtk_paned_gutter_size and gtk_paned_set_gutter_size, which don't exist any longer, as void. Fixes by Hans Breuer: * gdk/makefile.msc: Update for debugging. * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_dashes): Fake implementation, just use the PS_DASH, PS_DOT, PS_DASHDOT or PS_DASHDOTDOT or PS_DASH styles depending on the number of entries in the dash_list. * gdk/win32/gdkwin32.h (GDK_FONT_XFONT): New macro, similar as in the x11 backend. * gdk/win32/gdkprivate-win32.h (IS_WIN_NT): New macro. * gtk/testgtk.c: Include config.h, guard inclusion of unistd.h.
* fix to gtk_clist_set_reorderable(). It reorders rows, not columns. FromDamon Chaplin2000-03-072-1/+6
| | | | | | | 2000-03-07 Damon Chaplin <damon@helixcode.com> * gtk/tmpl/gtkclist.sgml: fix to gtk_clist_set_reorderable(). It reorders rows, not columns. From Guy Harris <gharris@flashcom.net>.
* Moved into docs/ subdirOwen Taylor2000-03-066-7/+24
| | | | | | | | | | | | | Mon Mar 6 11:44:58 2000 Owen Taylor <otaylor@redhat.com> * docs/gap-geometry.fig: Moved into docs/ subdir * Makefile.am configure.in autogen.sh src/Makefile.am: automakify * src/pixbuf.h src/pixbuf-render.c src/pixbuf-draw.c src/pixbuf-main.c: Move sources into subdir and rename.
* Start automake-ifyingOwen Taylor2000-03-061-0/+14
|
* Handle drawing transparency without a mask correctly.Owen Taylor2000-03-065-24/+41
| | | | | | | | | | Mon Mar 6 11:02:07 2000 Owen Taylor <otaylor@redhat.com> * pixmap_theme_pixbuf.c: Handle drawing transparency without a mask correctly. * pixmap_theme_main.c pixmap_theme_draw.c: Remove duplicate includes.
* Arjan van de Ven <arjan@fenrus.demon.nl>Arjan van de Ven2000-03-062-30/+85
| | | | | | | | Fixed to pointer-bugs and a mis-interpretation of the Microsoft documentation. Now it can load .BMP files that are not generated by The Gimp as well. a=federico
* Store just pixel value of background colour.Tor Lillqvist2000-03-0316-116/+422
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2000-03-04 Tor Lillqvist <tml@iki.fi> * gdk/win32/gdkprivate-win32.h (struct _GdkWindowWin32Data): Store just pixel value of background colour. * gdk/win32/gdkgc-win32.c (gdk_colormap_color): New function containing code snippet previously duplicated in a couple of places. * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_points): Use gdk_colormap_color. * gdk/win32/gdkevents-win32.c (gdk_event_translate): Generate GDK_SCROLL events for WM_MOUSEWHEEL messages. Don't generate events for autorepeated Shift, Control and Alt keys. Use gdk_colormap_color. * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): If the pointer is inside the window the cursor of which we are setting, call SetCursor immediately. * gdk/win32/makefile.cygwin * gtk/makefile.cygwin: If we don't have the build number stamp file, use zero. * gtk/gtkcompat.h.in: Define gtk_paned_gutter_size and gtk_paned_set_gutter_size as empty. * gtk/gtk.def: Remove gtk_paned_set_gutter_size.
* Merged in changes.Mark Crichton2000-03-032-6/+14
| | | | | | | | | Merged in changes. If this doesn't work, I blame the NWO conspiracy. I need to go put my tin foil hat back on now, and keep a lookout for the black helicopters.
* minor fix from Nicolas GEORGE <nicolas.george@ens.fr>.Damon Chaplin2000-02-292-1/+6
| | | | | | | 2000-02-29 Damon Chaplin <damon@helixcode.com> * gtk/tmpl/gtkmenuitem.sgml: minor fix from Nicolas GEORGE <nicolas.george@ens.fr>.
* s/unsigned long/guint32/g, s/unsigned short/guint16/g, s/unsignedMatt Wilson2000-02-292-100/+105
| | | | | | | 2000-02-28 Matt Wilson <msw@redhat.com> * gdk-pixbuf/gdk-pixbuf-drawable.c: s/unsigned long/guint32/g, s/unsigned short/guint16/g, s/unsigned char/guint8/g
* missed a couple of correctionsGMT 2000 Tony Gale2000-02-292-2/+2
| | | | | | Tue Feb 29 13:29:17 GMT 2000 Tony Gale <gale@gtk.org> missed a couple of corrections
* Spelling/grammar fixes from Martin Buchholz <martin@xemacs.org>GMT 2000 Tony Gale2000-02-2924-37/+100
| | | | | | | | | | Tue Feb 29 13:10:00 GMT 2000 Tony Gale <gale@gtk.org> * gdk/gdkwindow.h gdk/x11/gxid.c gtk/gtkclist.c gtk/gtkclist.h gtk/gtkctree.c gtk/gtkmenu.h gtk/gtkwidget.c gtk/testgtk.c docs/styles.txt docs/refcounting.txt docs/gtkfaq.sgml docs/gtk_tut.sgml docs/gtk.texi TODO: Spelling/grammar fixes from Martin Buchholz <martin@xemacs.org>
* new menu item sections and minor update to notebook section from NicolasDamon Chaplin2000-02-286-60/+153
| | | | | | | | | | | | | | | | | | | 2000-02-28 Damon Chaplin <damon@helixcode.com> * gtk/tmpl/gtkradiomenuitem.sgml: * gtk/tmpl/gtkmenuitem.sgml: * gtk/tmpl/gtknotebook.sgml: new menu item sections and minor update to notebook section from Nicolas GEORGE <nicolas.george@ens.fr>. 2000-02-18 Damon Chaplin <damon@helixcode.com> * gtk/tmpl/gtktooltips.sgml: patch from David Benson <daveb@idealab.com> to note that gtk_tooltips_set_colors() does not work. 2000-02-09 Damon Chaplin <damon@helixcode.com> * gdk/tmpl/input_methods.sgml: minor fix.
* added a note about no-window widgets.Damon Chaplin2000-02-281-0/+8
| | | | | | 2000-06-14 Damon Chaplin <damon@helixcode.com> * gtk/tmpl/gtktooltips.sgml: added a note about no-window widgets.
* new menu item sections and minor update to notebook section from NicolasDamon Chaplin2000-02-281-2/+3
| | | | | | | | | | | | | | | | | | | 2000-02-28 Damon Chaplin <damon@helixcode.com> * gtk/tmpl/gtkradiomenuitem.sgml: * gtk/tmpl/gtkmenuitem.sgml: * gtk/tmpl/gtknotebook.sgml: new menu item sections and minor update to notebook section from Nicolas GEORGE <nicolas.george@ens.fr>. 2000-02-18 Damon Chaplin <damon@helixcode.com> * gtk/tmpl/gtktooltips.sgml: patch from David Benson <daveb@idealab.com> to note that gtk_tooltips_set_colors() does not work. 2000-02-09 Damon Chaplin <damon@helixcode.com> * gdk/tmpl/input_methods.sgml: minor fix.
* We don't require libgif/ungif nor libXpm.Federico Mena Quintero2000-02-271-0/+6
| | | | | | | | 2000-02-26 Federico Mena Quintero <federico@helixcode.com> * README: We don't require libgif/ungif nor libXpm. * NEWS: This was outdated, so updated it.