summaryrefslogtreecommitdiff
path: root/src/gui/widgets
AgeCommit message (Expand)AuthorFilesLines
2014-02-02Add missing const and static into gui classes.Andrei Karas21-65/+41
2014-02-01do not scale on the fly on windows.Andrei Karas1-0/+2
2014-02-01fix code style.Andrei Karas1-0/+4
2014-01-29Fix screenshot directory saving/loading.Andrei Karas3-2/+33
2014-01-29allow apply scale without client restart.Andrei Karas1-0/+1
2014-01-29add option for changing scale.Andrei Karas2-1/+17
2014-01-28add support for screen scale in OpenGL modes.Andrei Karas1-15/+17
2014-01-28Move direct SDL_GetMouseState calls into method in gui class.Andrei Karas2-5/+11
2014-01-26add chat command for uploading main config.xmlAndrei Karas2-1/+13
2014-01-19in emotes popup show also emote id.Andrei Karas1-1/+2
2014-01-17fix crash on window resize.Andrei Karas1-2/+2
2014-01-17disable for now screenshot dir editing in windows.Andrei Karas1-0/+2
2014-01-16delete from cache background image if it unused.Andrei Karas1-4/+5
2014-01-15add option for edit screenshot dir.Andrei Karas3-8/+42
2014-01-14fix code style.Andrei Karas4-4/+3
2014-01-12fix compilation warnings.Andrei Karas1-2/+2
2014-01-10If no mods present show message about it in mods settings tab.Andrei Karas1-0/+7
2014-01-09add ability to notify setup pages about disconnect from server.Andrei Karas8-1/+33
2014-01-09add mods tab in settings.Andrei Karas8-0/+206
2014-01-08Remove duplicate variables from some classes.Andrei Karas6-27/+10
2014-01-07In input fields add support for combinations Ctrl+left, Ctrl+right.Andrei Karas2-148/+235
2014-01-06Add missing npc font settings.Andrei Karas2-4/+27
2014-01-05Add chinese font auto usage if detected chinese locale.Andrei Karas2-1/+25
2014-01-01update copyright year in all sources.Andrei Karas171-171/+171
2013-12-31fix code style.Andrei Karas3-4/+1
2013-12-30Improve drawRescaledImage in renderers.Andrei Karas1-3/+1
2013-12-30fix overhead text popups order. Now it drawed always below any windows.Andrei Karas2-0/+23
2013-12-29improve draw image calls.Andrei Karas20-34/+34
2013-12-28In renderers replace ImagePattern in methods into Pattern.Andrei Karas2-16/+16
2013-12-26add restrict into chattab.Andrei Karas5-10/+10
2013-12-25add option for enable/disable pets support.Andrei Karas1-0/+4
2013-12-23in npc dialog at first try split long lines by spaces.Andrei Karas1-1/+12
2013-12-23in npc dialog allow correct split two byte characters.Andrei Karas1-2/+5
2013-12-22fix sliderlist next/previous buttons.Andrei Karas1-4/+3
2013-12-22remove debug line.Andrei Karas1-1/+0
2013-12-22allow fill complete part of progress bar with images.Andrei Karas2-4/+50
2013-12-22allow use different theme file for different progress bars.Andrei Karas2-3/+4
2013-12-18Remove unused members from itemcontainer.Andrei Karas2-4/+0
2013-12-18fix compilation with some flags after adding restrict keywords.Andrei Karas2-4/+3
2013-12-17add restrict into widgetgroup.Andrei Karas2-3/+4
2013-12-17add restrict into textfield.Andrei Karas2-8/+10
2013-12-17add restrict into tabbedarea.Andrei Karas2-2/+4
2013-12-17add restrict into setuptouchitem.Andrei Karas2-25/+29
2013-12-17add restrict into setupitem.Andrei Karas2-196/+221
2013-12-17add restrict into radiobutton.Andrei Karas2-3/+6
2013-12-17add restrict into layout.Andrei Karas2-6/+8
2013-12-17add restrict into guitable.Andrei Karas1-4/+5
2013-12-17add missing const into dropdown.Andrei Karas2-4/+4
2013-12-17add restrict into checkbox.Andrei Karas2-4/+5
2013-12-17add restrict into button.Andrei Karas2-14/+22