- 09 Aug, 2000 3 commits
-
-
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 8 commits
-
-
Elliot Lee authored
sync to ps2-less anode
-
Elliot Lee authored
Fix the second bug, draw underlines.
-
Elliot Lee authored
Bugfix.
-
Alastair McKinstry authored
-
Elliot Lee authored
* gdk/gdkpango.c (gdk_draw_layout_line): Don't draw runs with a PANGO_ATTR_SHAPE set.
-
Owen Taylor authored
-
Owen Taylor authored
Thu Aug 3 09:17:06 2000 Owen Taylor <otaylor@redhat.com> * gdk/gdkrectangle.c (gdk_rectangle_intersect): Applied patch from Peter Osterlund to simplify the code while keeping the functionality the same.
-
Elliot Lee authored
Set serif font to something sane. Add cursors so it will compile anywhere (hopefully).
-
- 02 Aug, 2000 1 commit
-
-
Owen Taylor authored
Wed Aug 2 14:57:38 2000 Owen Taylor <otaylor@redhat.com> * gdk/gdkwindow.c (gdk_window_process_updates_internal): Move is_viewable() test further inside the function, since removing the window from the redraw list without clearing ->update_area was also very broken.
-
- 01 Aug, 2000 4 commits
-
-
Tor Lillqvist authored
2000-08-02 Tor Lillqvist <tml@iki.fi> * configure.in: Check for <unistd.h>. 2000-08-02 Tor Lillqvist <tml@iki.fi> * io-bmp.c * io-ico.c * io-ras.c * io-tiff.c * io-wbmp.c: Conditionalise inclusion of <unistd.h>. * makefile.mingw.in: List loaders alphabetically. Add the wbmp one. Fix names of DLLs to have '-' instead of '_'.
-
Martin Baulig authored
2000-08-01 Martin Baulig <baulig@suse.de> * gtk/gtkmain.c (gtk_init_check): Use g_message() and not g_warning() to display the message that this is a development version of GTK+.
-
Elliot Lee authored
* io-wbmp.c: Some bug fixes - now tested to work.
-
Elliot Lee authored
Add a 'w' in the right spot.
-
- 31 Jul, 2000 5 commits
-
-
Owen Taylor authored
Mon Jul 31 18:37:36 2000 Owen Taylor <otaylor@redhat.com> * gtk/gtkentry.c (entry_adjust_scroll): Fix problem where computation was depending on widget->allocation instead of the width of text_area, which was incorrect for subclasses like GtkSpinButton. * gdk/gdkpango.c (gdk_draw_layout): Fix a couple of typos with width == 1 tests that should be width == -1.
-
Owen Taylor authored
Mon Jul 31 16:45:48 2000 Owen Taylor <otaylor@redhat.com> * gdk/gdkwindow.c (gdk_window_process_updates_internal): Replace broken, (broken, Elliot, every single window blank on X) custom code with call to gdk_window_is_viewable() which a) prevents code duplicate and b) works.
-
Elliot Lee authored
* gtk/gtkcolorsel.c: We really do need to include gdkfb.h in order to get the GDK_PARENT_ROOT() macro to work. * gtk/gtkmarshal.list: Add NONE:STRING,POINTER * gdk/gdkwindow.c: Don't send expose events, or invalidate pieces of, windows that aren't shown. * gdk/linux-fb: Redraw-when-menu-hidden solved, plus a bunch of pointer grab stuff.
-
BST 2000 Tony Gale authored
Mon Jul 31 13:53:16 BST 2000 Tony Gale <gale@gtk.org> * docs/gtkfaq.sgml docs/gtk-faq.sgml: s/gtk_main_iteration/g_main_iteration/ Did this already in change: Mon Nov 15 17:17:51 GMT 1999 Tony Gale <gale@gtk.org> don't know how it got reverted.
-
Stanislav Brabec authored
2000-07-31 Stanislav Brabec <utx@penguin.cz> * gdk/gdk.c: #ifdef G_ENABLE_DEBUG around gdk_arg_debug_cb and gdk_arg_no_debug_cb to fix compilation problem with --disable-debug. * gdk/Makefile.am: Link gdk against actually compiled gdk_pixbuf-1.3, not gdk_pixbuf.
-
- 30 Jul, 2000 2 commits
-
-
Pablo Saratxaga authored
-
Tor Lillqvist authored
2000-07-30 Tor Lillqvist <tml@iki.fi> * gdk/Makefile.am: Add makefile.mingw.in to EXTRA_DIST. * gdk/win32/gdkevents-win32.c (gdk_events_init, gdk_events_queue): Remove the g_pipe_readable_msg stuff. Not needed with new GLib GIOChannel implementation. * gdk/win32/gdkinput.c * gdk/win32/gdkpango-win32.c: Update license name here, too. * gdk/win32/gdkwin32id.c (gdk_win32_handle_table_lookup): Fix definition to match prototype. * gtk/makefile.mingw.in: Add libiconv CFLAGS and LIBS.
-
- 28 Jul, 2000 3 commits
-
-
Kenneth Christiansen authored
-
Elliot Lee authored
Part 2 of previous commit (aka "it compiles now, ma")
-
Elliot Lee authored
2000-07-27 Elliot Lee <sopwith@redhat.com> * gtk/gdk-pixbuf-loader.[ch]: Add gdk_pixbuf_loader_new_with_type function, to allow handling image formats that cannot be detected by looking at content alone. gdk-pixbuf/ 2000-07-27 Elliot Lee <sopwith@redhat.com> * gdk-pixbuf-io.h, gdk-pixbuf-io.c: Add gdk_pixbuf_get_named_module() function to facilitate above change * io-bmp.c: Don't malloc a temporary buffer - use stack instead. * io-wbmp.c, pixbufloader_wbmp.defs, gdk-pixbuf-io.c, Makefile: Implement loader for WBMP format. **NOTE: I haven't tested this yet, I need to sync it to another machine, but it if it is broken I'm already working on fixing it
-
- 27 Jul, 2000 3 commits
-
-
BST 2000 Tony Gale authored
Thu Jul 27 13:13:21 BST 2000 Tony Gale <gale@gtk.org> * docs/tutorial/*.gif *.jpg *.eps Update these to the same look-n-feel. Why does including images in DocBook suck so badly?
-
Kenneth Christiansen authored
-
Tim Janik authored
Thu Jul 27 05:06:29 2000 Tim Janik <timj@gtk.org> * gtk/gtktable.c: applied patch from Phil Thompson <phil@river-bank.demon.co.uk> that enables space settings for the last row/columns as well.
-
- 26 Jul, 2000 4 commits
-
-
Tim Janik authored
Wed Jul 26 12:59:31 2000 Tim Janik <timj@gtk.org> * *.[hc]: applied patch from Andreas Persenius <ndap@swipnet.se> that updates the license headers to the GNU Lesser General Public License, as well as updating the copyright year to 2000.
-
Robert Brady authored
-
Robert Brady authored
2000-07-26 Robert Brady <rwb197@zepler.org> * configure.in: Cause GETTEXT_PACKAGE to be consistent in config.h and po/Makefile, was installing and looking for them under gtk20 and gtk2 respectively.
-
Havoc Pennington authored
2000-07-25 Havoc Pennington <hp@redhat.com> * gtk/testtext.c: Comment out some stuff that depends on the rest of my patches.
-