summaryrefslogtreecommitdiff
path: root/src/main-gtk2.c
Commit message (Collapse)AuthorAge
* Build: Produce multiple independent executablesBardur Arantsson2016-02-05
|
* Remove term::wipe_hookBardur Arantsson2015-12-11
| | | | | After all it's only an optimization and systems these days should be fast enough to ignore it.
* Inline effectively constant term::{char,attr}_blankBardur Arantsson2015-12-11
|
* Split types.h into separate header for each typeBardur Arantsson2015-06-07
|
* Split variables.cc declarations to separate header filesBardur Arantsson2015-03-07
| | | | | - Can now remove externs.h. Yay! - Put a stray option variable into its rightful place in options.hpp
* Split files.cc declarations into separate header filesBardur Arantsson2015-03-07
|
* Split util.cc function declarations into separate header filesBardur Arantsson2015-02-23
| | | | | We need one .h file and one .hpp since some of the functions are being called from plain C code.
* Remove all uses of sglibBardur Arantsson2014-12-18
|
* Replace usleep with C++11 this_thread::sleep_for()Bardur Arantsson2014-12-16
| | | | | | | Also remove TERM_XTRA_DELAY. The terminal abstraction should not be used for providing general platform independence. As a side effect this reintroduces support for "delay" on SDL, not sure if that's a good idea or not.
* Remove lots of obsolete platform definesBardur Arantsson2014-12-16
|
* Remove core() and core_auxBardur Arantsson2014-12-15
| | | | | | Invoking undefined behavior is not the correct way to get a core dump. Plus there's only a single caller, only used in truly bizarre circumstances.
* Remove plog_fmtBardur Arantsson2014-12-13
|
* Remove TERM_XTRA_GET_DELAYBardur Arantsson2014-11-20
| | | | It was effectively unused since the removal of cmovies
* Remove graphics supportBardur Arantsson2014-07-02
|
* Remove most of z-virt.[ch]Bardur Arantsson2014-06-27
| | | | | This commit leaves only safe_calloc() as a convenient "non-failing" calloc().
* Remove unused scansubdir() and TERM_XTRA_SCANSUBDIRBardur Arantsson2014-06-26
|
* Remove #if 0'd codeBardur Arantsson2012-06-28
|
* Remove TOME preprocessor defineBardur Arantsson2012-06-28
|
* Remove SAVEFILE_SCREEN preprocessor defineBardur Arantsson2012-06-28
|
* Remove ANG291_COMPAT preprocessor defineBardur Arantsson2012-06-28
|
* Remove ANG293_COMPAT preprocessor defineBardur Arantsson2012-06-28
|
* Remove ANG281_RESET_VISUALS preprocessor defineBardur Arantsson2012-06-28
|
* Remove ZANG_* preprocessor definesBardur Arantsson2012-06-27
|
* Remove OLD_SAVEFILE_CODE conditional codeBardur Arantsson2012-06-27
|
* Remove OANGBAND conditional codeBardur Arantsson2012-06-27
|
* Remove GUMBAND conditional codeBardur Arantsson2012-06-27
|
* Remove ANGBAND300 conditional codeBardur Arantsson2012-06-27
|
* Remove bogus #if 1 / #endif pragmasBardur Arantsson2012-06-26
|
* Cleanup: Remove SUPPORT_GAMMA -- should be handled by OS.Bardur Arantsson2012-04-02
|
* GTK2 interface: allow running with shift + arrow keysmiramor2012-03-31
|
* Refactor: USE_TRANSPARENCY compile-time flag always setBardur Arantsson2012-03-29
|
* Refactor: EGO_GRAPHICS compile-time flag always setBardur Arantsson2012-03-29
|
* gtk2: Remove dead codeBardur Arantsson2012-03-29
|
* Remove redefinition of "bool" for C++ friendliness.Bardur Arantsson2011-02-20
|
* Import tome-2.3.5.Bardur Arantsson2010-01-08