2015-11-01 Kjell Ahlstedt Document _CUSTOM_* gmmproc macros 2015-10-28 Murray Cumming Remove unnecessary virtual keywords 2015-10-28 Murray Cumming C++11: Use the override keyword. 2015-09-26 Kjell Ahlstedt Input example: Fix high CPU load * examples/book/input/main.cc: Open the fifo in read/write mode, or else the program unnecessarily uses a lot of CPU time. 2015-09-10 Murray Cumming combobox/complex example: Show use of a cell_data_func(). 2015-09-09 Murray Cumming command_line_handling: handle_local_options(): Correct the return values. Since glib bug #750796 was fixed, we really need to return a negative value to keep the program running. Returning EXIT_SUCCESS or EXIT_FAILURE stops the program. Add a --version option as an example of when we might want to stop with EXIT_SUCCESS, and add validation for --goo="ungoo" as an example of when we might want to stop with EXIT_FAILURE. Otherwise, we return -1 to keep going. Bug #754763 2015-09-09 Murray Cumming command_line_handling example: on_command_line(): Correct a return code. Don't return EXIT_FAILURE for what seems like a success. 2015-09-09 Murray Cumming Tiny whitespace correction. 2015-08-24 Murray Cumming Consistent spacing with lambdas. 2015-08-24 Murray Cumming Update NEWS for next release. To mention a commit that got in before I remembered to push the release commit (again). 2015-08-24 Murray Cumming