Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-09-14 | bugfix: 'reset' nr_shapes to '0' after last instance of 'Shape' | Mathias Gumz | 1 | -1/+3 | |
2010-09-14 | bugfix: create the corner pixmaps only once per screen | Mathias Gumz | 1 | -14/+29 | |
for each window (windows, menue etc) the initCorners() function of FbTk/Shape.cc was called (which is ok). On each call the corner pixmaps (of the Screen the window belongs to) were created and destroyed the formerly created pixmaps. this is not needed. | |||||
2010-09-14 | bugfix: free the shape-corners on the last used 'Shape' | Mathias Gumz | 1 | -1/+1 | |
the global 's_corners' vector was still used on an application shutdown (including ctrl-c SIGINT). depending on when 's_corners' was created on the stack this could lead to an exception ('pure virtual called') while trying to free the 'FbPixmaps' without having a valid 'FbTk::Application::instance()' left. | |||||
2010-05-16 | fixed potential memory leak | Mathias Gumz | 1 | -1/+3 | |
2010-05-16 | cleanup created corner pixmaps, moved the initCorners() function out of the ↵ | Mathias Gumz | 1 | -20/+33 | |
class | |||||
2009-10-01 | compile fix: missing headers (sun compiler complained about) | Mathias Gumz | 1 | -0/+6 | |
2009-09-30 | cosmetic fixes: removed redundant ';' + some whitespaces | Mathias Gumz | 1 | -1/+1 | |
2008-10-04 | fix flickering of shaped windows on focus changes | Mark Tiefenbruck | 1 | -37/+34 | |
2008-09-26 | fix rounded corners on restart | Mark Tiefenbruck | 1 | -2/+5 | |
2008-04-21 | some fixes for gcc 3.4 | Thomas Orgis | 1 | -1/+1 | |
2008-01-28 | reordering | Mathias Gumz | 1 | -2/+11 | |
2007-12-28 | move Shape to FbTk | Mark Tiefenbruck | 1 | -0/+366 | |