summaryrefslogtreecommitdiff
path: root/src/gui/popupmenu.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-04-07fix more style, add consts.Andrei Karas1-1/+1
2013-02-26Improve string usage in other files.Andrei Karas1-2/+6
2013-02-07Fix popup menu scrolling padding by hardcoded numbers.Andrei Karas1-8/+10
2013-02-06Allow hide yellow bar.Andrei Karas1-1/+21
2013-02-03Add ability to scroll menu popups.Andrei Karas1-2/+18
2013-02-03Add support for small screens with on screen top right buttons.Andrei Karas1-0/+31
2013-01-20Another part with FOR_EACH changes.Andrei Karas1-6/+4
2013-01-16update copyrights year.Andrei Karas1-1/+1
2013-01-16Add context menu to browserbox http links.Andrei Karas1-0/+27
2012-12-30Allow open context menu in textfields before connecting to server.Andrei Karas1-7/+11
2012-12-30Add popup menu for text fields.Andrei Karas1-2/+47
2012-12-25Improve empty strings manipulation.Andrei Karas1-5/+5
2012-12-21Fix possible crash with nav poinst rename dialog.Andrei Karas1-0/+9
2012-12-15Add popup list. Replace listbox in dropdown to popup list.Andrei Karas1-0/+17
2012-10-31Show full names in screen windows buttons context menu.Andrei Karas1-4/+4
2012-10-20Fix code style and some minor issues.Andrei Karas1-1/+0
2012-10-20Add palette inheritance to browserbox class.Andrei Karas1-1/+1
2012-10-19Fix namespace conflicts.Andrei Karas1-1/+1
2012-10-14Replace gcn::Button to Button in all classes.Andrei Karas1-2/+2
2012-08-23Remove useless includes.Andrei Karas1-0/+3
2012-08-21first part of checks and style fixes.Andrei Karas1-103/+114
2012-07-17Fix more code style and additional warnings.Andrei Karas1-3/+4
2012-06-26Add to context menu option all except 1.Andrei Karas1-0/+20
2012-06-06Fix some issues after auto checking.Andrei Karas1-2/+2
2012-05-27Add player relation menu items in chat tab context menu if player offline or ...Andrei Karas1-1/+2
2012-05-22Add option to hide nick for erased players relation.Andrei Karas1-2/+2
2012-05-07Add getName property to item and flooritem.Andrei Karas1-44/+8
2012-05-06Fix code style.Andrei Karas1-3/+4
2012-05-06Fix possible crash in popup menu.Andrei Karas1-14/+4
2012-05-05Refactor popupmenu class.Andrei Karas1-307/+155
2012-05-05Add pickup ignore list.Andrei Karas1-23/+182
2012-04-25Improve iterators part 1.Andrei Karas1-9/+8
2012-04-03Add option clear to context menu in drops window.Andrei Karas1-7/+3
2012-03-10Allow add skills to shortcuts bar (same as for magic and script commands).Andrei Karas1-1/+6
2012-02-29Allow use context menu in minimap.Andrei Karas1-0/+37
2012-02-25Fix old casts.Andrei Karas1-1/+1
2012-02-05Separate map class to map and maplayer.Andrei Karas1-0/+1
2012-01-29Fix possible hiding methods issues.Andrei Karas1-6/+6
2012-01-18Fix crash if pickup items.Andrei Karas1-18/+28
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-12-26Add clear current outfit option to outfits context menu.Andrei Karas1-6/+6
2011-12-23Fix code style and some auto checked errors.Andrei Karas1-1/+1
2011-12-08Add to combined menu also floor items.Andrei Karas1-5/+35
2011-12-03Allow copy any line from chat log to clipboard byAndrei Karas1-1/+50
2011-11-07Fix some warnings under gcc 4.7.Andrei Karas1-23/+23
2011-11-02Add enemy relation.Andrei Karas1-0/+43
2011-10-05Add blacklist relation. In this mode blocked trades, emotes, speech text.Andrei Karas1-0/+38
2011-09-16Fix crash in context menu.Andrei Karas1-13/+2
2011-09-16Simplify menu creation in popupmenu class.Andrei Karas1-329/+217
2011-09-14Show in context menu some missing items.Andrei Karas1-8/+74