Projekt

Allgemein

Profil

Revision:

Revisionen

# Datum Autor Kommentar
2c50fc84 26.06.2004 17:53 aquamaniac

added missing files

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@417 70169cfe-8b10-0410-8925-dcb4b91034d8

f4240d91 26.06.2004 17:53 aquamaniac

- 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...

d4ada017 26.06.2004 07:22 aquamaniac

- 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

5c38d388 26.06.2004 07:09 aquamaniac

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

2e856394 26.06.2004 07:02 aquamaniac

- 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....

00db8fe7 26.06.2004 06:59 aquamaniac

minor fixes

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@412 70169cfe-8b10-0410-8925-dcb4b91034d8

f89b10ad 26.06.2004 06:47 aquamaniac

- 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

b3c6077a 25.06.2004 01:43 aquamaniac

- 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

e8c38d4b 24.06.2004 10:03 cstim

2004-06-24 Christian Stimming <>

  • configure.ac, src/Makefile.am: Make the compilation of the UI
    module conditional on whether ncurses is available. If it is not
    there, then the whole GWEN_UI module will neither be compiled nor...
8e2388a5 24.06.2004 09:49 cstim

Fix compiler warnings.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@408 70169cfe-8b10-0410-8925-dcb4b91034d8

7d8db137 24.06.2004 03:29 aquamaniac

- 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

e6ba7725 23.06.2004 00:24 aquamaniac

- 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

472558e8 22.06.2004 13:56 cstim

Fix compiler warnings

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@405 70169cfe-8b10-0410-8925-dcb4b91034d8

ea7d6cbf 22.06.2004 04:47 aquamaniac

- 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

d53b6727 21.06.2004 06:05 aquamaniac

added tablewidget

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@403 70169cfe-8b10-0410-8925-dcb4b91034d8

19604726 20.06.2004 09:34 aquamaniac

- 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

7c1ea34d 18.06.2004 09:38 aquamaniac

fixes

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@401 70169cfe-8b10-0410-8925-dcb4b91034d8

c7da6ab7 18.06.2004 09:15 aquamaniac

added missing implementation in crypt/none

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@400 70169cfe-8b10-0410-8925-dcb4b91034d8

eccb5267 18.06.2004 09:01 aquamaniac

- 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

c9227af0 17.06.2004 02:01 aquamaniac

- 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"...

c146acda 16.06.2004 18:06 aquamaniac

- parser/db: added function GWEN_DB_InsertGroup

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@397 70169cfe-8b10-0410-8925-dcb4b91034d8

ec256bbf 11.06.2004 22:10 aquamaniac

- 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

bbd92f74 08.06.2004 21:05 aquamaniac

- 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

4b173970 07.06.2004 20:24 aquamaniac

- 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

d1c1508a 07.06.2004 10:52 cstim

2004-06-07 Christian Stimming <>

  • src/crypt/none/cryptnone.c: Fix function prototype SSL_new.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@393 70169cfe-8b10-0410-8925-dcb4b91034d8

(2801-2825/3207) Pro Seite: 25, 50, 100

Auch abrufbar als: Atom