summaryrefslogtreecommitdiff
path: root/src/gui/popupmenu.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-09-30move popups into popups directory.Andrei Karas1-2914/+0
2013-09-30move windows classes to windows directory.Andrei Karas1-13/+14
2013-09-29add additional translation comments to popup menu items.Andrei Karas1-1/+177
2013-09-29fix crash if open rename map item dialog and walk to other map.Andrei Karas1-11/+21
2013-09-28add const for methods return values.Andrei Karas1-1/+1
2013-09-12remove unused includes from widget files.Andrei Karas1-0/+1
2013-09-11remove unused includes from gui files.Andrei Karas1-4/+2
2013-09-03add separator before drop and protect context menu items.Andrei Karas1-0/+3
2013-08-31move being related files into being dir.Andrei Karas1-3/+4
2013-08-31move input related files into input dir.Andrei Karas1-1/+2
2013-07-11Remove low level gm actions from popup to net code.Andrei Karas1-8/+4
2013-07-11Add some gm commands in player context menu.Andrei Karas1-14/+65
2013-07-05Dont show "protect item" for pseudo items.Andrei Karas1-2/+5
2013-06-23remove some duplicates in popupmenu.Andrei Karas1-132/+50
2013-06-23Add support for protecting items.Andrei Karas1-48/+107
2013-06-13add copy to clipboard in npc dialog.Andrei Karas1-0/+20
2013-05-24fix code style.Andrei Karas1-1/+2
2013-05-18move some other code from popupmenu to commands.Andrei Karas1-12/+8
2013-05-18add named commands with enum.Andrei Karas1-2/+2
2013-05-18add new chat commands.Andrei Karas1-7/+7
2013-05-18improve popupmenu class.Andrei Karas1-117/+107
2013-05-03add comments for translatorsAndrei Karas1-1/+267
2013-04-25fix some code style by cpplint.Andrei Karas1-2/+1
2013-04-21fix code style and some other fixes after auto checks.Andrei Karas1-0/+1
2013-04-20fix style in gui directory.Andrei Karas1-0/+3
2013-04-12first part of style fixed after cpplint checks.Andrei Karas1-2/+1
2013-04-09Improve perfomance in windows and popups visibility checks.Andrei Karas1-2/+2
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