summaryrefslogtreecommitdiff
path: root/src/gui/widgets
AgeCommit message (Collapse)AuthorFilesLines
2013-02-10Add theme option to hide scrollbar buttons.Andrei Karas2-18/+356
Also improve scrollbar speed.
2013-02-10Remove unused methods in scrollarea class.Andrei Karas2-24/+0
2013-02-10Remove channel classes because it was used only in manaserv.Andrei Karas2-196/+0
2013-02-10Add https support to link handlers.Andrei Karas1-1/+1
2013-02-03Fix inventory sorting.Andrei Karas1-15/+17
Was broken because conflict with buy dialog sorting.
2013-02-02Fix errors in some compilers.v1.3.2.3Andrei Karas2-6/+6
2013-02-01Fix code style.Andrei Karas4-10/+9
2013-02-01Fix some resize issues in setup window.Andrei Karas4-1/+15
2013-01-30Fix error and code style in avatarlistbox.Andrei Karas1-5/+12
2013-01-30Extend themability of avatarlistbox.Hal90002-6/+8
2013-01-27In char selection dialog add support for selecting character by clicking on ↵Andrei Karas2-0/+12
image.
2013-01-27Fix bug with shoplistbox.xml file.Hal90001-2/+2
2013-01-23Use in different listbox derived classes different xml skin.Andrei Karas7-20/+19
2013-01-21Fix context menu in chat window.Andrei Karas1-1/+3
2013-01-20Last part with FOR_EACH changes.Andrei Karas8-34/+14
2013-01-20Fix crashes on closing client before entering game.Andrei Karas1-0/+2
2013-01-18Add padding for items in extended listboxes.Andrei Karas2-2/+4
New parameter: itemPadding - padding from up and down for each list entry.
2013-01-17Fix server type dropdown in new server dialog.Andrei Karas4-4/+15
2013-01-16update copyrights year.Andrei Karas120-120/+120
2013-01-16Add context menu to browserbox http links.Andrei Karas2-4/+17
2013-01-01Add support for theming in bars in top left corner.Andrei Karas1-1/+1
New theme options in ministatus.xml: padding - border padding spacing - space between buttons iconPadding - padding for icons iconSpacing - space between icons
2012-12-31Fix code style and compilation under windows.Andrei Karas3-8/+12
2012-12-31Sort onscreen keyboard actions list.Andrei Karas2-34/+64
2012-12-31Add support for changable actions for onscreen controls.Andrei Karas2-0/+228
2012-12-30Allow open context menu in textfields before connecting to server.Andrei Karas2-2/+23
2012-12-30Add popup menu for text fields.Andrei Karas3-4/+20
This menu allow copy/paste text to/from clipboard.
2012-12-29Add support for show icon also in selected item in dropdown.Andrei Karas2-14/+41
2012-12-29Show flags icons in language selection listAndrei Karas6-8/+22
Also add support for extended listboxes in popuplist control.
2012-12-28Fix previous commit error.Andrei Karas1-2/+2
2012-12-28Fix selected icon draw in extended listbox.Andrei Karas1-1/+3
2012-12-28Fix different warnings from previous commits.Andrei Karas3-4/+5
2012-12-28Add outlining support to tabs.Andrei Karas4-28/+68
2012-12-27Add outlining support to textbox control.Andrei Karas2-0/+19
2012-12-27add support for outlining in window header.Andrei Karas1-0/+2
2012-12-27Add outlining support for labels.Andrei Karas5-3/+27
2012-12-27Add support for outline colors in browser box.Andrei Karas2-40/+103
2012-12-27Remove set font from graphics object.Andrei Karas17-26/+18
2012-12-27Fix font usage in some controls.Andrei Karas1-1/+1
2012-12-27Remove textrenderer class.Andrei Karas1-4/+10
2012-12-27Improve a bit draw speed in other controls.Andrei Karas9-29/+89
2012-12-27Improve draw speed in listboxes.Andrei Karas4-18/+17
2012-12-27Improve containders text draw speed.Andrei Karas5-26/+44
2012-12-27Use new outline draw method in progressbar.Andrei Karas2-13/+14
2012-12-25Fix sticky button draw changed image.Andrei Karas1-0/+1
2012-12-25Fix shoplistbox popup area.Andrei Karas1-1/+1
2012-12-25Improve empty strings manipulation.Andrei Karas4-8/+8
2012-12-24Add color for selected text in listboxes.Andrei Karas4-10/+44
New theme color: LISTBOX_SELECTED
2012-12-24Change sliders to dropdowns in visual setup page.Andrei Karas2-0/+8
2012-12-24Fix dropdown setupitem.Andrei Karas2-5/+12
2012-12-22Fix crash with next control button (TAB).Andrei Karas1-2/+4