Age | Commit message (Expand) | Author | Files | Lines |
2007-01-29 | bdm: better x/y for test image, working text! | guillaume | 1 | -10/+5 |
2007-01-29 | bdm: add test text widget | guillaume | 1 | -9/+11 |
2007-01-29 | clear cairo in render | racarr | 1 | -0/+2 |
2007-01-29 | Paint things a bit differently | racarr | 1 | -2/+3 |
2007-01-29 | bdm: remove useless calls | guillaume | 1 | -6/+0 |
2007-01-29 | Tired of writing commit logs | racarr | 1 | -2/+2 |
2007-01-29 | cairo_scale isn't really what we want here | racarr | 1 | -1/+2 |
2007-01-29 | Handle image scaling | racarr | 1 | -2/+6 |
2007-01-29 | bdm: Add license header, fix background render | guillaume | 1 | -7/+21 |
2007-01-29 | Check for text and image->attrib | racarr | 1 | -2/+2 |
2007-01-29 | bdm: texts = NULL, whitespaces, removed manual loading | guillaume | 1 | -5/+0 |
2007-01-29 | Check for image or text before rendering it | racarr | 1 | -4/+6 |
2007-01-29 | Call widget->getImages after initWidget | racarr | 1 | -2/+3 |
2007-01-29 | Nevermindthat | racarr | 1 | -1/+0 |
2007-01-29 | malloc BDMPaintAttribs on widget... | racarr | 1 | -0/+1 |
2007-01-29 | Remove check for screen area | racarr | 1 | -2/+3 |
2007-01-29 | bdm: fix segfault | guillaume | 1 | -1/+1 |
2007-01-29 | bdm: fix segfault.. more to come >< | guillaume | 1 | -1/+2 |
2007-01-29 | And by xRot I mean xrot | racarr | 1 | -1/+1 |
2007-01-29 | attrib->alpha is float, initiate attrib->cairoOperator to CAIRO_OPERATOR_OVER | racarr | 1 | -1/+3 |
2007-01-29 | bdm: Stupid typo | guillaume | 1 | -1/+1 |
2007-01-29 | bdm: calling updateWidgets might be a good idea | guillaume | 1 | -1/+1 |
2007-01-29 | Add screenArea * screenArea pointer to BDMWidget and in updateWidges continue... | racarr | 1 | -0/+3 |
2007-01-28 | Remove setBDMWidget and pass to initWidget | racarr | 1 | -3/+1 |
2007-01-28 | Call widget->setBDMWidget(widget) after initWidget | racarr | 1 | -0/+1 |
2007-01-28 | bdm: loadWidgets & al | guillaume | 1 | -6/+76 |
2007-01-28 | Add int cairoOperator to BDM paint attrib and update renderText and renderIma... | racarr | 1 | -3/+3 |
2007-01-28 | bdm: renderText positionning/scaling | guillaume | 1 | -2/+6 |
2007-01-28 | set CAIRO_OPERATOR_OVER in renderImage | racarr | 1 | -1/+1 |
2007-01-28 | Update renderText to respect text->attrib->xrot | racarr | 1 | -1/+1 |
2007-01-28 | Update renderText to actually paint and to respect text->attrib->alpha | racarr | 1 | -0/+1 |
2007-01-28 | bdm: renderText | guillaume | 1 | -3/+61 |
2007-01-28 | Actually scale images as indicated by image->attrib->width rather than just j... | racarr | 1 | -2/+3 |
2007-01-28 | Add needsPainting attrib to BDMPaintAttrib so widget can update this and then... | racarr | 1 | -9/+14 |
2007-01-28 | Commented out updateWidgets call just to show where it should go... | racarr | 1 | -0/+1 |
2007-01-28 | Fix typo and add commented out text code | racarr | 1 | -1/+8 |
2007-01-28 | Write updateWidgets function | racarr | 1 | -1/+16 |
2007-01-28 | Add BDMWidgetList to beginning of bdm.c and struct in bdm.h, move yrot | racarr | 1 | -0/+1 |
2007-01-28 | Add render BDMImage function | racarr | 1 | -0/+25 |
2007-01-28 | bdm: update authors, add pango font infos to BDMText | guillaume | 1 | -1/+2 |
2007-01-28 | Remove button press event crap | racarr | 1 | -31/+0 |
2007-01-28 | Render on button press event | racarr | 1 | -0/+2 |
2007-01-28 | Button press event changes, just testing, it currently segfaults | racarr | 1 | -5/+26 |
2007-01-28 | Get key press and mouse press and proximity in and all sorts of wonderful events | racarr | 1 | -3/+6 |
2007-01-28 | Remove more stuff that I accidentaly added | racarr | 1 | -2/+5 |
2007-01-28 | BDM: Remove something stupid that I accidently committed after I half added i... | racarr | 1 | -12/+2 |
2007-01-28 | Move structs in to header file | racarr | 1 | -37/+17 |
2007-01-28 | beryl-desktop-manager: | quinn | 1 | -58/+114 |
2007-01-28 | Add iXce as a second author | racarr | 1 | -1/+2 |
2007-01-28 | bdm: use g_key_file, free pixbufs | guillaume | 1 | -32/+48 |