summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-01-23add stdio.hDana Jansens
2003-01-23bitmap masks return!Dana Jansens
2003-01-23new render system in effect. now ot make it look rightDana Jansens
2003-01-23starts.. then exits.Dana Jansens
2003-01-23compiles with the new render subsystem...Dana Jansens
2003-01-23 hardcode some bitmap masksDana Jansens
2003-01-22render code fixesDana Jansens
2003-01-22add the pixel to the cacheDana Jansens
2003-01-22save/load the pixel in the cacheDana Jansens
2003-01-22increment the count 1 right off the start for the cacheDana Jansens
2003-01-22break when no more widgets showingDana Jansens
2003-01-22show recursive.. recursivelyDana Jansens
2003-01-22otk using new render shit.. supposedlyDana Jansens
2003-01-22hardcoded renderstyleDana Jansens
2003-01-22part of a hardcoded style doneDana Jansens
2003-01-22REMOVE -fno-rtti. we use that!Dana Jansens
2003-01-22-fno-rtti as in cxxflags too!Dana Jansens
2003-01-22added "pixel32" typedef for 32bit rgb dataDerek Foreman
added a single gradient texture type (vertical)
2003-01-22Added a secondary color for gradientsDerek Foreman
2003-01-22testing a gradient texture nowDerek Foreman
2003-01-22fix the stupid spellingDana Jansens
2003-01-22add -fno-check-new -fno-execptions to the g++ cxxflagsDana Jansens
2003-01-20drawSolidBackground seems to work :)Dana Jansens
2003-01-20dont try free the widget's pixmap until it is no longer in useDana Jansens
2003-01-20add most of our style elementsDana Jansens
2003-01-20specify projecting cap styleDana Jansens
2003-01-20add textures, render the textures color for now too!Dana Jansens
2003-01-20add rendercolor class, with a cache of gcs for the colorsDana Jansens
2003-01-20XClearArea on expose in widgetDana Jansens
2003-01-20widegt using new render systemDana Jansens
2003-01-20remove the XImage from SurfaceDana Jansens
2003-01-20new authors. this is how we dooo iiiit...Dana Jansens
2003-01-19use arrays instead of vectors for the screeninfos and rendercontrols.Dana Jansens
2003-01-18reorder how theyre destroyed, probably doesnt matter anyways.Dana Jansens
2003-01-18provide RenderControls to all otk from the display class. initialize them ↵Dana Jansens
all there. try use bitshifts instead of color tables in the TrueRenderControl class for finding correct rgbs. Move the image/pixmap/xftdraw into the surface class, and it maintains them, recreating them when it resizes.
2003-01-18use a bitshift on the rgb values instead of a color tableDana Jansens
2003-01-18add DESIGN from the openbox3 repository. add to that the render.dia, a ↵Dana Jansens
design diagram for the new render code
2003-01-18add new shitDana Jansens
2003-01-18add a new texture and style classDana Jansens
2003-01-18starting to make render's interfaceDana Jansens
2003-01-18colors are backDana Jansens
2003-01-18*** empty log message ***Dana Jansens
2003-01-18surface startedDana Jansens
2003-01-18renders!!!!!!!!!!!!!Dana Jansens
2003-01-18blefDana Jansens
2003-01-18change the render() interfaceDana Jansens
2003-01-18set the background pixmapDana Jansens
2003-01-18blefDana Jansens
2003-01-18.cvsignore is a cvs meta file that tells cvs not to include specific filesDerek Foreman
in its diffs, commits, or updates. we use this to keep machine generated files from showing up in diffs. this commit adds truerendercontrol.lo, a libtool generated file, to the .cvsignore file. kthx bye! *^_^*
2003-01-18compilesDana Jansens