Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gdk: remove the display->list_devices vfunc | Paolo Borelli | 2016-02-29 | 1 | -51/+0 |
| | | | | | | | | | | | | gdk_display_list_devices is deprecated and all the backends implement the same fallback by delegating to the device manager and caching the list (caching it is needed since the method does not transfer ownership of the container). The compat code can be shared among all backends and we can initialize the list lazily only in the case someone calls the deprecated method. https://bugzilla.gnome.org/show_bug.cgi?id=762891 | ||||
* | gdk: remove the core_pointer field from GdkDisplay | Paolo Borelli | 2016-02-29 | 1 | -2/+1 |
| | | | | | | It is not used anymore, so no need to set it https://bugzilla.gnome.org/show_bug.cgi?id=762820 | ||||
* | quartz: get the core pointer from the device manager | Paolo Borelli | 2016-02-29 | 1 | -17/+1 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=762820 | ||||
* | Implement gdk_display_get_cursor_for_surface in quartz | John Ralls | 2013-08-11 | 1 | -1/+1 |
| | | | | Left out of b2113b7, breaking quartz build | ||||
* | quartz: Remove unused variable | Benjamin Otte | 2013-05-11 | 1 | -2/+0 |
| | |||||
* | Remove framework initialization code | John Ralls | 2013-05-10 | 1 | -4/+0 |
| | | | | | | | This is left over from an old effort to bundle gtk and its dependencies into a Mac OS X Framework. The effort was more or less successful but proved difficult to maintain and impractical to use because gtk programs don't use the special Framework include syntax. | ||||
* | quartz: Move initialization code to display_class_init | Benjamin Otte | 2013-05-02 | 1 | -0/+13 |
| | | | | | This follows the same reasoning as the X11 backend in commit 0122a9da8eab518652553aa4e777d5caf18a6163 | ||||
* | displaymanager: Emit display-opened directly | Benjamin Otte | 2013-04-19 | 1 | -3/+0 |
| | | | | Instead of letting every backend do it manually. | ||||
* | quartz: Emit GdkDisplay::opened signal | Benjamin Otte | 2013-04-19 | 1 | -0/+2 |
| | |||||
* | displaymanager: Handle list of displays in base class | Benjamin Otte | 2013-04-15 | 1 | -5/+0 |
| | | | | | | This moves the add/remove_display() functions from the subclasses to GdkDisplay and GdkDisplayManager. It also gets rid of the list_displays vfunc. | ||||
* | gdkdisplay: Remove get_screen() and get_n_screens() vfuncs | Benjamin Otte | 2013-04-02 | 1 | -20/+0 |
| | |||||
* | Change FSF Address | Javier Jardón | 2012-02-27 | 1 | -3/+1 |
| | |||||
* | gdk/*: Use g_list_free_full convenience function | Javier Jardón | 2012-01-05 | 1 | -2/+1 |
| | |||||
* | quartz: actually register gdk_quartz_display_dispose | Kristian Rietveld | 2011-05-22 | 1 | -0/+1 |
| | |||||
* | quartz: fix a typo | Kristian Rietveld | 2011-05-22 | 1 | -1/+1 |
| | |||||
* | Update quartz to reflect deletion of GdkNativeWindow and client_message ↵ | John Ralls | 2011-02-01 | 1 | -4/+0 |
| | | | | functions. | ||||
* | quartz: reorder gdkprivate-quartz.h and related clean up | Kristian Rietveld | 2010-12-23 | 1 | -4/+15 |
| | |||||
* | quartz: _gdk_quartz_screen -> gdk_quartz_screen | Kristian Rietveld | 2010-12-23 | 1 | -1/+1 |
| | |||||
* | quartz: _gdk_quartz_display -> gdk_quartz_display | Kristian Rietveld | 2010-12-23 | 1 | -17/+17 |
| | |||||
* | quartz: remove gdkmain-quartz.c | Kristian Rietveld | 2010-12-23 | 1 | -0/+8 |
| | |||||
* | quartz: Clean up header files, use same arrangement as X11 backend | Kristian Rietveld | 2010-12-23 | 1 | -6/+21 |
| | |||||
* | quartz: rename GdkDeviceManagerCore -> GdkQuartzDeviceManagerCore | Kristian Rietveld | 2010-12-22 | 1 | -2/+2 |
| | |||||
* | quartz: register before/after process all updates | Kristian Rietveld | 2010-12-22 | 1 | -0/+3 |
| | |||||
* | quartz: set window_type in display_class | Kristian Rietveld | 2010-12-22 | 1 | -0/+3 |
| | |||||
* | quartz: re-introduce _gdk_quartz_display_list_devices | Kristian Rietveld | 2010-12-22 | 1 | -1/+69 |
| | |||||
* | quartz: adapt gdkdisplay-quartz.c to new function names | Kristian Rietveld | 2010-12-22 | 1 | -2/+2 |
| | |||||
* | quartz: Make GdkQuartzDisplay compile | Kristian Rietveld | 2010-12-22 | 1 | -13/+12 |
| | |||||
* | Deal with property encoding functions for quartz | Matthias Clasen | 2010-12-22 | 1 | -0/+2 |
| | |||||
* | Implement selection related vfuncs for quartz | Matthias Clasen | 2010-12-22 | 1 | -0/+3 |
| | |||||
* | Implement selection owner vfuncs for quartz | Matthias Clasen | 2010-12-22 | 1 | -0/+2 |
| | |||||
* | Implement get_keymap vfunc for quartz | Matthias Clasen | 2010-12-22 | 1 | -0/+1 |
| | |||||
* | Implement create_window_impl vfunc for quartz | Matthias Clasen | 2010-12-22 | 1 | -1/+1 |
| | |||||
* | Implement event_data_{copy,free} for quartz | Matthias Clasen | 2010-12-22 | 1 | -0/+3 |
| | |||||
* | Implement notify_startup_complete vfunc for quartz | Matthias Clasen | 2010-12-22 | 1 | -0/+1 |
| | |||||
* | Implement get_next_serial for quartz | Matthias Clasen | 2010-12-22 | 1 | -1/+2 |
| | |||||
* | Implment process_updates_recurse vfunc for quartz | Matthias Clasen | 2010-12-22 | 1 | -1/+8 |
| | |||||
* | Implement has_pending and queue_events vfuncs for quartz | Matthias Clasen | 2010-12-22 | 1 | -0/+2 |
| | |||||
* | Derive GdkDisplayManager for quartz | Matthias Clasen | 2010-12-22 | 1 | -10/+15 |
| | |||||
* | Adapt quartz visual code to new ways | Matthias Clasen | 2010-12-22 | 1 | -2/+2 |
| | | | | We may still need a subclass here later, not sure | ||||
* | Rename _gdk_dnd_init | Matthias Clasen | 2010-12-22 | 1 | -1/+1 |
| | |||||
* | Implement dnd vtables for quartz | Matthias Clasen | 2010-12-22 | 1 | -1/+1 |
| | |||||
* | Make display method vtable calls, quartz backend | Matthias Clasen | 2010-12-22 | 1 | -32/+76 |
| | |||||
* | Merge the xi2-for-master branch | Matthias Clasen | 2010-05-25 | 1 | -0/+11 |
| | |||||
* | Remove unused variable (fix compiler warning) | Kristian Rietveld | 2009-10-26 | 1 | -2/+0 |
| | |||||
* | Move screen resolution setup to GdkScreenQuartz initializer | Kristian Rietveld | 2009-10-26 | 1 | -3/+0 |
| | |||||
* | Create a proper subclass of GdkScreen: GdkScreenQuartz | Kristian Rietveld | 2009-10-26 | 1 | -3/+5 |
| | |||||
* | Move screen initialization to gdkscreen-quartz.c | Kristian Rietveld | 2009-10-26 | 1 | -2/+1 |
| | |||||
* | Add gdk_windowing_window_get_next_serial | Richard Hult | 2009-04-02 | 1 | -0/+6 |
| | |||||
* | Bug 566628 – gdk_display_close always asserts on win32 and quartz | Richard Hult | 2009-01-26 | 1 | -1/+1 |
| | | | | | | | | | | | | | 2009-01-26 Richard Hult <richard@imendio.com> Bug 566628 – gdk_display_close always asserts on win32 and quartz * gdk/quartz/gdkdisplay-quartz.c (_gdk_windowing_set_default_display): Copy fix for bug #566628 from the win32 backend: Allow also a NULL parameter in the g_assert(). svn path=/trunk/; revision=22223 | ||||
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 1 | -1/+1 |
| | | | | | | | | | | | | 2008-06-21 Johan Dahlin <jdahlin@async.com.br> * *.[ch]: Include "config.h" instead of <config.h> Command used: find -name \*.[ch]|xargs perl -p -i -e 's/^#include <config.h>/#include "config.h"/g' Rubberstamped by Mitch and Tim svn path=/trunk/; revision=20669 |