summaryrefslogtreecommitdiff
path: root/gdk/quartz
Commit message (Expand)AuthorAgeFilesLines
* Implement.Richard Hult2006-07-212-12/+76
* Append the event to the queue instead of using gdk_event_put.Richard Hult2006-07-203-125/+175
* ]): Listen to windowDidResignMain notifications and properly update theRichard Hult2006-07-193-25/+47
* ]): Remove unused variables to fix compiler warnings.Richard Hult2006-07-192-2/+0
* Implement type hints and use them to determine which windows should beRichard Hult2006-07-193-12/+66
* Get the position correctly for the root window. Fixes bug #347976, patchRichard Hult2006-07-191-15/+24
* Fill in string, length and is_modifier for key events. Map some more keysRichard Hult2006-07-173-13/+88
* Add escape to the list of special keys, to get the escape key working.Richard Hult2006-07-171-6/+7
* Initialize GdkInput.Richard Hult2006-07-171-2/+2
* Fix comment. (gdk_window_set_title): Surround by release pool macros.Richard Hult2006-07-173-29/+120
* Account for alignment when reading xbm data. (#346721, patch by DaveRichard Hult2006-07-101-8/+10
* Implement some more stubs for pygtk, bug #346713.Richard Hult2006-07-094-0/+43
* Release the pool in all cases. (move_resize_window_internal): Surround byRichard Hult2006-07-091-1/+9
* Generate a grab broken event when appropriate. Fixes bug #346603, patchRichard Hult2006-07-073-49/+132
* Add spawn functions, copied from the win32 backend.Richard Hult2006-06-032-0/+107
* Remove obsolete comment. (poll_func): Remove assert and add a comment onRichard Hult2006-05-151-7/+7
* Add missing files. (#340533, Ludovic Rousseau)Matthias Clasen2006-05-031-0/+2
* Create 'composited' label.Søren Sandmann2006-04-251-0/+8
* Add check for source being a window.Richard Hult2006-04-162-31/+31
* Remove leading cairo/ in include.Richard Hult2006-04-161-1/+1
* Take grabs into account.Anders Carlsson2006-04-131-3/+13
* Handle page up and page down.Anders Carlsson2006-04-121-0/+2
* Don't flush if we're inside a begin_paint/end_paint pair.Anders Carlsson2006-04-122-1/+8
* Have GdkWindowImplQuartz implement GdkPaintable.Anders Carlsson2006-04-104-23/+163
* Make _gdk_windowing_args const.Matthias Clasen2006-04-031-1/+1
* Add missing CLIPBOARD atom.Richard Hult2006-03-291-4/+5
* Make the poll func work with real file descriptors. We do this by creatingAnders Carlsson2006-03-271-3/+140
* Add more stubs.Richard Hult2006-03-2710-2/+190
* removing trailing \ fixes the build.Michael Natterer2006-03-211-1/+1
* Implement gdk_window_scroll.Anders Carlsson2006-03-211-1/+47
* Add the GDK part of the DND implementation.Anders Carlsson2006-03-217-10/+216
* Offset coordinates by 0.5 pixels to get consistant results for both imageAnders Carlsson2006-03-212-29/+22
* ]): Synthesize GDK_CONFIGURE events when the window position changes.Anders Carlsson2006-03-211-0/+22
* gdk/gdkscreen.h gdk/x11/gdkscreen-x11.c addedMichael Natterer2006-03-081-0/+16
* Add these from the win32 backend.Anders Carlsson2006-02-211-2/+94
* Add stubs for input shape functions.Anders Carlsson2006-02-202-0/+53
* Fix typo so ctrl gets passed on to the gdk event.Anders Carlsson2006-02-202-2/+2
* If major.minor of required and available glib versions are the same, addBehdad Esfahbod2006-01-291-1/+0
* Implement these functions. (#327228, Thomas Broyer).Anders Carlsson2006-01-181-4/+49
* Implement these functions. (#327226, Thomas Broyer)Anders Carlsson2006-01-181-2/+46
* Support non-MacRoman keyboard layouts. (#322585, Wolfgang Thaller)Anders Carlsson2006-01-181-11/+84
* Make the process a foreground application. (#322481, Wolfgang Thaller)Anders Carlsson2006-01-181-0/+8
* Fix ChangeLog entryAnders Carlsson2006-01-161-3/+3
* Implement keyboard grabs.Anders Carlsson2006-01-165-46/+120
* Implement local-only atoms.Anders Carlsson2006-01-101-11/+135
* Add cvsignoreJohan Dahlin2006-01-091-0/+2
* Have these return TRUEAnders Carlsson2006-01-024-21/+78
* Add quartz backend.Anders Carlsson2005-11-2233-0/+7200