summaryrefslogtreecommitdiff
path: root/gtk/gtkquartz.h
Commit message (Collapse)AuthorAgeFilesLines
* quartz app menu: add hidpi support for menu iconsChristoph Reiter2015-07-271-2/+0
| | | | | | | | Use the new cairo to NSImage converter function to set the device scale. Remove the pixbuf converter function as this was the last user.
* quartz dnd: add hidpi support for gtk_drag_set_icon_surface()Christoph Reiter2015-07-271-0/+2
| | | | | | | Instead of storing the dnd icon as a pixbuf store it as a cairo surface and transfer the device scale when converting it to a NSImage. In the pixbuf/stock/named setters convert to a surface instead (no hidpi support yet)
* quartz: move atom/pasteboard type conversions functions to GDKKristian Rietveld2013-03-281-1/+0
| | | | (cherry picked from commit a269c2f8d26a588c4b61ad605ef496e89759cc03)
* Change FSF AddressJavier Jardón2012-02-271-3/+1
|
* gtk: clean up the private horrorMichael Natterer2011-10-221-2/+2
| | | | | | | | | | | - add gtkmodulesprivate.h and move stuff there from gtkprivate.h - add gtkprivate.c and move stuff there from gtkmain.c - add gtkwin32.c and move stuff there from gtkmain.c - don't redefine GTK_DATADIR and friends in gtkprivate.h - have _gtk_get_datadir() and friends on all platforms - remove the horrid hacks where gtkprivate.h can't be included, or must be included later due to redefinition of the compile-time directories
* Rework a previous commit to not crash in addition to fixing leaksKristian Rietveld2010-01-011-2/+2
| | | | | The target list/entry to pasteboard entry conversions return a NSSet now instead of NSArray.
* Add new files.Anders Carlsson2006-03-211-0/+47
2006-03-21 Anders Carlsson <andersca@imendio.com> * gtk/Makefile.am: Add new files. * gtk/gtkclipboard-quartz.c: Added. * gtk/gtkdnd-quartz.c: Added. * gtk/gtkquartz.c: Added. * gtk/gtkquartz.h: Added. Add dnd and clipboard implementations.