-
david-norris committed patchset 601 of module sss-oscar to the SSS-OSCAR CVS repository, changing 4 files.
2006-02-20 16:40:20 UTC in SSS-OSCAR
-
Logged In: YES
user_id=1222839
Oops -- Julian, I just now noticed your comment about
licenses. It's already in CVS, so it's probably a moot
point. But just to make it official -- yes, I submit to the
wxWindows license. Thanks for putting this in. Cheers!
2005-06-22 02:50:17 UTC in wxWidgets
-
Logged In: YES
user_id=1222839
Oops, I forgot to convert tabs to spaces!
This will do the trick in vi:
:%s/\t/ /g
Sorry (I'm a big pro-tab guy personally)!
2005-03-17 04:04:14 UTC in wxWidgets
-
Header and source for wxStaticPictureXmlHandler are
attached. They correspond to the statpict.h/cpp files
in contrib.
You should be able to drop stpicxml.cpp into
contrib/src/gizmos and stpicxml.h into
contrib/include/wx/gizmos and they *should* work
without modification.
I have marked both files as public domain.
2005-03-17 03:55:29 UTC in wxWidgets
-
This patch makes the following changes to the rotate
sample (rotate.cpp):
* Instead of drawing the card as soon as it's clicked
and then forgetting about it, the bitmap and position
are saved and drawn later in an EVT_PAINT handler. That
way they don't disappear if the window ever needs to be
redrawn.
* A text label is rendered at the top of the canvas
saying "Click on the canvas to...
2005-03-16 04:44:32 UTC in wxWidgets
-
Yapper's first public release is about two weeks away. There hasn't been much activity on sourceforge, but I am actively working on the project and it's coming along quite nicely!
The cryptographic infrastructure is done, as are the implementations of some core algorithms (MD5, SHA1, HMAC, AES/Rijndael, Blowfish in CFB or OFB modes). Most of the user interface components are skeletally done...
2005-03-13 18:56:29 UTC in Yapper
-
This patch rephrases the documentation for
wxGetKeyState(), clarifying the behavior for togglable
(not "modifier") keys and adding that it will not work
for mouse buttons.
It also adds assertions to all implementations to make
sure the user isn't passing in a mouse button keycode.
2005-03-03 23:05:55 UTC in wxWidgets
-
The wxHIDE_READONLY flag was missing from the
wxFileDialog page, although it's present on the dialog
overview page. This lists all the flags in an actual
table along with short descriptions of each. Note that
the wxMULTIPLE flag is still missing from the dialog
overview page.
2005-03-01 06:41:02 UTC in wxWidgets
-
david-norris registered the Yapper project.
2005-02-19 05:05:13 UTC in Yapper