summaryrefslogtreecommitdiff
path: root/src/gui/widgets/browserbox.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-11-07Add own profiler and profiler info to some code.Andrei Karas1-1/+2
2012-10-20Fix code style and some minor issues.Andrei Karas1-4/+0
2012-10-20Fix palettes loading and using.Andrei Karas1-1/+1
2012-10-20Add palette inheritance to browserbox class.Andrei Karas1-2/+3
2012-10-20In all controls, call Widget2 methods to get colors.Andrei Karas1-13/+13
2012-10-20Allow get colors from Widget2.Andrei Karas1-1/+1
2012-10-20Derive all widgets from Widget2 class.Andrei Karas1-0/+1
2012-10-19Fix namespace conflicts.Andrei Karas1-1/+1
2012-10-16Fix some signed/unsigned chars issues.Andrei Karas1-2/+2
2012-10-10Fix compilation errors with stlport.Andrei Karas1-2/+2
2012-09-16Add const to variables with type size_t.Andrei Karas1-3/+3
2012-09-15Improve a bit widgets speed.Andrei Karas1-3/+3
2012-09-07Improve constructors in some classes.Andrei Karas1-0/+1
2012-08-30Add const to more classes.Andrei Karas1-24/+25
2012-08-29Add browserbox own color.Andrei Karas1-1/+1
2012-08-27Add const to more classes.Andrei Karas1-1/+1
2012-08-23Remove useless includes.Andrei Karas1-3/+0
2012-08-21next code style changes.Andrei Karas1-1/+2
2012-08-20Fix adding links top browserbox at top.Andrei Karas1-1/+4
2012-08-17Improve size calculations.Andrei Karas1-4/+5
2012-07-23Improve perfomance in some object constructors.Andrei Karas1-4/+4
2012-05-13Move some code from logic queue to separate calls.Andrei Karas1-0/+1
2012-04-25Improve iterators part 1.Andrei Karas1-8/+8
2012-04-07Change implimentation for removeing old links from browser box class.Andrei Karas1-28/+16
2012-04-01Checks after checks...Andrei Karas1-5/+3
2012-04-01Last part of fixes.Andrei Karas1-4/+5
2012-03-27Fix chat links again.Andrei Karas1-2/+20
2012-03-27Fix chat item links. Some times links worked incorrectly.Andrei Karas1-5/+9
2012-03-23Fix copy to clipboard issue.Andrei Karas1-1/+12
2012-03-21Fix copy to clipboard with links.Andrei Karas1-1/+1
2012-02-25Fix old casts.Andrei Karas1-11/+11
2012-02-18Fix selection problem from last commits in browser box.v1.2.2.19Andrei Karas1-1/+1
2012-02-18Fix code style.Andrei Karas1-1/+1
2012-01-07Allow use bold text also if browser box line was splitted.Andrei Karas1-2/+1
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-12-05A bit improve speed in getting color from theme.Andrei Karas1-2/+3
2011-12-03Allow copy any line from chat log to clipboard byAndrei Karas1-0/+29
2011-11-07Fix some warnings under gcc 4.7.Andrei Karas1-3/+4
2011-11-04Add bold markup tag to browserbox class.Andrei Karas1-10/+41
2011-09-16Simplify menu creation in popupmenu class.Andrei Karas1-0/+5
2011-09-09Fix first part of shadow variables/methods errors.Andrei Karas1-7/+7
2011-08-28Move simple colors to themes.Andrei Karas1-9/+18
2011-08-22Improve draw perfomance.Andrei Karas1-3/+7
2011-08-12Rename file names log and chatlog to correct logger and chatlogger.Andrei Karas1-1/+1
2011-06-09Add "did you know?" dialog and some messages for it.Andrei Karas1-2/+12
2011-05-31Revert "Switch includes to use embedded guichan."Andrei Karas1-3/+3
2011-05-30Switch includes to use embedded guichan.Andrei Karas1-3/+3
2011-05-24Add simple memory leak detector.Andrei Karas1-0/+2
2011-05-18Impliment support for images in browser box. Enabled for help window.Andrei Karas1-3/+46
2011-04-07Add client version as special constant to help window.Andrei Karas1-1/+5