added missing files
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@417 70169cfe-8b10-0410-8925-dcb4b91034d8
- added a subscription model: Widgets can now subscribe to any event received by any other widget. This is similiar to the signal/slot mechanism used in graphical user interfaces - added DropDownBox (basically an edit widget with a list of choices to...
- parser/xml: now accepts simple tags (like "<br>" or "<hr>") without ending tags (e.g. there is no more need for "<br/>"). This allows to use simple HTML for texts in TextWidget and derived classes.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@415 70169cfe-8b10-0410-8925-dcb4b91034d8
added another widget flag (for ignoring help string to avoid recursions)
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@414 70169cfe-8b10-0410-8925-dcb4b91034d8
- added a help string which can be assigned to a widget. Whenever F1 is pressed the current widget will popup a message box and show that help text in it. If the widget which currently possesses the focus does not have a help string the parents will be consulted....
minor fixes
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@412 70169cfe-8b10-0410-8925-dcb4b91034d8
- ui: - introduced MODAL flag for widgets (focus will never go beyond a MODAL widget) - completed MessageBox, which is now able to calculate the necessary width and height by itself - added EditBox - added CheckBox - fixed some bugs
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@411 70169cfe-8b10-0410-8925-dcb4b91034d8
- ui: - nearly completed MessageBox - reworked XML->text parsing of TextWidget - close events do now work - provide more control over event handling for applications
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@410 70169cfe-8b10-0410-8925-dcb4b91034d8
2004-06-24 Christian Stimming <stimming@tuhh.de>
Fix compiler warnings.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@408 70169cfe-8b10-0410-8925-dcb4b91034d8
- ui: - added Close-events - added ScrollWidget (which basically is a widget with optional vertical and horizontal scroll bars) - started working on GWEN_MessageBox
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@407 70169cfe-8b10-0410-8925-dcb4b91034d8
- ui: added Button and a command event emitted by buttons (or menus later) This will allow me to create a Message class and a TextBrowser module tomorrow (hopefully).
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@406 70169cfe-8b10-0410-8925-dcb4b91034d8
Fix compiler warnings
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@405 70169cfe-8b10-0410-8925-dcb4b91034d8
- ui: added VSlider, fixed many bugs in UI code etc. It is still slow but now it works ;-) I will have to optimize later...
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@404 70169cfe-8b10-0410-8925-dcb4b91034d8
added tablewidget
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@403 70169cfe-8b10-0410-8925-dcb4b91034d8
- started working on a ncurses GUI which will be used by Libchipcard's setup tools and maybe by AqMoney2...
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@402 70169cfe-8b10-0410-8925-dcb4b91034d8
fixes
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@401 70169cfe-8b10-0410-8925-dcb4b91034d8
added missing implementation in crypt/none
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@400 70169cfe-8b10-0410-8925-dcb4b91034d8
- crypt/nettransportssl: added function GWEN_NetTransportSSL_GenerateDhFile So now there finally is no need to access OpenSSL from outside Gwen just to make parts of Gwen (namely the SSL stuff) work.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@399 70169cfe-8b10-0410-8925-dcb4b91034d8
- m4/os.m4: Define OS_POSIX if running on a POSIX system- os/posix/libloader: improved library loading. Now the following order is used when loading a library: 1) the name given 2) the name given plus ".so" 3) the name given with prefix "lib" 4) the name given with prefix "lib" and ".so"...
- parser/db: added function GWEN_DB_InsertGroup
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@397 70169cfe-8b10-0410-8925-dcb4b91034d8
- ipc/ipc.c: added GWEN_IPCManager_Attach() and usage counter
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@396 70169cfe-8b10-0410-8925-dcb4b91034d8
- parser/db: increased size of the word buffer used (I'm still looking for a better solution. Maybe I will write a DBIO which reads/writes DB as XML files...)
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@395 70169cfe-8b10-0410-8925-dcb4b91034d8
- ipc/ipc: fixed a bug (did not take node id into account when assigning a response to a request)
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@394 70169cfe-8b10-0410-8925-dcb4b91034d8
2004-06-07 Christian Stimming <stimming@tuhh.de>
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@393 70169cfe-8b10-0410-8925-dcb4b91034d8
Auch abrufbar als: Atom