]> Pileus Git - ~andy/gtk/history - gdk/gdkwindowimpl.h
Ensure that queue_translation is paired with the right X operation
[~andy/gtk] / gdk / gdkwindowimpl.h
2009-08-13 Alexander LarssonEnsure that queue_translation is paired with the right...
2009-07-01 Alexander LarssonMerge branch 'client-side-windows'
2009-06-26 Alexander LarssonBetter implementation of native clear_area
2009-06-26 Alexander LarssonImplement gdk_window_clear_area natively for foreign...
2009-06-17 Alexander LarssonMerge branch 'master' into client-side-windows
2009-06-16 Alexander LarssonDon't reset window hints when showing multiple times
2009-06-08 Alexander LarssonAdd gdk_window_get_root_coords
2009-06-05 Alexander LarssonMake window_get_pointer a window impl virtual
2009-05-29 Alexander LarssonInitial version of input support
2009-05-25 Alexander LarssonMerge branch 'master' into client-side-windows
2009-04-02 Alexander LarssonAdd restack_under method to GdkWindomImpl
2009-04-02 Alexander LarssonEnsure that we're properly hiding impl window if one...
2009-04-02 Alexander LarssonImplement input shapes
2009-04-02 Alexander LarssonRemove shape_combine_mask from backend. Make X11 backen...
2009-04-02 Alexander LarssonMake gdk_windowing_window_destroy a GdkWindowImpl method
2009-04-02 Alexander LarssonMake _gdk_windowing_window_queue_translation a GdkWindi...
2009-04-02 Alexander LarssonRemove unnecessary clear_area method in GdkWindowImpl
2009-04-02 Alexander LarssonMove gdk_window_get_deskrelative_origin to the GdkWindo...
2009-04-02 Alexander LarssonInitial client-side-windows work
2008-07-01 Cody RussellRevert name change
2008-06-30 Cody RussellPractically everything changed.
2008-06-27 Emmanuele BassiAbstract some GdkWindow API into an interface that...