summaryrefslogtreecommitdiff
path: root/gdk/quartz
Commit message (Expand)AuthorAgeFilesLines
* Implement lots of value setters for GdkGC, based on a heavily modifiedMichael Natterer2006-09-215-101/+413
* fix cast: it's drawable_impl->wrapper that is the GdkWindow, not theMichael Natterer2006-09-211-1/+1
* /tmp/cvsX7MHVxMichael David Emmel2006-09-141-2/+0
* Special-case shift-tab and map it to GDK_ISO_Left_Tab, fixes bug #350806.Richard Hult2006-09-061-4/+10
* Don't do anything if exposure isn't in the event mask, plug a leak, andRichard Hult2006-09-031-1/+11
* Fix build.Richard Hult2006-08-301-1/+1
* Add a function to beep on a window. For X11, implement this with XkbBell.Matthias Clasen2006-08-301-0/+6
* return the hostname instead of NULL.Michael Natterer2006-08-241-3/+6
* Add GDK button mask for NS dragging events. (create_scroll_event): RemoveRichard Hult2006-08-153-13/+24
* don't try to set the state of unmapped windows, callMichael Natterer2006-08-101-10/+68
* implement MIN_SIZE, MAX_SIZE and RESIZE_INC.Michael Natterer2006-08-081-4/+72
* Shutup CVSMichael Natterer2006-08-081-0/+5
* Whitespace cleanup. (synthesize_crossing_events): Add comments and preventRichard Hult2006-08-081-5/+12
* implement.Michael Natterer2006-08-081-16/+29
* Just expose the minimal region instead of the whole rect.Richard Hult2006-08-082-24/+113
* some whitespace and indentation cleanup.Michael Natterer2006-08-081-62/+81
* Don't get and release the context for each point, just once, speeds upRichard Hult2006-08-071-3/+12
* Patch from Erik van Pienbroek to implement drawing bg_pixmaps (#348145).Richard Hult2006-07-312-19/+81
* Always set success to TRUE. (gdk_color_change): Implement.Richard Hult2006-07-299-58/+72
* Implement getting the double click threshold.Richard Hult2006-07-241-1/+23
* Set the window level depending on the type hint.Richard Hult2006-07-246-66/+153
* 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