summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-09-29Fix compilation with gcc 4.6v1.2.9.30Andrei Karas1-0/+7
2012-09-29Add equipment background to equipment window in some themes.Andrei Karas3-0/+0
2012-09-29Change version to 1.2.9.30Andrei Karas8-7/+18
2012-09-29Update translations.Andrei Karas2-93/+95
2012-09-29fix code style.Andrei Karas1-1/+1
2012-09-28Fix textbox font color.Andrei Karas3-18/+4
2012-09-28fix null pointer from previous commits.Andrei Karas1-6/+15
2012-09-28Change deleted resource list from map to vector.Andrei Karas2-8/+8
2012-09-28Add source field to each resources.Andrei Karas2-5/+12
2012-09-28remove unused guichan class.Andrei Karas5-304/+0
2012-09-28Fix mouse handling events in equipment and item amount windows.Andrei Karas2-0/+4
2012-09-27Add support for deleted resource list in resourse manager.Andrei Karas2-1/+33
2012-09-27Fix mouse event handling in windows set visible.Andrei Karas1-1/+7
2012-09-27Show in resource releases texture id.Andrei Karas2-0/+17
2012-09-24Fix compilation errors.Andrei Karas19-1/+38
2012-09-24Remove unused guichan classes.Andrei Karas11-626/+0
2012-09-23update and rebuild translations.Andrei Karas19-2042/+2906
2012-09-23Add missing final keywords to classes.Andrei Karas68-77/+81
2012-09-23fix code style.Andrei Karas19-25/+27
2012-09-23Fix unused empty space in onscreen buttons.Andrei Karas1-2/+7
2012-09-23Add to monsters.xml and npcs.xml sort offset parameters.Andrei Karas5-3/+36
2012-09-23Restore mouse cursor if window set visible and have mouse over.Andrei Karas4-1/+69
2012-09-22Restore default close image on window closingAndrei Karas1-0/+2
2012-09-22Add override keyword to most overriden methods.Andrei Karas161-597/+610
2012-09-22Add final keyword to most classes.Andrei Karas229-381/+462
2012-09-21Add to equipment window, background image theming.Andrei Karas6-20/+34
2012-09-20Add theme color for text in popup windows.Andrei Karas15-4/+43
2012-09-20Add missing check in palette.hAndrei Karas1-5/+6
2012-09-20Fix incorrect color access.Andrei Karas2-7/+12
2012-09-19fix compilation warnings.Andrei Karas1-1/+1
2012-09-19Dont resize minimap window if map name very big.Andrei Karas2-5/+27
2012-09-19Add resize grip padding.Andrei Karas7-177/+31
2012-09-17Add double click support in npc dialog.Andrei Karas1-1/+16
2012-09-16Add const to variables with type size_t.Andrei Karas26-77/+68
2012-09-16Improve inventory resize speed.Andrei Karas1-3/+6
2012-09-16Add theme option "titlebarBold".Andrei Karas1-0/+2
2012-09-15Improve a bit widgets speed.Andrei Karas31-207/+205
2012-09-15update and rebuild translations.v1.2.9.16Andrei Karas42-33784/+33440
2012-09-15Change version to 1.2.9.16.Andrei Karas7-8/+23
2012-09-14Fix code style.Andrei Karas7-16/+16
2012-09-14Improve a bit some gui controls speed.Andrei Karas15-101/+82
2012-09-13Fix code style.Andrei Karas1-3/+3
2012-09-13Change some pointers to references in OpenGL draw code.Andrei Karas3-59/+50
2012-09-13Improve a bit map load speed.Andrei Karas2-4/+17
2012-09-13Fix incorrect file name in cmake scripts.Andrei Karas1-1/+1
2012-09-13Fix code style.Andrei Karas6-9/+9
2012-09-13Add theming support for background for scrollbars.Andrei Karas6-12/+88
2012-09-12Remove useless gray box between scrollbars in scrollarea control.Andrei Karas1-11/+0
2012-09-12Add for windows close button hover image.Andrei Karas4-18/+42
2012-09-12Improver a bit window draw code.Andrei Karas2-69/+64