summaryrefslogtreecommitdiff
path: root/src/gui/widgets
AgeCommit message (Expand)AuthorFilesLines
2024-01-26Apply C++11 fixitsThorbjørn Lindeijer70-289/+289
2024-01-25Minor includes cleanupThorbjørn Lindeijer1-1/+0
2024-01-25Ported to SDL2Thorbjørn Lindeijer5-53/+24
2024-01-24Fixed compilation issues and use of deprecated C++ featuresThorbjørn Lindeijer7-9/+9
2012-08-05Removed all the hardcoded sizes of the various setup tabsThorbjørn Lindeijer6-10/+51
2012-05-07Merge branch '0.6'Thorbjørn Lindeijer1-9/+9
2012-05-07Fixed wrong offset values for tab widget drawingjurkan1-9/+9
2012-05-05Merge branch '0.6'Thorbjørn Lindeijer2-1/+3
2012-05-05Fixed compilation errors and warnings with GCC 4.7Thorbjørn Lindeijer2-1/+3
2012-04-02Merge branch '0.6'Thorbjørn Lindeijer2-4/+3
2012-04-02Fixed problems with using the last emotev0.6.1Thorbjørn Lindeijer1-3/+2
2012-04-01Made changes to compile on Mac OSX 10.6 and laterDavid Athay1-1/+1
2012-02-18Added notification sound on receiving whisperThorbjørn Lindeijer3-3/+32
2012-02-12Fixed inventory displayYohann Ferreira1-3/+6
2012-02-11Fixed issues with the help texts and small NEWS file updatesThorbjørn Lindeijer1-6/+0
2012-02-10Arbitrary small code cleanupsThorbjørn Lindeijer3-7/+5
2012-02-09Fixed wallpaper prescaling issuesThorbjørn Lindeijer1-17/+26
2012-02-09Avoid a crash after selecting one's character linked to emotes.Yohann Ferreira1-3/+3
2012-02-07Made BrowserBox use the recommended line skip for its fontThorbjørn Lindeijer2-48/+61
2012-02-06Some cleanups in the initialization of wallpaper pathsThorbjørn Lindeijer2-2/+2
2012-02-05Fixed some layout issues with the chat windowThorbjørn Lindeijer1-30/+19
2012-02-03Changed the setup button at login stage to use the icon.Yohann Ferreira2-4/+6
2012-01-31Added missing copyright notices.Yohann Ferreira6-1/+7
2012-01-26Updated copyrights to 2012Thorbjørn Lindeijer85-85/+85
2012-01-26Removed 'inline' keyword where it's not of any valueThorbjørn Lindeijer3-10/+10
2012-01-22Allow resizing of the game in windowed modeThorbjørn Lindeijer4-57/+59
2012-01-20Made the ignore record parameter usefulErik Schilling1-1/+1
2012-01-16Renamed some file names for consistency with the class namesThorbjørn Lindeijer4-4/+4
2012-01-15Show item quantity in the shop listThorbjørn Lindeijer1-23/+40
2012-01-10player_node -> local_playerYohann Ferreira2-2/+2
2012-01-09Changed INT and DELETE enum names to fix C::B compilation.Yohann Ferreira2-2/+2
2012-01-09Made the chat text much more readable in every opacity case.Yohann Ferreira4-4/+94
2011-11-12Removed hiding of button popup when setting the text to emptyYohann Ferreira2-8/+2
2011-11-12Removed some Channel and ChannelTab related sillinessThorbjørn Lindeijer1-5/+0
2011-11-12Fixed the button popup incorrectly shown when loading the window menu.Yohann Ferreira1-3/+1
2011-10-23Fixed a certain class of Doxygen warningsThorbjørn Lindeijer6-20/+12
2011-09-29Fixed item popup still visible after closing inventory window.Erik Schilling3-1/+8
2011-09-28Small changes requested by o11c - part 1.Yohann Ferreira2-3/+8
2011-09-28Added true arrows graphics to tab area buttons.Yohann Ferreira2-3/+7
2011-09-28Made the button icon only shown when the icon file is valid.Yohann Ferreira2-7/+8
2011-09-28Changed the Social button to an image one.Yohann Ferreira2-6/+8
2011-09-28Added textpopup on mouse hovering support to buttons.Yohann Ferreira2-1/+72
2011-06-17First pass on removing tile hard coded values.Yohann Ferreira1-2/+0
2011-06-16Fix the off-by-one error reported in the issue comments.Yohann Ferreira1-2/+1
2011-06-16Added image support to the button widgets.Yohann Ferreira2-23/+156
2011-06-02Fixed missing action event when clicking on a ListBox itemThorbjørn Lindeijer1-0/+5
2011-06-02Arbitrary code cleanupsThorbjørn Lindeijer2-4/+4
2011-05-30Remove some uneeded offsettingJared Adams1-2/+2
2011-05-25Added more double clickable actionsAngelo Castellani1-1/+7
2011-05-24Extended Guichan with an empty spacer widgetAngelo Castellani2-0/+81