summaryrefslogtreecommitdiff
path: root/src/gui/table.cpp
AgeCommit message (Expand)AuthorFilesLines
2009-04-29Fixed const-ness of TableModel related methodsBjørn Lindeijer1-9/+9
2009-04-29Fixed a Table segfault which would occur by doing division by 0 whenTametomo1-1/+4
2009-04-20Repaired table and listbox scrolling when using the keyboard.Ira Rice1-14/+15
2009-03-28Removed a lot of useless isVisible() checksBjørn Lindeijer1-1/+1
2009-03-27Removed all the static initializations of mAlphaBjørn Lindeijer1-1/+1
2009-03-23Merge branch 'aethyra/master'Bjørn Lindeijer1-12/+12
2009-03-19Some minor cleanups in a few windows and build scripts, as well asIra Rice1-12/+13
2009-03-15Fix some mem leaksJared Adams1-0/+1
2009-03-12Extending the internal handling of colorssniper1-24/+7
2009-03-12Make use of the new available colorsMajin Sniper1-0/+2
2009-03-12Extending the internal handling of colorssniper1-26/+7
2009-03-10Fix some mem leaksJared Adams1-1/+0
2009-03-10Fix some mem leaksJared Adams1-0/+1
2009-03-10Fix some mem leaksJared Adams1-0/+1
2009-03-06Merge branch 'aethyra/master'Bjørn Lindeijer1-1/+1
2009-03-05Made some optimizations based on some profiling done by Octalot, as wellIra Rice1-1/+1
2009-02-26Merge branch 'aethyra/master'Bjørn Lindeijer1-5/+1
2009-02-25Fixed up NPC list dialogs to be navigatable by keyboard (scrollingIra Rice1-5/+1
2009-02-15Fixes some variable names to conform to naming conventionBjørn Lindeijer1-3/+3
2009-02-15Merge commit 'aethyra/master'Bjørn Lindeijer1-1/+1
2009-02-11Adjusted a few files for release.Ira Rice1-1/+1
2009-02-11Shut up some compiler warnings.Philipp Sehmisch1-3/+3
2009-02-11Shut up some compiler warnings.Philipp Sehmisch1-3/+3
2009-02-11Changed spelling from colour to color.Philipp Sehmisch1-7/+7
2009-02-10Removed many pointless comparisons with NULLBjørn Lindeijer1-2/+2
2009-02-10Fixed header files, as well as removed the unused buddy list class (notIra Rice1-3/+4
2009-02-11Removed many pointless comparisons with NULLBjørn Lindeijer1-2/+2
2009-02-10Fixed some accidental capitalization errorsPhilipp Sehmisch1-6/+6
2009-02-10fixed capitalization of color member functions.Philipp Sehmisch1-6/+6
2009-02-10Changed spelling from colour to color.Philipp Sehmisch1-15/+15
2009-02-09Merged with Aethyra master as of 2009-02-09Bjørn Lindeijer1-51/+212
2009-02-09Merged with Aethyra master as of 2009-01-27Bjørn Lindeijer1-6/+3
2009-02-04Fixed a few table events. One prevented wrapping for tables when you areIra Rice1-10/+10
2009-02-04Added key and mouse events to the table class.Ira Rice1-2/+119
2009-02-04Few more unneeded headers that weren't noticed originally in the lastIra Rice1-1/+1
2009-02-04Went through the gui folder and revised the include statements to notIra Rice1-2/+0
2009-02-03Fixed up table class to allow for different background colors, as wellIra Rice1-46/+93
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-4/+4
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-4/+4
2009-01-15Style cleanups throughout most of the code. Splitting function type fromIra Rice1-57/+27
2008-12-13Code style reformattingBjørn Lindeijer1-63/+39
2008-11-18Pedantic fixes to the client, where I alphabetized all of the include Ira Rice1-3/+3
2008-11-02Ported a patch from TMW by fate which de-hardcodes skills, as well as removes...Ira Rice1-3/+9
2008-11-01* Updated GUI table and model to better handle NULL widgets during initialisa...Fate1-3/+8
2008-06-09Fix for segfault in drop down list of player ignore and sanity check for /whi...Dennis Friis1-1/+4
2008-05-14Added ability to define friends, players you want to ignore or disregard andBjørn Lindeijer1-0/+419