| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement lots of value setters for GdkGC, based on a heavily modified | Michael Natterer | 2006-09-21 | 5 | -101/+413 |
* | fix cast: it's drawable_impl->wrapper that is the GdkWindow, not the | Michael Natterer | 2006-09-21 | 1 | -1/+1 |
* | /tmp/cvsX7MHVx | Michael David Emmel | 2006-09-14 | 1 | -2/+0 |
* | Special-case shift-tab and map it to GDK_ISO_Left_Tab, fixes bug #350806. | Richard Hult | 2006-09-06 | 1 | -4/+10 |
* | Don't do anything if exposure isn't in the event mask, plug a leak, and | Richard Hult | 2006-09-03 | 1 | -1/+11 |
* | Fix build. | Richard Hult | 2006-08-30 | 1 | -1/+1 |
* | Add a function to beep on a window. For X11, implement this with XkbBell. | Matthias Clasen | 2006-08-30 | 1 | -0/+6 |
* | return the hostname instead of NULL. | Michael Natterer | 2006-08-24 | 1 | -3/+6 |
* | Add GDK button mask for NS dragging events. (create_scroll_event): Remove | Richard Hult | 2006-08-15 | 3 | -13/+24 |
* | don't try to set the state of unmapped windows, call | Michael Natterer | 2006-08-10 | 1 | -10/+68 |
* | implement MIN_SIZE, MAX_SIZE and RESIZE_INC. | Michael Natterer | 2006-08-08 | 1 | -4/+72 |
* | Shutup CVS | Michael Natterer | 2006-08-08 | 1 | -0/+5 |
* | Whitespace cleanup. (synthesize_crossing_events): Add comments and prevent | Richard Hult | 2006-08-08 | 1 | -5/+12 |
* | implement. | Michael Natterer | 2006-08-08 | 1 | -16/+29 |
* | Just expose the minimal region instead of the whole rect. | Richard Hult | 2006-08-08 | 2 | -24/+113 |
* | some whitespace and indentation cleanup. | Michael Natterer | 2006-08-08 | 1 | -62/+81 |
* | Don't get and release the context for each point, just once, speeds up | Richard Hult | 2006-08-07 | 1 | -3/+12 |
* | Patch from Erik van Pienbroek to implement drawing bg_pixmaps (#348145). | Richard Hult | 2006-07-31 | 2 | -19/+81 |
* | Always set success to TRUE. (gdk_color_change): Implement. | Richard Hult | 2006-07-29 | 9 | -58/+72 |
* | Implement getting the double click threshold. | Richard Hult | 2006-07-24 | 1 | -1/+23 |
* | Set the window level depending on the type hint. | Richard Hult | 2006-07-24 | 6 | -66/+153 |
* | Implement. | Richard Hult | 2006-07-21 | 2 | -12/+76 |
* | Append the event to the queue instead of using gdk_event_put. | Richard Hult | 2006-07-20 | 3 | -125/+175 |
* | ]): Listen to windowDidResignMain notifications and properly update the | Richard Hult | 2006-07-19 | 3 | -25/+47 |
* | ]): Remove unused variables to fix compiler warnings. | Richard Hult | 2006-07-19 | 2 | -2/+0 |
* | Implement type hints and use them to determine which windows should be | Richard Hult | 2006-07-19 | 3 | -12/+66 |
* | Get the position correctly for the root window. Fixes bug #347976, patch | Richard Hult | 2006-07-19 | 1 | -15/+24 |
* | Fill in string, length and is_modifier for key events. Map some more keys | Richard Hult | 2006-07-17 | 3 | -13/+88 |
* | Add escape to the list of special keys, to get the escape key working. | Richard Hult | 2006-07-17 | 1 | -6/+7 |
* | Initialize GdkInput. | Richard Hult | 2006-07-17 | 1 | -2/+2 |
* | Fix comment. (gdk_window_set_title): Surround by release pool macros. | Richard Hult | 2006-07-17 | 3 | -29/+120 |
* | Account for alignment when reading xbm data. (#346721, patch by Dave | Richard Hult | 2006-07-10 | 1 | -8/+10 |
* | Implement some more stubs for pygtk, bug #346713. | Richard Hult | 2006-07-09 | 4 | -0/+43 |
* | Release the pool in all cases. (move_resize_window_internal): Surround by | Richard Hult | 2006-07-09 | 1 | -1/+9 |
* | Generate a grab broken event when appropriate. Fixes bug #346603, patch | Richard Hult | 2006-07-07 | 3 | -49/+132 |
* | Add spawn functions, copied from the win32 backend. | Richard Hult | 2006-06-03 | 2 | -0/+107 |
* | Remove obsolete comment. (poll_func): Remove assert and add a comment on | Richard Hult | 2006-05-15 | 1 | -7/+7 |
* | Add missing files. (#340533, Ludovic Rousseau) | Matthias Clasen | 2006-05-03 | 1 | -0/+2 |
* | Create 'composited' label. | Søren Sandmann | 2006-04-25 | 1 | -0/+8 |
* | Add check for source being a window. | Richard Hult | 2006-04-16 | 2 | -31/+31 |
* | Remove leading cairo/ in include. | Richard Hult | 2006-04-16 | 1 | -1/+1 |
* | Take grabs into account. | Anders Carlsson | 2006-04-13 | 1 | -3/+13 |
* | Handle page up and page down. | Anders Carlsson | 2006-04-12 | 1 | -0/+2 |
* | Don't flush if we're inside a begin_paint/end_paint pair. | Anders Carlsson | 2006-04-12 | 2 | -1/+8 |
* | Have GdkWindowImplQuartz implement GdkPaintable. | Anders Carlsson | 2006-04-10 | 4 | -23/+163 |
* | Make _gdk_windowing_args const. | Matthias Clasen | 2006-04-03 | 1 | -1/+1 |
* | Add missing CLIPBOARD atom. | Richard Hult | 2006-03-29 | 1 | -4/+5 |
* | Make the poll func work with real file descriptors. We do this by creating | Anders Carlsson | 2006-03-27 | 1 | -3/+140 |
* | Add more stubs. | Richard Hult | 2006-03-27 | 10 | -2/+190 |
* | removing trailing \ fixes the build. | Michael Natterer | 2006-03-21 | 1 | -1/+1 |