summaryrefslogtreecommitdiff
path: root/src/gui/widgets
AgeCommit message (Expand)AuthorFilesLines
2012-06-10Split ImageHelper to ImageHelper, SDLImageHelper, OpenGLImageHelper.Andrei Karas1-2/+2
2012-06-09Move static methods from Image class to ImageHelper class.Andrei Karas1-2/+3
2012-06-06Fix some issues after auto checking.Andrei Karas7-33/+35
2012-05-30Fix after last changes in input handling.Andrei Karas1-1/+4
2012-05-30Fix key handling conflict issue in login dialog.Andrei Karas1-1/+14
2012-05-13Remove guichanfwd.h.Andrei Karas5-9/+15
2012-05-13Move some code from logic queue to separate calls.Andrei Karas5-2/+7
2012-05-08Add titlepadding option to theme file.Andrei Karas1-1/+2
2012-05-06Fix code style.Andrei Karas1-16/+9
2012-05-05Add pickup ignore list.Andrei Karas1-0/+12
2012-04-29Add graphicsmanager class and move some code to it.Andrei Karas1-1/+1
2012-04-25Improve iterators part 1.Andrei Karas10-30/+31
2012-04-23By default dont switch tabs by left/right keys.Andrei Karas2-9/+14
2012-04-20Fix code style.Andrei Karas1-1/+1
2012-04-19Dehardcode keys in gui widgets.Andrei Karas12-235/+336
2012-04-17Move keyboard handling from guichan to own classes.Andrei Karas10-0/+250
2012-04-15Split input settings tab to categories.Andrei Karas2-1/+8
2012-04-14Rename class InventoryFilter to RadioGroup.Andrei Karas8-46/+293
2012-04-14Block enter key from pressing active button.Andrei Karas2-0/+27
2012-04-09Fix code style.Andrei Karas2-3/+2
2012-04-08Unselect item in inventory if it was added to drops or shortcuts window.Andrei Karas2-0/+2
2012-04-08Move most input code from keyboardconfig to inputmanager.Andrei Karas2-2/+4
2012-04-08Move enums from keyboardconfig.h to keydata.h.Andrei Karas2-2/+2
2012-04-07Change implimentation for removeing old links from browser box class.Andrei Karas2-28/+17
2012-04-04Add test for browserbox.Andrei Karas1-0/+109
2012-04-02Change auto hide screen buttons to 3 statesAndrei Karas2-7/+13
2012-04-01Checks after checks...Andrei Karas1-5/+3
2012-04-01Last part of fixes.Andrei Karas7-18/+19
2012-04-01One part of fixes after auto checking.Andrei Karas2-10/+9
2012-03-29Replace vectors with strings to short names.Andrei Karas6-10/+10
2012-03-29Add option to auto hide chat window (chat window visible by default)Andrei Karas1-0/+8
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-03-11Fix code style.Andrei Karas1-2/+2
2012-03-11Fix use button in skills dialog if switching tabs.Andrei Karas1-0/+8
2012-03-10Allow add skills to shortcuts bar (same as for magic and script commands).Andrei Karas2-6/+25
2012-03-04Fix copyrights.Andrei Karas2-2/+2
2012-03-04Fix possible crash in npc menu.Andrei Karas2-0/+12
2012-02-29Fix code style in empty methods.Andrei Karas4-4/+8
2012-02-29Simplify remove listener calls.Andrei Karas1-2/+1
2012-02-28Fix code style.Andrei Karas1-2/+1
2012-02-28Adjust label size in setupitem controls.Andrei Karas4-5/+20
2012-02-28Fix some sound event.Andrei Karas4-2/+29
2012-02-28Add some missing debug includes.Andrei Karas2-1/+3
2012-02-28Replace "play" button text to image.Andrei Karas1-1/+1
2012-02-28Add image support for buttons.Andrei Karas2-20/+202
2012-02-28Add different sound effects for different events.Andrei Karas4-4/+62
2012-02-27Fix compilation.Andrei Karas1-0/+6