Remove unneeded @pkg_uname@ substitution
Implement VSync using Present extension
Fix Makefile not picking up dependencies
Use XCB_BACK_PIXMAP_NONE enum
Change doc links to SourceForge
Remove some trailing whitespace
configure: add no-pkg-config fallback
Move gh_pages branch to docs
Update build system
Use auto more
Fix new warnings from gcc 7
Fix new warnings from gcc 7
Detect XCB library and print error when not found
Use file-by-file rm and rmdir in Makefile
Use file-by-file rm and rmdir in Makefile
Bump up version number for release
Hide the exit until all crates are disposed
Use unsigned types for coordinates
Fix nVidia rendering: expand XRender id size to 2 bytes
Remove _NET_WM_STATE_FULLSCREEN misunderstanding
Enable function-level linking
Set _NET_WM_PID and _NET_WM_WINDOW_TYPE properties
Some gratuitous optimizations
Add comments
Update version number
Fix unsolvable level
Display an error if cannot connect to X server
HAVE_USTL_H was incorrectly defined
Review Level
Fix fullscreen setting
Re-fmt the license
Add some comments
Review GJID
Convert tile bitmap data to xbm
Convert tile bitmap data to xbm
Updated README
Small content fixes
Set copyright date back to 1995, the original release date, to make it expire sooner
Make uSTL optional
Merge levels.dat into level.cc
Fix signed extension of color components
Now not including xcb.h in xapp.h
Remove CPIO data file and flatten directory tree
Load from static data
Remove CFont
RENDER text works
Remove CGC
Use RENDER to draw text. Does not work for some reason
Convert default.fnt to xbm format
Merge level drawing into the app
Using RENDER to draw tiles
Removed all references to CImage and rasterization
Use RENDER scaling
Add xpm loading code and combined xpms
Do not use c++0x in this project
Use atom array instead of individual variables
Remove ProcessArguments
Merged XlibFramebuffer into App
Merged InstallCleanupHandlers into CApp ctor
Use xcb instead of Xlib
Remove writing of gif header blocks
Handle resizing correctly
Henceforth use _name for member variables instead of m_Name
Set window title
Name the window
Removed gif compressor and image saving
Remove mode setting
Remove CEventProcessor; forward directly to CApp
Remove primi.h
Remove unused GC functions
Merge startup.cc into app.cc
Merge Xlib exception into fb
Use cpio format for the data file instead of plain concatenation
Put fb object in the app. Rearrange gjid.cc
Create all rotations for oneway and robot from the start
Link with uSTL without libstdc++
Remove level editor
Remove keycode translation; use Xlib keycodes directly
Remove unused CGC functionality
Merged Icon into CImage
Flattened x11 subdir
Flatten fbgl subdir
Merge CXlibMode with CMode
Revert "Remove gif compressor and image writing"
Remove gif compressor and image writing
Get rid of stringtables. Hardcode the text; possibly support gettext later
Remove namespace fbgl
Shorten copyright comment headers
Merged fbgl into this project
Flatten gob subdir
Remove console framebuffer support
Deleted build system for merge
Updated build system
Moved to subdir in preparation for merge into gjid
Streamline for ucc