- 31 Aug, 2000 4 commits
-
-
Havoc Pennington authored
2000-08-31 Havoc Pennington <hp@pobox.com> * gtk/gtktextbtree.c (GtkTextBTree): cache end line, for rapid testing whether an iterator is the end iterator (gtk_text_btree_new): init end line cache (gtk_text_line_is_last): use fast cached line to see if we're the last line. (get_last_line): use cached line here too, should speed up some random unrelated code.
-
Havoc Pennington authored
2000-08-30 Havoc Pennington <hp@pobox.com> * gtk/gtkmarshal.list: Add marshallers for changed GtkTextBuffer signals. * gtk/gtktextbuffer.h: Add "interactive" arg to insert_text and delete_text signals. This allows the signals to be used for implementing undo. * gtk/gtktextbuffer.c: Change signal handler signatures; provide "interactive" argument when emitting insert_text or delete_text signal.
-
Havoc Pennington authored
2000-08-30 Havoc Pennington <hp@pobox.com> * gtk/gtktextbuffer.c: Docs
-
Owen Taylor authored
Fri Aug 25 12:16:15 2000 Owen Taylor <otaylor@redhat.com> * gdk/x11/gdkimage-x11.c: remove GDK_IMAGE_SHARED_PIXMAP from switch statements, since Tor removed the enumeration value. * gdk/x11/gdkimage-x11.c (gdk_image_get): s/GDK_IS_WINDOW/GDK_IS_DRAWABLE/.
-
- 30 Aug, 2000 1 commit
-
-
Elliot Lee authored
Use G_GNUC_CONST.
-
- 28 Aug, 2000 1 commit
-
-
Havoc Pennington authored
2000-08-27 Havoc Pennington <hp@pobox.com> * gtk/gtktextiter.c, gtk/gtktextiter.h: wrote lots of API docs, minor indentation fixes, inserted some FIXME about stuff I realized was broken while documenting it. (gtk_text_iter_get_pixmap): allow out params to be NULL, following GTK convention
-
- 27 Aug, 2000 1 commit
-
-
Seán Ó Ceallaigh/Irish translations authored
-
- 23 Aug, 2000 1 commit
-
-
Elliot Lee authored
Try to fix a bug where a window move, with a non-rectangular region unobstructed, would cause pieces of the window to be moved twice. Effectively, sort of implement a gdk_draw_drawable_region(drawable, gc, drawable, region, dx, dy); Am going blind trying to find the off-by-one thing, especially since it doesn't happen except for the preview tests. Still not fixed, have at it.
-
- 22 Aug, 2000 3 commits
-
-
Owen Taylor authored
Tue Aug 22 12:33:24 2000 Owen Taylor <otaylor@redhat.com> * gtk/testgtk.c (create_styles): Fix double free of font desc.
-
Owen Taylor authored
-
Owen Taylor authored
Mon Aug 21 22:39:18 2000 Owen Taylor <otaylor@redhat.com> * gtk/gtkwidget.[ch]: Add gtk_widget_modify_{fg,bg,text,base,font}. * gtk/testgtk.c (create_styles): Add a test for modifying the style through gtk_widget_modify_*. * gtk/gtkwidget.c (gtk_widget_get_modifier_style): Add a function to get the current modifier style. * gtk/gtkwidget.c (gtk_widget_modify_style): Make a copy of the passed in GtkRcStyle instead of ref'ing it. * gtk/gtkrc.[ch]: Add gtk_rc_style_copy().
-
- 20 Aug, 2000 1 commit
-
-
Andraz Tori authored
-
- 19 Aug, 2000 1 commit
-
-
Tor Lillqvist authored
2000-08-20 Tor Lillqvist <tml@iki.fi> * gdk/gdkimage.h * gdk/win32/gdkimage-win32.c: No need any longer on Win32 for the shared memory image+pixmap GdkImage type, or gdk_image_bitmap_new(). They were used in the gdk_imlib port, but I am dropping that. * gtk/gtkmain.h: On Win32, use a #define to map gtk_init() to actually call gtk_init_abi_check(), passing also sizeof(GtkWindow). Ditto for gtk_init_check(). * gtk/gtk.def * gtk/gtkmain.c: (gtk_init_abi_check, gtk_init_check_abi_check): New functions, used to check that the GTK+-using code has been compiled using the correct compiler and switches. In particular, with gcc one has to use the -fnative-struct switch as GTK+ is compiled with that.
-
- 18 Aug, 2000 1 commit
-
-
Owen Taylor authored
Fri Aug 18 17:27:46 2000 Owen Taylor <otaylor@redhat.com> * gtk/gtkclist.c (gtk_clist_merge): Don't leave dangling ->prev fields when merging lists. (Found simultaneously by Pawel Salek and Jakub Jelinek)
-
- 17 Aug, 2000 1 commit
-
-
Christopher R. Gabriel authored
-
- 14 Aug, 2000 1 commit
-
-
Yuri Syrota authored
-
- 12 Aug, 2000 5 commits
-
-
Tor Lillqvist authored
2000-08-12 Tor Lillqvist <tml@iki.fi> * gdk/gdk.def * gtk/gtk.def: Add missing entries. * gdk/win32/gdkfont-win32.c (gdk_font_load_internal): Use OUT_TT_ONLY_PRECIS, try to get a TrueType font. * gdk/win32/gdkinput-win32.c (gdk_device_get_state): New function. Dummy implementation at this point. * gtk/makefile.mingw.in: Fix typo. Add testtext and testtextbuffer rules. Undefine GTK_COMPILATION when compiling the test programs. * gtk/gtkdebug.h: Mark gtk_debug_flags for export/import. * gdk_pixbuf.def: Add missing entry point.
-
Anders Carlsson authored
-
Tor Lillqvist authored
pathname issue. Plug a memory leak.
-
Tor Lillqvist authored
-
Tor Lillqvist authored
2000-08-11 Tor Lillqvist <tml@iki.fi> * gtk/gtkfilesel.c: Add more calls to g_filename_{to,from}_utf8() to convert back and forth from UTF-8 and the "system" (or "current locale") charset when necessary. Indentation/spacing cleanup.
-
- 11 Aug, 2000 2 commits
-
-
Havoc Pennington authored
2000-08-10 Havoc Pennington <hp@redhat.com> * Makefile.am (snapshot): Change the format of the snapshot version to match glib * gdk/win32/Makefile.am (EXTRA_DIST): remove gdkinputprivate.h from EXTRA_DIST since it doesn't seem to exist 2000-08-10 Havoc Pennington <hp@redhat.com> * Makefile.am (EXTRA_DIST): The *.def files had the wrong names (s/pixbuf_/pixbufloader_)
-
Havoc Pennington authored
-
- 09 Aug, 2000 8 commits
-
-
Elliot Lee authored
Ref window before returning.
-
Tor Lillqvist authored
2000-08-10 Tor Lillqvist <tml@iki.fi> * gtk/gtkfilesel.c (open_new_dir): Use the "system codepage" version of the directory name (not the UTF-8 one) when building the path name to stat().
-
Elliot Lee authored
Make numeric keypad work.
-
Elliot Lee authored
Bugfixorama
-
Elliot Lee authored
Some hacks to stop screen blanking.
-
Elliot Lee authored
Implement gdk_beep() (woohoo!)
-
Elliot Lee authored
-
Elliot Lee authored
Fix GDK_Left position in table.
-
- 08 Aug, 2000 1 commit
-
-
Elliot Lee authored
At init time, read data from the PS/2 mouse until there's nothing left to read, in an attempt to synchronize up with the event stream.
-
- 07 Aug, 2000 5 commits
-
-
Elliot Lee authored
Handle GDK_INCLUDE_INFERIORS subwindow_mode. Call gobject finalize routine in gdk_gc_finalize. Unrememberable etcs.
-
Elliot Lee authored
Store mouse coords as doubles not ints...
-
Elliot Lee authored
-
Elliot Lee authored
fidmour support, mouse genericization (the file is now quite misnamed, I'm afraid).
-
Elliot Lee authored
-
- 04 Aug, 2000 1 commit
-
-
Elliot Lee authored
Implement gdkcc (visually broken, but can be fixed by someone with a clue w/o problems).
-
- 03 Aug, 2000 2 commits
-
-
Elliot Lee authored
sync to ps2-less anode
-
Elliot Lee authored
Fix the second bug, draw underlines.
-