summaryrefslogtreecommitdiff
path: root/src/gui/widgets
AgeCommit message (Expand)AuthorFilesLines
2016-05-27Move rescaled images load function from resourcemanager into separate file.Andrei Karas1-1/+3
2016-05-25Move imageset load function from resourcemanager into separate file.Andrei Karas2-4/+4
2016-05-25Change namespace in resources loaders from other to Loader.Andrei Karas3-3/+3
2016-05-25Move images load function from resourcemanager into separate file.Andrei Karas3-4/+8
2016-05-24Move resourcemanager into subdirectory.Andrei Karas5-5/+10
2016-05-24Fix asserts with missing default music files.Andrei Karas1-1/+4
2016-05-11Fix asserts in unit tests.Andrei Karas1-0/+3
2016-05-10Add ability to switch emotes shortcurs bar between player, pets, homunculuses...Andrei Karas1-0/+12
2016-05-09Do mouse actions on emoteshortcutcontainer only if left mouse button was used.Andrei Karas1-15/+18
2016-05-09Add settings for set distance for start syncyng player.Andrei Karas1-0/+5
2016-04-30Disable noexcept for clang and old gcc versions.Andrei Karas2-23/+26
2016-04-30Add copy constructor into LinePart.Andrei Karas1-1/+27
2016-04-29Add name into Animation memory object.Andrei Karas1-1/+1
2016-04-26Split graphicsvetexes into multiply files.Andrei Karas11-11/+11
2016-04-26Move graphicsvertexes into render/vertexes.Andrei Karas11-13/+22
2016-04-21Convert chattabtype into strong typed enum.Andrei Karas2-4/+4
2016-04-21Move chattabtype into enums directory.Andrei Karas2-44/+1
2016-04-21Fix compilation warning.Andrei Karas1-1/+1
2016-04-21Add option for enable/disable remote commands.Andrei Karas2-0/+24
2016-04-21Add option for disable OpenGL version check and rollback to other renderer.Andrei Karas1-0/+5
2016-04-21Remove extra spaces at line ends.Andrei Karas9-42/+42
2016-04-17Revert "Remove override keyword, if it present with final."Andrei Karas86-423/+423
2016-04-17Remove override keyword, if it present with final.Andrei Karas86-423/+423
2016-04-16Move itemamountwindowusage enum into separate file.Andrei Karas1-1/+2
2016-04-07Fix confirm dialog width if caption too big.Andrei Karas2-4/+4
2016-04-07For commands in links in chat ask before executing command.Andrei Karas2-4/+26
2016-04-05Remove quotes from pragmas.Andrei Karas4-15/+15
2016-04-05Add into paths.xml option for set string for commands in links.Andrei Karas2-6/+13
2016-03-28Rename static widgets collections in Widget.Andrei Karas2-12/+13
2016-03-26Fix code style.Andrei Karas4-3/+5
2016-03-24Add enum for item types.Andrei Karas2-3/+6
2016-03-24Rename enum ItemType into ItemDbType.Andrei Karas1-2/+2
2016-03-24Change ItemType into strong typed enum.Andrei Karas1-2/+2
2016-03-21Show effect names in debug window in target tab.Andrei Karas2-1/+11
2016-03-18Fix typos.Andrei Karas1-1/+1
2016-03-17Remove false positive errors with nonnull attributes.Andrei Karas1-2/+2
2016-03-17Add some missing nonnull attributes.Andrei Karas2-3/+3
2016-03-16Split ParticleEngine from Particle class.Andrei Karas1-1/+1
2016-03-13Simplify drawing beings in playerbox control.Andrei Karas1-1/+1
2016-03-12Dont highlight server messages in chat channels.Andrei Karas1-2/+4
2016-03-12Fix compilation issue.Andrei Karas1-1/+3
2016-03-11Fix code style.Andrei Karas29-25/+82
2016-03-04Remove isVisible getter from widget.Andrei Karas4-12/+9
2016-02-27Add exception to seach chat command. It not run search for special chars.Andrei Karas1-1/+10
2016-02-23Fix compilation with gcc 4.4 or older.Andrei Karas4-15/+15
2016-02-23Add pragmas for disable -Wswitch-bool in some places.Andrei Karas4-0/+15
2016-02-22Add more missing consts.Andrei Karas2-2/+2
2016-02-21Fix code style.Andrei Karas1-1/+2
2016-02-21Add missing checks.Andrei Karas4-8/+17
2016-02-21Add missing constructor call.Andrei Karas1-0/+1