0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Jun 17, 2025 — Jun 17, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Stash old changes; to old to remember what they were about More... over 14 years ago
Splits XGen into a stand alone project, as an XCB protocol specs parser and toolkit More... over 17 years ago
Re-lays out the tests/ directory More... over 17 years ago
Exposes lots of the static screen information via the GXScreen object. More... over 17 years ago
Get initial gtk-doc generation working More... over 17 years ago
Adds a gx_init() and splits out gx_main and gx_main_quit() into gx/gx-main.c More... over 17 years ago
Fixes to allow code generation of the sync extension More... over 17 years ago
Fixes for code generation of the screensaver extension More... over 17 years ago
Fixes enum namespacing which allows randr extension code generation More... over 17 years ago
Fixes some symbol namespacing issues so code generation now also works for the following extensions: xfixes, composite, damage and record. More... over 17 years ago
Adds support for parsing imports declared in xcb proto specs and using that information to allow submitting xcb files for parsing in any order since we now know the dependencies. More... over 17 years ago
Fixes some minor line wrapping issues that came about from the new _C() and _H() etc macros More... over 17 years ago
Adds more sugar for outputing code. Instead of specifying the part to output too with each use of the OUT macro we now have current C and H parts associated with the output_context and new macros: C(), H(), TD() and CH() for respectivly emitting to the current C part, current header part, current header typedefs part and to both the current C and H part. More... over 17 years ago
More work to try and improve the parser component. - This splits of the bloated XGenDefinition struct into structs like XGenRequest, XGenReply, XGenError which now each inherit common members from a stripped down XGenDefinition struct More... over 17 years ago
Enables building the these extensions: dpms, res, shm, xevie More... over 17 years ago
Ensure the GX API passes structs/unions by reference unlike XCB which passes them by value More... over 17 years ago
* configure.ac: - Removes the unused 'uninstalled-build' configure option - Adds pkg-config dependency checks for all xcb extension dependencies More... over 17 years ago
Implements GError support, gets all unit tests passing, and adds a simple doc/README.txt More... over 17 years ago
Adds a number of simple unit tests More... over 17 years ago
Work to support cookies and asynchronous requests More... over 17 years ago
* Gets pkg-config/header installation etc working to the point of being able to build external applications against libgx now. More... about 18 years ago
* Various bits of tidy up work (largly replacing hand coded gx_XXX_type() funcs with an equivalent G_DEFINE_TYPE(,,) * Gets inital event signal dispatching working (ref test-events) * Adds a GXMaskValueItem type to make setting up of value-mask and value-list pairs less error prone. * A few tweaks to the pkg-config description which is now also installed (though headers are currently not installed a.t.m so we can't yet build external apps) More... about 18 years ago
* Various configure.ac additions, and makefile changes, such that we can now link in xml files from xcb-proto much how xcb does. * Removed the hacky post_process.sh script and added C code for dealing with camelcase symbol conversion using a small dictionary. * Addes initial code for dealing with events (no tested yet) including adding a custom GSource into the glib mainloop. * Adds support for outputing enums * Added support for the "extension:TYPE" format of type references while doing wider testing of parsing different extensions. (so far tested code generation for xproto.xml, shape.xml, render.xml, xfixes.xml and composite.xml) * Made a start with a testsuite. More... about 18 years ago
configure.in: s/AC_PROG_CC/AM_PROG_CC_C_O/ More... about 18 years ago
Autotooled More... about 18 years ago
Adds files missed in last commit More... about 18 years ago
Lots of changes: initial test app can now map window + iterate root children More... about 18 years ago
Got basic header generation working More... about 18 years ago
Initial commit More... about 18 years ago