Commit Graph

25245 Commits

Author SHA1 Message Date
bd1ff477ca Deal with property encoding functions for quartz 2010-12-22 17:47:01 +01:00
de41790470 Implement selection related vfuncs for quartz 2010-12-22 17:47:01 +01:00
762548d303 Implement selection owner vfuncs for quartz 2010-12-22 17:47:01 +01:00
547d674ce5 Implement window property vfuncs for quartz 2010-12-22 17:47:01 +01:00
168b3c13b7 Implement keyval vfuncs for quartz 2010-12-22 17:47:00 +01:00
9ae2dc0deb Drop gdk_set_locale from quartz 2010-12-22 17:47:00 +01:00
a1b300ecb6 Implement test vfuncs for quartz 2010-12-22 17:47:00 +01:00
6eb2a3520c Implement atom-related vfuncs for quartz 2010-12-22 17:47:00 +01:00
51f149df5e Implement get_keymap vfunc for quartz 2010-12-22 17:47:00 +01:00
46352afa6f Implement create_window_impl vfunc for quartz 2010-12-22 17:47:00 +01:00
57efe15bda Drop gdk_spawn functions
These have been removed since the implementation was just
a straight wrapper around g_spawn.
2010-12-22 17:47:00 +01:00
9dbe3bd316 Drop unimplemented foreign window functions
These have been relegated to backend-specific
2010-12-22 17:47:00 +01:00
b2ff02332f Implement event_data_{copy,free} for quartz 2010-12-22 17:47:00 +01:00
4b92625fe0 Implement notify_startup_complete vfunc for quartz 2010-12-22 17:47:00 +01:00
2f3c7da763 Remove a duplicate doc comment 2010-12-22 17:47:00 +01:00
1a04631707 Implement get_next_serial for quartz 2010-12-22 17:47:00 +01:00
dadbc63f1e gdk_display_warp_pointer is in the frontend now 2010-12-22 17:46:59 +01:00
a1a0205dad Implment process_updates_recurse vfunc for quartz 2010-12-22 17:46:59 +01:00
3232be603a Implement has_pending and queue_events vfuncs for quartz 2010-12-22 17:46:59 +01:00
733c8fc8e7 Derive GdkDisplayManager for quartz 2010-12-22 17:46:59 +01:00
8a9c604b8a Adapt quartz device code to new ways
We will need to rename the Core implementations in X11/Quartz
to not clash, later.
2010-12-22 17:46:59 +01:00
e2fea748d6 Adapt quartz visual code to new ways
We may still need a subclass here later, not sure
2010-12-22 17:46:59 +01:00
46e8aadaf8 Rename _gdk_dnd_init 2010-12-22 17:46:59 +01:00
25271f5e9a Implement dnd vtables for quartz 2010-12-22 17:46:59 +01:00
d2ce9ec3dc Convert a bunch of visual related calls to use the screen vtable, quartz 2010-12-22 17:46:59 +01:00
41352f24d6 Convert all GdkScreen methods to vtable calls, quartz backend 2010-12-22 17:46:59 +01:00
f43f259d49 Derive GdkKeymap for Quartz 2010-12-22 17:46:59 +01:00
acd99409b8 Make display method vtable calls, quartz backend 2010-12-22 17:46:59 +01:00
064bfceaad Convert all gdk_window methods to vtable calls in the quartz backend 2010-12-22 17:46:59 +01:00
62cbc1acd4 continue to install gdk-$TARGET-3.0.pc 2010-12-22 11:39:58 -05:00
05b43caf4c Add a section about gdk_spawn to migration guide 2010-12-22 11:13:31 -05:00
e20503836c Fixed GtkGrid GtkContainerClass->forall() to not use a for loop.
This loop needs to be safe for removing children in a forall loop.
2010-12-22 21:25:53 +09:00
367211ed7f Document WINDOWING macros 2010-12-22 01:43:57 -05:00
3973ef760e Mention GDK_BACKEND in the docs 2010-12-22 01:32:18 -05:00
fa59cc4652 Fix the X backend docs 2010-12-22 01:31:15 -05:00
a6b05106a5 GtkAboutDialog: Be slightly more flexible when listing credits
Make sure we render credits ok that are occurring in the wild,
such as "Contact us at:", "<foo@bar>" or "guy1\nguy2\nguy3"

https://bugzilla.gnome.org/show_bug.cgi?id=637763
https://bugzilla.gnome.org/show_bug.cgi?id=637736
2010-12-22 01:03:58 -05:00
4cc76927b1 Show translators properly in the new about dialog
translator-credits is a single string, typically with newline-
separated names.
2010-12-22 00:31:05 -05:00
2013e23c4b Use getters and setters for GtkPrintJob in gtkprintbackendtest.c 2010-12-22 15:36:47 +11:00
f4419be0d6 Fix DSO link issues 2010-12-22 15:01:50 +11:00
e60eff282a Bump version 2010-12-21 20:17:35 -05:00
83364e8529 Fix distcheck 2010-12-21 19:37:18 -05:00
b824cdd6db Fix a blunder in grab handling
This was causing segfaults which would go away when compiled with
debug options.
2010-12-21 18:42:30 -05:00
4b10167ce6 Set a default value for rgba style properties 2010-12-21 18:18:34 -05:00
5b6bdcf016 Fix a tag mismatch in the docs 2010-12-21 18:18:34 -05:00
2a324ae304 Fix inclusion of gdkconfig.h 2010-12-21 18:18:07 -05:00
4331d62567 Add gtkselectionprivate.h to Makefile 2010-12-21 17:57:40 -05:00
fcbfa05347 Drop no-longer-existing header from Makefile 2010-12-21 17:36:50 -05:00
3ca69937f4 Don't install headers twice 2010-12-21 16:37:16 -05:00
9cdbb31c06 Update NEWS 2010-12-21 16:25:27 -05:00
7b6d759b04 Temporarily disable combo box entry test
This one got broken by the treeview refactoring, I assume.
2010-12-21 14:43:17 -05:00