home
·
contact
·
privacy
projects
/
plomrogue
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Fixed bug that led to endless loop in nearest_enemy_dir().
[plomrogue]
/
src
/
windows.h
2013-11-23
Christian Heller
Slightly shortened and simplified windows library code.
blob
|
commitdiff
|
raw
2013-11-23
Christian Heller
Further improved / shortened comments in windows.h.
blob
|
commitdiff
|
raw
|
diff to current
2013-11-22
Christian Heller
Improvd comments in windows.h.
blob
|
commitdiff
|
raw
|
diff to current
2013-11-09
Christian Heller
More consistent code styling whitespace rules.
blob
|
commitdiff
|
raw
|
diff to current
2013-11-09
Christian Heller
Reduced code complexity by stronger integrating windows...
blob
|
commitdiff
|
raw
|
diff to current
2013-11-02
Christian Heller
Made single World struct a global variable, fitted...
blob
|
commitdiff
|
raw
|
diff to current
2013-10-28
Christian Heller
Minor comment fixing.
blob
|
commitdiff
|
raw
|
diff to current
2013-10-28
Christian Heller
Don't use ncurses windows besides the virtual screen...
blob
|
commitdiff
|
raw
|
diff to current
2013-10-21
Christian Heller
Overhauled large parts of window system to universalize...
blob
|
commitdiff
|
raw
|
diff to current
2013-09-15
Christian Heller
Strongly overhauled keybinding managemment. Window...
blob
|
commitdiff
|
raw
|
diff to current
2013-09-08
Christian Heller
All members of structs Win and WinMeta are now official...
blob
|
commitdiff
|
raw
|
diff to current
2013-09-02
Christian Heller
Window configuration can now be saved; and edited in...
blob
|
commitdiff
|
raw
|
diff to current
2013-08-31
Christian Heller
Moved freeing of winmeta into windows library.
blob
|
commitdiff
|
raw
|
diff to current
2013-08-31
Christian Heller
Improved windows cleaning up: free win_meta, ncurses...
blob
|
commitdiff
|
raw
|
diff to current
2013-08-30
Christian Heller
Moved allocation and freeing of Win structs into window...
blob
|
commitdiff
|
raw
|
diff to current
2013-08-29
Christian Heller
Also read window title from config/windows/ files....
blob
|
commitdiff
|
raw
|
diff to current
2013-08-29
Christian Heller
Negative values may now be passed to init_win() for...
blob
|
commitdiff
|
raw
|
diff to current
2013-08-29
Christian Heller
Pass height=0 to init_win() to make window as wide...
blob
|
commitdiff
|
raw
|
diff to current
2013-08-26
Christian Heller
Improved error description in windows library.
blob
|
commitdiff
|
raw
|
diff to current
2013-08-26
Christian Heller
Added TODO to windows library.
blob
|
commitdiff
|
raw
|
diff to current
2013-08-26
Christian Heller
Removed unnecessary condition.
blob
|
commitdiff
|
raw
|
diff to current
2013-08-26
Christian Heller
Corrected description of cycle_active_window().
blob
|
commitdiff
|
raw
|
diff to current
2013-08-26
Christian Heller
Improved windows library header comments.
blob
|
commitdiff
|
raw
|
diff to current
2013-08-26
Christian Heller
Improved comments in windows library header file.
blob
|
commitdiff
|
raw
|
diff to current
2013-08-26
Christian Heller
Improved explanation of init_win().
blob
|
commitdiff
|
raw
|
diff to current
2013-08-26
Christian Heller
Improved windows library header file comments.
blob
|
commitdiff
|
raw
|
diff to current
2013-08-26
Christian Heller
Improved comments for windows library header file.
blob
|
commitdiff
|
raw
|
diff to current
2013-08-26
Christian Heller
Removed duplicated code.
blob
|
commitdiff
|
raw
|
diff to current
2013-08-26
Christian Heller
Improved comments for windows library header file.
blob
|
commitdiff
|
raw
|
diff to current
2013-08-26
Christian Heller
Improvement of windows library header file comments.
blob
|
commitdiff
|
raw
|
diff to current
2013-08-26
Christian Heller
Improved windows library intro comment.
blob
|
commitdiff
|
raw
|
diff to current
2013-08-26
Christian Heller
Added new class of errors to windows library to ensure...
blob
|
commitdiff
|
raw
|
diff to current
2013-08-25
Christian Heller
Re-structured externally visible windows library struct...
blob
|
commitdiff
|
raw
|
diff to current
2013-08-25
Christian Heller
In windows librarly, Only internally used members of...
blob
|
commitdiff
|
raw
|
diff to current
2013-08-24
Christian Heller
Corrected minor spelling error.
blob
|
commitdiff
|
raw
|
diff to current
2013-08-24
Christian Heller
shift_active_win() returns error code of its update_win...
blob
|
commitdiff
|
raw
|
diff to current
2013-08-24
Christian Heller
draw_all_wins() returns error code of its draw_scroll_h...
blob
|
commitdiff
|
raw
|
diff to current
2013-08-24
Christian Heller
Re-wrote shift_active_win() to manipulate chain by...
blob
|
commitdiff
|
raw
|
diff to current
2013-08-23
Christian Heller
Added memory allocation error checks to windows library.
blob
|
commitdiff
|
raw
|
diff to current
2013-08-06
Christian Heller
init_win() now takes arguments for the designated windo...
blob
|
commitdiff
|
raw
|
diff to current
2013-07-30
Christian Heller
Improved TODO.
blob
|
commitdiff
|
raw
|
diff to current
2013-07-30
Christian Heller
Made the hierarchy between terminal screen, virtual...
blob
|
commitdiff
|
raw
|
diff to current
2013-07-25
Christian Heller
Applied new style and documentation rules to the "windo...
blob
|
commitdiff
|
raw
|
diff to current
2013-06-27
Christian Heller
Make resize_active_win use yx_uint16 for coordinates...
blob
|
commitdiff
|
raw
|
diff to current
2013-06-27
Christian Heller
Sorted out library dependencies / includes. Include...
blob
|
commitdiff
|
raw
|
diff to current
2013-06-26
Christian Heller
Moved lots of stuff into new library actors.
blob
|
commitdiff
|
raw
|
diff to current
2013-06-23
Christian Heller
Added #include guards.
blob
|
commitdiff
|
raw
|
diff to current
2013-06-23
Christian Heller
Moved basic yx_uint16 handling into its own library.
blob
|
commitdiff
|
raw
|
diff to current
2013-06-19
Christian Heller
Restructured source tree. Code moves to src/, object...
blob
|
commitdiff
|
raw
|
diff to current