date | project | content | link |
|---|
| 23:10 Wednesday | GGI | Commit by ggibecka :: r 595 /widget/trunk/ggiwidget/ (dropdownlist.c frame.c helper.c): ( link) Allow for the toplevel widget in the droplist to react to events. remove debug output minor coding style cleanups | # |
| 23:08 Wednesday | GGI | Commit by ggibecka :: r 594 /widget/trunk/ggiwidget/EXPSYMS: ( link) export ggiWidgetDrawFrame for use in user generated widgets | # |
| 07:25 on Feb 08 | GGI | Commit by pekberg :: ggi-core/libggi/display/vnc/rfb.c: Recognize the Call Control pseudo-encoding (from OLIVE). | # |
| 22:33 on Jan 07 | GGI | Commit by ggibecka :: r 593 /widget/trunk/ (3 files in 2 dirs): ( link) Add a name and a unique ID property to the widgets to allow for finding widgets without having to keep pointer references. Add generic Control call functions to do this. | # |
| 22:09 on Jan 06 | GGI | Commit by ggibecka :: r 592 /widget/trunk/ (3 files in 2 dirs): ( link) Replace the given widget, if the (up to now forbidden) place parameter GWT_BY_WIDGETPTR is used in a link call. This is useful for swapping out entries that have changed without first having to find out where exactly they are attached which can be tricky, e.g. for grids. Note that this unlinks the widget and thus the given widget needs to be destroyed properly unless it should be reused. | # |
| 07:22 on Jan 06 | GGI | Commit by ggibecka :: r 591 /widget/trunk/ggiwidget/EXPSYMS: ( link) Add SingleChild helper functions to exports as those help to create simple container widgets (like own buttons or decoration frames) | # |
| 20:20 on Jan 02 | GGI | Commit by pekberg :: ggi-core/libgg/gg/dl_win32.c: Don't fail completely if the error message requires inserted values, instead
show the error message without inserting any value (i.e. retain %1 etc).
There is no way of knowing what to insert short of making a list of all
the error messages and what inserts they take, for all versions of
Windows (who knows if the error messages differ?), so this is the best
that can be done, at least within reason. | # |
| 19:33 on Dec 17, 2009 | GGI | Commit by pekberg :: ggi-core/libgii/gii/gii.c: Fix bug introduced in r1.81 causing events to not be strictly monotonic. | # |
| 11:28 on Dec 17, 2009 | GGI | Commit by pekberg :: ggi-core/libgii/input/directx/ (dxinput.h input.c): Add support for entering any unicode character by pressing the Alt key, then
typing + on the numeric keypad followed by the unicode character in hex.
The unicode character is sent after the Alt key is released. | # |
| 11:21 on Dec 04, 2009 | GGI | Commit by pekberg :: ggi-core/libggi/default/linear_32/crossblit.c: Remove some dead (i.e. impossible to reach) code. | # |
| 10:25 on Dec 04, 2009 | GGI | Commit by pekberg :: ggi-core/libggi/display/vnc/rfb.c: Oops, the provided encoding descriptions didn't all fit in the given space.
Store the descriptions as pointers instead and constify while at it. | # |
| 10:18 on Dec 04, 2009 | GGI | Commit by pekberg :: ggi-core/libggi/programs/util/inputdump.c: Don't look outside array bounds in the extra check to make sure an input
device was indeed found. | # |
| 09:25 on Dec 04, 2009 | GGI | Commit by pekberg :: ggi-core/libgg/configure.in: Fix typo in previous, reported by Olaf Buddenhagen. | # |
| 09:08 on Dec 04, 2009 | GGI | Commit by pekberg :: ggi-core/libgg/configure.in: Mingwex version 3.17 fixes a killer bug in it's snprintf implementation. Stay
away from versions prior to that one (and fall back to _snprintf in msvcrt). | # |
| 13:31 on Dec 03, 2009 | GGI | Commit by pekberg :: ggi-core/libgg/gg/lib/snprintf.c: Print pointers as unsigned. | # |
| 11:48 on Dec 03, 2009 | GGI | Commit by pekberg :: ggi-core/libgg/regress/gg/ (snprintf.c Makefile.am): Mingwex have had a snprintf implementation that doesn't match the sscanf
implementation in terms of %p, which we rely on when configuring with the
--disable-conffile option. Add a regression test, to make it easy to check if
it works as expected.
Our own replacement snprintf may also be incompatible with a sscanf
provided by the system, but that's another story... | # |
| 06:32 on Nov 27, 2009 | GGI | Commit by cegger :: xggi/README.quickguide: XGGI requires GGI 2.2.x. 'or newer' is wrong as XGGI hasn't been ported to GGI -current yet. | # |
| 23:54 on Nov 26, 2009 | GGI | Commit by pekberg :: ggi-core/libgii/configure.in: The SIZEOF_* defines are correct for cross builds these days and system.h
is generated in libgg. | # |
| 23:52 on Nov 26, 2009 | GGI | Commit by pekberg :: ggi-core/libgg/configure.in: The SIZEOF_* defines are correct for cross builds these days... | # |
| 23:34 on Nov 26, 2009 | GGI | Commit by pekberg :: wrappers/svgalib/m4/common.m4: Newer autotools has less newlines causing syntax errors. | # |