- 13 Sep, 1999 1 commit
-
-
Tor Lillqvist authored
1999-09-14 Tor Lillqvist <tml@iki.fi> * gdk/gdkcolor.c (gdk_colormap_new) * gdk/win32/gdkcolor.c (gdk_colormap_new): Fix memory leak: colormap->colors was allocated twice. * gdk/win32/gdk.c: Remove some unused stuff. * gdk/win32/gdkcolor.c (gdk_colormap_sync): Initialize all of the colormap. * gtk/gtkfontsel.c (gtk_font_selection_dialog_get_type) * gtk/gtklabel.h (gtk_label_get_type) * gtk/gtktipsquery.c (gtk_tips_query_get_type) * gtk/gtktypeutils.h (gtk_type_name): : Use GtkType in a couple of places, not guint.
-
- 11 Sep, 1999 1 commit
-
-
Pablo Saratxaga authored
-
- 10 Sep, 1999 1 commit
-
-
Pablo Saratxaga authored
-
- 06 Sep, 1999 1 commit
-
-
Pablo Saratxaga authored
-
- 03 Sep, 1999 1 commit
-
-
Chyla Zbigniew authored
-
- 01 Sep, 1999 1 commit
-
-
Pablo Saratxaga authored
-
- 30 Aug, 1999 3 commits
-
-
Pablo Saratxaga authored
-
Pablo Saratxaga authored
-
Pablo Saratxaga authored
-
- 29 Aug, 1999 1 commit
-
-
BST 1999 Tony Gale authored
Sun Aug 29 13:38:59 BST 1999 Tony Gale <gale@gtk.org> Minor FAQ Update
-
- 28 Aug, 1999 3 commits
-
-
Damon Chaplin authored
1999-08-28 Damon Chaplin <damon@karuna.freeserve.co.uk> * gtk/tmpl/gtkbbox.sgml: new section from Lee Mallabone. * gdk/gdk-sections.txt: rearranged rgb, regions, and drawing sections. * gdk/tmpl/rgb.sgml: new section from Raph Levien, with a few changes by me, including a little example app. * gdk/tmpl/regions.sgml: * gdk/tmpl/event_structs.sgml: * gdk/tmpl/drawing.sgml: my first attempt. * gdk/tmpl/cursors.sgml: tiny changes.
-
Tony Gale authored
Commit the correct version.
-
BST 1999 Tony Gale authored
Sat Aug 28 14:34:37 BST 1999 Tony Gale <gale@gtk.org> * docs/gtkfaq.sgml: FAQ update
-
- 26 Aug, 1999 2 commits
-
-
Tor Lillqvist authored
1999-08-27 Tor Lillqvist <tml@iki.fi> Win32: Philippe Colantoni <colanton@aris.ss.uci.edu> suggests a way to get window contents continually refreshed while resizing. I didn't like the effects myself, so it's not on by default. * gdk/win32/gdkprivate.h: New flag variable gdk_event_func_from_window_proc, FALSE by default. * gdk/win32/gdk.c (gdk_init_check): Set above flag if the environment variable GDK_EVENT_FUNC_FROM_WINDOW_PROC is set, or we are passed --gdk-event-func-from-window-proc. * gdk/win32/gdkevents.c (gdk_WindowProc): If above flag is set, and we have am event_func, call it instead of enqueing the event.
-
Pablo Saratxaga authored
-
- 25 Aug, 1999 1 commit
-
-
Pablo Saratxaga authored
-
- 24 Aug, 1999 1 commit
-
-
Karsten Weiss authored
1999-08-24 Karsten Weiss <karsten@addx.au.s.shuttle.de> * de.po: Typo fix.
-
- 23 Aug, 1999 2 commits
-
-
Manish Singh authored
-
Tor Lillqvist authored
* gdk/win32/gdkevents.c (gdk_event_translate): Fix from Simon Kelley: Set expose_count in GdkEventExposes correctly. * gdk/win32/gdkwindow.c: Remove dead code (#ifdef MULTIPLE_WINDOW_CLASSES). * gdk/win32/gdkdraw.c (gdk_draw_line): Workaround from Hans Breuer for bug in NT, apparently NT *does* draw the end pixel, too, in LineTo with a one-pixel pen, so we don't have to do it ourselves.
-
- 21 Aug, 1999 1 commit
-
-
Tor Lillqvist authored
* gdk/win32/gdkwindow.c (RegisterGdkClass): New function * gdk/win32/gdkwindow.c (gdk_window_new): Use it. Don't set the CS_?REDRAW flags as they cause lots of (late) redraws when "show window contents while dragging" is turned on. Allocate at least one unique class for every GdkWindowType. If support for single window-specific icons is ever needed (eg. Dialog specific), every such window should get its own class.
-
- 20 Aug, 1999 2 commits
-
-
Dave Mason authored
David Mason dcm@redhat.com
-
Dave Mason authored
David Mason dcm@redhat.com
-
- 19 Aug, 1999 1 commit
-
-
Tor Lillqvist authored
* gdk/win32/gdkgc.c (gdk_gc_new_with_values): Fix a cut&paste error that caused crashes.
-
- 17 Aug, 1999 4 commits
-
-
Tor Lillqvist authored
* gdk/win32/gdkdraw.c (gdk_draw_pixmap): When blitting inside one window, use ScrollWindowEx, and call UpdateWindow. This prevents bugs when for instance part of the window was outside the display. Thanks to Philippe Colantoni for finding and fixing this.
-
Owen Taylor authored
-
Owen Taylor authored
Tue Aug 17 09:14:01 1999 Owen Taylor <otaylor@redhat.com> * gtk/tmpl/gtktypeutils.sgml: Fix corrupted end tag. * gtk/tmpl/gtkselection.sgml gtk/tmpl/gtkrc.sgml gtk/tmpl/gtkdnd.sgml gtk/tmpl/gtkarrow.sgml gtk/tmpl/gtkpaned.sgml gtk/tmpl/gtkmisc.sgml gtk/tmpl/gtkhandlebox.sgml gtk/tmpl/gtkctree.sgml: Added missing close tags.
-
Owen Taylor authored
Thu Aug 19 14:43:08 1999 Owen Taylor <otaylor@redhat.com> * gdk/tmpl/gcs.sgml gdk/gdk-sections.txt: Added section. (Written a while ago but fell through the cracks) * gtk/gtk-docs.sgml: Add a &hash; entity here as a temporary hack. (There is no standard entity for '#', and no way of escaping '#' in gtk-doc) * gtk/tmpl/gtkrc.sgml: Use the above to fix up #rrggbb string literals. * gtk/tmpl/gtkdrawingarea.sgml: Fixed a couple of errors in the example. (pointed out by Nick Lamb)
-
- 16 Aug, 1999 5 commits
-
-
Owen Taylor authored
Mon Aug 16 6:60:53 1999 Owen Taylor <otaylor@redhat.com> * gdk/tmpl/properties.sgml gdk/tmpl/selections.sgml gdk/tmpl/input_devices.sgml: Documented * gdk/gdk-sections.txt: Moved around types for input devices properties and selections, marked a few functions as private.
-
Owen Taylor authored
-
Owen Taylor authored
-
Owen Taylor authored
-
Tor Lillqvist authored
* gdk/win32/gdkdraw.c (gdk_draw_arc): Fix start and end radial endpoint calculations which were totally wrong. (A little RTFMing helps a lot ;-) * gtk/makefile.{cygwin,msc}: Use libintl extracted from glibc from a separate directory, not from gettext, because of licensing issues (we want to use the LGPL version). * README.win32: Mention the intl from glibc vs from gettext issue.
-
- 13 Aug, 1999 1 commit
-
-
Mikko Rauhala authored
better statistics).
-
- 12 Aug, 1999 1 commit
-
-
Tor Lillqvist authored
* gdk/win32/gdkevents.c (gdk_event_translate): Fix a couple of bugs in the key event handling: Now AltGr chars work again. Also, now Alt-digits are passed up as well as Control-digits. Pass keypad plus and minus as normal plus and minus.
-
- 11 Aug, 1999 1 commit
-
-
BST 1999 Tony Gale authored
Wed Aug 11 13:38:26 BST 1999 Tony Gale <gale@gtk.org> * docs/gtkfaq.sgml: FAQ Update
-
- 09 Aug, 1999 2 commits
-
-
Federico Mena Quintero authored
1999-08-09 Federico Mena Quintero <federico@nuclecu.unam.mx> * src/io-png.c (image_save): Fixed compiler warnings. Fixed write to unallocated memory (row_ptr), and fixed its type as well. Take into account the ArtPixbuf's rowstride when assigning the row pointers. * src/gdk-pixbuf.c: Fixup includes. * src/gdk-pixbuf-io.c: Likewise.
-
Owen Taylor authored
distant major changes to GDK.
-
- 06 Aug, 1999 1 commit
-
-
Tor Lillqvist authored
-
- 01 Aug, 1999 1 commit
-
-
Pablo Saratxaga authored
-
- 31 Jul, 1999 1 commit
-
-
Daniel Veillard authored
-