| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix the coordinates in crossing events so they are relative to the right | Richard Hult | 2007-06-01 | 1 | -16/+107 |
* | Make function naming consistent for the various functions that retrieve | Richard Hult | 2007-06-01 | 3 | -128/+68 |
* | Add support for composited child windows. (#412882, Ryan Lortie) | Matthias Clasen | 2007-06-01 | 16 | -3/+295 |
* | Fix doc typos. | Alp Toker | 2007-06-01 | 1 | -1/+1 |
* | Add this function, bug #438440. | Richard Hult | 2007-05-30 | 1 | -0/+10 |
* | Subtract the multi-monitor offset from x and y before setting up the | Tor Lillqvist | 2007-05-30 | 1 | -0/+3 |
* | Closed #442183 – Updated gdk/gdkkeysyms-update.pl | Simos Xenitellis | 2007-05-30 | 1 | -18/+18 |
* | Fix initialization of last cursor | Cody Russell | 2007-05-29 | 1 | -1/+1 |
* | Break out code that was repeated into separate functions and call them | Richard Hult | 2007-05-28 | 1 | -55/+176 |
* | Fix typo, we need both press and release in the mask to trigger implicit | Richard Hult | 2007-05-28 | 1 | -3/+2 |
* | Reset all the grab state, to help debugging. (gdk_event_translate): Use | Richard Hult | 2007-05-28 | 1 | -2/+5 |
* | Refactored version of _gdk_quartz_window_find_child_by_point, that doesn't | Richard Hult | 2007-05-28 | 2 | -19/+117 |
* | Don't traverse beyond the toplevel of the passed in window. | Richard Hult | 2007-05-28 | 1 | -12/+18 |
* | Set a size for the root window. | Richard Hult | 2007-05-28 | 1 | -0/+8 |
* | Add comments about what various coordinates are relative to. | Richard Hult | 2007-05-28 | 1 | -5/+9 |
* | Remove duplicate doc comments that cause problems when building the docs. | Matthias Clasen | 2007-05-27 | 1 | -24/+0 |
* | Update docs | Matthias Clasen | 2007-05-26 | 1 | -2/+3 |
* | Update docs | Matthias Clasen | 2007-05-26 | 1 | -0/+4 |
* | Fix docs | Matthias Clasen | 2007-05-26 | 2 | -15/+1 |
* | Implement copying from a window, part of bug #348493. | Richard Hult | 2007-05-25 | 1 | -2/+61 |
* | 2.11.0GTK_2_11_0 | Matthias Clasen | 2007-05-24 | 2 | -0/+168 |
* | Add some missing symbols. | Matthias Clasen | 2007-05-23 | 2 | -0/+4 |
* | Set the resolution. | Richard Hult | 2007-05-21 | 2 | -17/+17 |
* | Updated minimum DirectFB version required to enable gdk_directfb_create_child... | Attilio Fiandrotti | 2007-05-20 | 2 | -2/+2 |
* | Add Sun mediaLib support so that hardware acceleration via mediaLib is | Brian Cameron | 2007-05-16 | 4 | -4/+113 |
* | Fix context iterations for handle_configure_event() | Cody Russell | 2007-05-13 | 1 | -3/+2 |
* | Fix wrong cairo path generation. (#437879, Eddie C. Dost) | Behdad Esfahbod | 2007-05-12 | 1 | -1/+1 |
* | Don't call into the backend if the region is empty. (#437081, Sven | Matthias Clasen | 2007-05-10 | 1 | -1/+5 |
* | Fix bugs #428733 and #433301. Turns out the lockFocus logic was flawed, | Richard Hult | 2007-05-05 | 1 | -17/+15 |
* | Make sure the leader_window's WM_CLIENT_LEADER points to itself. #435028 | Dan Winship | 2007-05-02 | 1 | -2/+6 |
* | Added stub gdk_notify_startup_complete_with_id to compile Added | Michael Emmel | 2007-05-01 | 3 | -13/+94 |
* | Implement. | Richard Hult | 2007-04-30 | 1 | -0/+24 |
* | Some more compiler warning fixes. | Matthias Clasen | 2007-04-30 | 1 | -1/+1 |
* | Clear correct area | Cody Russell | 2007-04-30 | 1 | -4/+146 |
* | Add functionality to set overall opacity of a top-level window. (#405316) | Tor Lillqvist | 2007-04-30 | 5 | -2/+88 |
* | New method to marshall and send a Startup Notification message. (from | Dan Winship | 2007-04-29 | 2 | -44/+76 |
* | fix two more potential races that could happen when an application is | Ronald Bultje | 2007-04-28 | 1 | -5/+11 |
* | Plug memory leaks caused by wrong use of g_slist_remove_link(). (#405515, | Matthias Clasen | 2007-04-28 | 1 | -1/+1 |
* | Factor out window movement functions. (#63820, Tilman Sauerbeck) | Matthias Clasen | 2007-04-27 | 1 | -31/+34 |
* | Factor out translate_pos(). (#63820, Tilman Sauerbeck) | Matthias Clasen | 2007-04-27 | 1 | -24/+20 |
* | Factor out window mapping and unmapping functions. (#63820, Tilman | Matthias Clasen | 2007-04-27 | 1 | -10/+25 |
* | Make list handling code easier to read. (#63820, Tilman Sauerbeck) | Matthias Clasen | 2007-04-27 | 1 | -59/+19 |
* | Use native Win32 cursors where it makes sense | Cody Russell | 2007-04-26 | 2 | -78/+84 |
* | Win32 drop shadow goodness | Cody Russell | 2007-04-25 | 6 | -22/+63 |
* | Refactor the process updates functions to share code between them. Also | Richard Hult | 2007-04-18 | 1 | -28/+32 |
* | Handle a borderline case correctly | Matthias Clasen | 2007-04-18 | 1 | -8/+14 |
* | Protect the polling thread setup and shutdown function by mutexes and read | Ronald Bultje | 2007-04-11 | 1 | -14/+26 |
* | Change the XSettingsWatchFunc to return a Bool to indicate success. Update | Matthias Clasen | 2007-04-10 | 3 | -11/+44 |
* | Clean up namespaces to make the code more maintainable. | Richard Hult | 2007-04-06 | 10 | -174/+207 |
* | Revert to non-xinerama mode when XineramaQueryScreens returns NULL; patch | Loïc Minier | 2007-04-03 | 1 | -5/+9 |