summaryrefslogtreecommitdiff
path: root/openbox/frame.c
AgeCommit message (Collapse)Author
2003-05-16rename "Slit" to "Dock".Dana Jansens
add config options to the rc3 for the dock. create a window_map, add DockApps to the ObWindow types, use the window_map for translating windows into objects for event handling (only one lookup now) and remove the old maps (client_map, menu_map).
2003-05-10add a slit to the kernelDana Jansens
2003-04-25let the frame hold a focus state so that it can lie.Dana Jansens
dont focus windows while cycling, just highlight them as if they are focused
2003-04-20make the icon larger than the buttons by one pixel in each direction, this ↵Dana Jansens
makes it as tall as the label and lets it fit more image in
2003-04-17use the new cursor defn'sDana Jansens
2003-04-13pass the Client for frame_context cuz the client might be NULLDana Jansens
2003-04-13move the openbox engine into librender and the kernel. the theme is loaded ↵Dana Jansens
and stored inside librender. the frame is decorated and managed inside the kernel.
2003-04-05use a context enum instead of quarksDana Jansens
2003-03-31was not using the pointer properly. leaving the value untouchedDana Jansens
2003-03-16merge the C branch into HEADDana Jansens