Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-04-27 | i added an attribute to FbWindow to mark windows which are only used as | mathias | 1 | -6/+11 | |
"carrier" (maybe a temporarly name?) ... carriers dont need background-updates .. ever. this leads to a big performance"boost" over the last commits. before we updated also the windows which are the hosts for the apps (m_window and m_clientarea in FbWinFrame) -> bad idea. | |||||
2005-04-27 | fix background setting + initialisation | simonb | 1 | -3/+7 | |
2005-04-26 | fix drawing foreground when transparency off | simonb | 1 | -14/+24 | |
2005-04-26 | fix systray client sizing | simonb | 1 | -0/+24 | |
2005-04-26 | extension of previous big patch. Move a bunch of menu things onto | simonb | 1 | -24/+28 | |
background pixmap. Same for textbuttons. | |||||
2005-04-10 | Big changes to how transparency works | simonb | 1 | -15/+100 | |
Consequently rearrange lots of rendering ops, and strip calls to updateTransparent | |||||
2005-01-24 | copyright date | mathias | 1 | -1/+1 | |
2005-01-14 | copyright | mathias | 1 | -1/+1 | |
2005-01-11 | fix for #1099950, Missing initialization in FbTk/FbWindow.cc | mathias | 1 | -1/+2 | |
2004-12-21 | added deleteProperty to FbWindow | mathias | 1 | -36/+40 | |
2004-11-19 | svn propset svn:keywords "Id" | mathias | 1 | -1/+1 | |
2004-09-12 | preliminary support for composite/compositing manager. Also general work | rathnor | 1 | -5/+19 | |
for consistency with transparency resources | |||||
2004-09-11 | Font::drawText takes reference to FbDrawable instead of X Drawable + some ↵ | fluxgen | 1 | -29/+29 | |
code cleaning | |||||
2004-09-11 | more X error fixing | rathnor | 1 | -1/+5 | |
2004-09-11 | fix issues that resulted in unnecessary X errors | rathnor | 1 | -3/+4 | |
2004-09-10 | put App::instance()->display() to FbDrawable::s_display to avoid too much | akir | 1 | -20/+6 | |
unnecessary calls | |||||
2004-09-09 | transfered ::getRootPixmap from several places to new home, FbPixmap | akir | 1 | -28/+4 | |
2004-08-31 | add autoconf check for std c++ headers | rathnor | 1 | -2/+6 | |
2004-06-15 | minor fix | fluxgen | 1 | -6/+5 | |
2004-06-07 | alpha access function | fluxgen | 1 | -1/+8 | |
2004-05-24 | handling of alpha = 0 | rathnor | 1 | -4/+4 | |
2004-05-17 | fix menu transparency rendering bug, and add save_under to menu windows | rathnor | 1 | -5/+12 | |
2004-04-28 | add apps file matching on role. Includes new textProperty property on | rathnor | 1 | -1/+29 | |
FbWindow. | |||||
2004-01-21 | check valid attr.height and width | fluxgen | 1 | -3/+11 | |
2004-01-08 | cleaning | fluxgen | 1 | -4/+7 | |
2003-12-30 | inline | fluxgen | 1 | -21/+1 | |
2003-10-26 | fixed uninitialized variables | fluxgen | 1 | -1/+17 | |
2003-10-14 | default background gray | fluxgen | 1 | -1/+2 | |
2003-09-14 | buffered background | fluxgen | 1 | -7/+21 | |
2003-08-26 | added eventMask | fluxgen | 1 | -1/+10 | |
2003-08-15 | reparent | fluxgen | 1 | -1/+6 | |
2003-08-04 | added transparent option and fixed copy constructor | fluxgen | 1 | -12/+131 | |
2003-07-02 | added setInputFocus | fluxgen | 1 | -3/+7 | |
2003-06-24 | added clearArea | fluxgen | 1 | -1/+7 | |
2003-05-19 | property and changeProperty | fluxgen | 1 | -1/+32 | |
2003-05-19 | fix initialise of s_display in a constructor for FbWindow (fixes bsetroot | rathnor | 1 | -1/+4 | |
segfault) | |||||
2003-05-17 | added set and unsetCursor | fluxgen | 1 | -1/+9 | |
2003-05-13 | minor fix | fluxgen | 1 | -1/+2 | |
2003-05-10 | minor fix | fluxgen | 1 | -4/+9 | |
2003-05-10 | bit depth | fluxgen | 1 | -2/+3 | |
2003-05-06 | fixed problem with multiple screens redrawing, the m_screen_num wasnt set | fluxgen | 1 | -5/+13 | |
2003-04-29 | license update | fluxgen | 1 | -2/+2 | |
2003-04-29 | FbWindow is a FbDrawable | fluxgen | 1 | -54/+1 | |
2003-04-25 | fixed simple drawable functions | fluxgen | 1 | -1/+54 | |
2003-04-17 | doing an extra remove to make sure this window is removed from eventmanager | fluxgen | 1 | -5/+11 | |
2003-04-16 | changed size_t to unsigned | fluxgen | 1 | -2/+4 | |
2003-04-14 | merged with embedded-tab-branch | fluxgen | 1 | -11/+18 | |
2003-02-23 | fixed minor type issue | fluxgen | 1 | -3/+4 | |
2003-02-03 | removed layeritem | fluxgen | 1 | -2/+2 | |
2003-02-02 | Integration of new Layering code, plus updates to the layering code itself | rathnor | 1 | -2/+2 | |
- new KeyActions: Raise/LowerLayer, AlwaysOnTop/Bottom, Top/BottomLayer Added a "Quit" KeyAction |