summaryrefslogtreecommitdiff
path: root/src/gui/widgets/desktop.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-02-16Client rebranding: Partly import changes from !28Jesusalva Jesusalva1-2/+3
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2018-01-01Replace some status methods usage from member pointers to static member calls.Andrei Karas1-1/+1
2017-12-27Remove default parameters from theme.Andrei Karas1-1/+6
2017-12-24Remove default parameters from widget2.Andrei Karas1-1/+1
2017-12-24Remove default parameter from staticbrowserbox.Andrei Karas1-2/+4
2017-06-19Use staticbrowserbox in desktop.Andrei Karas1-5/+6
2017-06-19Add function updateSize into browserbox.Andrei Karas1-1/+1
2017-06-18Fix browserbox initial size in desktop.Andrei Karas1-0/+1
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-10/+10
2017-04-08Move resourcemanager from class to namespace.Andrei Karas1-2/+2
2017-03-14Fix shadow variables in PopupMenu and Desktop.Andrei Karas1-1/+2
2017-01-27Move browserboxmode into separate file.Andrei Karas1-1/+1
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-09-17Add strong typed bool Opaque.Andrei Karas1-1/+1
2016-06-13Fix includes and update deheader ci script.Andrei Karas1-0/+1
2016-06-07Move image class into image directory.Andrei Karas1-1/+2
2016-05-27Move rescaled images load function from resourcemanager into separate file.Andrei Karas1-1/+3
2016-05-24Move resourcemanager into subdirectory.Andrei Karas1-1/+2
2016-03-11Fix code style.Andrei Karas1-0/+2
2016-02-20Add missing const in gui directory.Andrei Karas1-2/+2
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-20Move OpenGL functions related files into opengl directory.Andrei Karas1-1/+1
2015-12-10Add support for mobileopengl2 backend (still copy from modern opengl).Andrei Karas1-2/+2
2015-08-22Use resource manager as global variable.Andrei Karas1-4/+3
2015-05-30Move theme colors enum into separate file.Andrei Karas1-2/+2
2015-05-25Fix some issues in safe OpenGL renderer after last changes.Andrei Karas1-0/+5
2015-03-16Remove useless includes from cpp filesAndrei Karas1-1/+0
2015-02-19Fix overload virtual function BasicContainer2::add.Andrei Karas1-2/+3
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-05-30Move main window related code into windowmanager.Andrei Karas1-0/+2
2014-05-25Fix license headers.Andrei Karas1-2/+2
2014-05-18Move inputaction into separate file.Andrei Karas1-1/+1
2014-05-14Move skin into separate file.Andrei Karas1-0/+2
2014-04-08Add support for OpenGL extension GL_EXT_debug_marker.Andrei Karas1-0/+4
2014-03-16Improve theme usage.Andrei Karas1-3/+2
2014-03-15fix code style.Andrei Karas1-1/+1
2014-03-14Dont draw background on version and copyright labels.Andrei Karas1-5/+1
2014-03-11Show copyright at background.Andrei Karas1-6/+18
2014-02-24Rename Rectangle into Rect.Andrei Karas1-5/+5
2014-02-23Rename drawImage2 methods into drawImage.Andrei Karas1-1/+1
2014-02-22Move Rectangle and ClipRectangle into gui directory.Andrei Karas1-5/+5
2014-02-16move event into events directory.Andrei Karas1-1/+1
2014-02-16move widgetlistener from base into listeners.Andrei Karas1-1/+1
2014-02-15Remove useless graphics casts.Andrei Karas1-9/+8
2014-02-15move some methods from base/graphics into render/graphics.Andrei Karas1-1/+1
2014-01-17fix crash on window resize.Andrei Karas1-2/+2
2014-01-16delete from cache background image if it unused.Andrei Karas1-4/+5
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1