summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2012-11-23xcwm_input_mouse_button_event() doesn't need a windowHEADlibxcwm-20121220masterJon TURNEY1-2/+2
2012-11-22First pass at cursor image supportJon TURNEY1-0/+1
2012-11-21Handle shaped windowsJon TURNEY2-0/+9
2012-11-21Make xcwm_rect_t bounds and dmg_bounds members, rather than an allocation in ...Jon TURNEY1-2/+2
2012-11-21Make xcwm_window_t type opaque in APIJon TURNEY1-36/+9
2012-11-21Make xcwm_context_t type opaque in APIJon TURNEY1-17/+10
2012-11-212nd pass at generic window appearance interest frameworkJon TURNEY3-3/+41
2012-11-21Fix description of xcwm_window_constrain_sizing()Jon TURNEY1-2/+4
2012-11-21Fix typos, whitespace, commentsJon TURNEY4-4/+4
2012-11-21First pass at a general mechanism for signaling XCWM_ events when a property ...Jon TURNEY1-1/+2
2012-11-21Get image of window with alpha channel, if availableJon TURNEY1-0/+1
2012-11-21Add xcwm_window_get_opacity()Jon TURNEY1-0/+9
2012-11-21Add xcwm_window_constrain_sizing()Jon TURNEY2-0/+12
2012-11-21Fix some typosJon TURNEY1-2/+2
2012-11-21Fix parameter transposition in xcwm_window_configure()Jon TURNEY1-1/+1
2012-11-21Remove unused x,y parameters to xcwm_input_mouse_button_event()Jon TURNEY1-9/+3
2012-11-21Remove unused button parameter to xcwm_input_mouse_motion()Jon TURNEY1-1/+1
2012-08-29libxcwm: keyboard.h/.c created for keymapping functions.Jess VanDerwalker3-1/+77
2012-08-29libxcwm: Setting _NET_WM_STATE_HIDDEN on iconic windows.Jess VanDerwalker1-0/+10
2012-08-29libxcwm: Functions in atoms.c and window.c for setting of ICCCM WM_STATE atom.Jess VanDerwalker1-0/+16
2012-08-29libxcwm, xtoq: Handlers for window name change event.Jess VanDerwalker1-1/+2
2012-08-29libxcwm: Creating window for EWMH compliant window manager.Jess VanDerwalker1-0/+1
2012-08-29libxcwm: Initializing and setting supported EWMH atoms for connection.Jess VanDerwalker1-0/+1
2012-08-29libxcwm: atoms.c created for ICCCM functions.Jess VanDerwalker1-0/+7
2012-07-25libxcwm: Support for WM_TRANSIENT_FOR and WM_SIZE_HINTS addedJess VanDerwalker1-0/+63
2012-07-25libxcwm: Replaced event type defines with enum.Jess VanDerwalker1-11/+7
2012-07-25libxcwm: Support for override-redirect window mapping and unmappingJess VanDerwalker1-0/+10
2012-05-30libxcwm, xtoq: Checks for valid window image added.Jess VanDerwalker1-1/+2
2012-04-25Memory for window freed in _xcwm_window_release.Jess VanDerwalker1-1/+0
2012-04-25Accessor functions for xcwm_context_t and xcwm_window_tJess VanDerwalker2-8/+77
2012-04-23*.h and *.c files for input, window, context, and image.Jess VanDerwalker8-227/+323
2012-04-06xcwm_context_t added to xcwm_window_t struct.Jess VanDerwalker1-23/+18
2012-04-05Merge branch 'jess'Jeremy Huddleston2-60/+51
2012-04-05Separate xcwm_context_t into two types, a context and a windowJess VanDerwalker2-30/+46
2012-04-05Key up and down events rolled into one handler.Jess VanDerwalker1-11/+3
2012-04-05Mouse button press and release rolled into one function.Jess VanDerwalker1-14/+4
2012-04-05Namespaced input functions and removed window parameter.Jess VanDerwalker1-9/+6
2012-03-26Formatting changes using uncrustifyJeremy Huddleston3-53/+50
2012-03-23libxcwm: Formatting changes from modular/x-indent.shJeremy Huddleston3-34/+40
2012-03-21API: Change namespace from xtoq_ to xcwm_Jeremy Huddleston1-37/+42
2012-03-21API: Begin obfuscation of private typesJeremy Huddleston3-32/+163
2012-03-21API: Move xtoq.h into /include as public APIJeremy Huddleston2-2/+229
2012-02-17Added include dir.Jess VanDerwalker1-0/+4