summaryrefslogtreecommitdiff
path: root/engines/openbox/openbox.c
AgeCommit message (Collapse)Author
2003-03-22move and resize the plate window at the same timeDana Jansens
2003-03-21add strict ansi complianceDana Jansens
2003-03-21always adjust the frames size and position together, so there is no more ↵Dana Jansens
weird resizing before moving and edge flickering when resizing from the top/left
2003-03-21rm the focused member from the client struct, it was redundant with the ↵Dana Jansens
focus_client variable around
2003-03-17use the render depth/visual for creating windowsDana Jansens
2003-03-17use the dispatch stuff to get mouse button eventsDana Jansens
2003-03-17set the size of the label properlyDana Jansens
2003-03-17use the unfocused label when not focusedDana Jansens
2003-03-17pass x,y to paint()Dana Jansens
2003-03-17give engines mouse event notifications. make the openbox engine display ↵Dana Jansens
pressed buttons
2003-03-17get rid of the 'sep' variableDana Jansens
2003-03-17replaced one too many bevelsDana Jansens
2003-03-17properly layout the titlebar, with proper separatationDana Jansens
2003-03-17pixmap button masks work (hardcoded)Dana Jansens
2003-03-17trying to render text!Dana Jansens
2003-03-16will draw fonts when stop seggingDana Jansens
2003-03-16merge the C branch into HEADDana Jansens