Projekt

Allgemein

Profil

Revision:

Revisionen

# Datum Autor Kommentar
de7d155e 17.05.2010 23:48 martin

GTK2: Implemented ComboBox.

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

784f63bf 17.05.2010 21:04 martin

GTK2: Implemented HSpacer and VSpacer.

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

04cf54f8 17.05.2010 21:04 martin

GTK2: Implemented HLine and VLine.

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

3600f5ab 17.05.2010 20:20 martin

GTK2-Gui: Some more fixes, implemented LineEdit.

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

fc48109b 17.05.2010 19:29 martin

More improvements on GTK2 implementation.

We need to let parent widgets do the adding of child widgets because
GTK2 seems to be more parent-centered than other toolkits.

In GTK2 one has to know the type of the parent widget to decide how to
add a child (e.g. either call gtk_box_pack_* or gtk_container_add, and...

ebfbd742 17.05.2010 18:36 martin

Added libtest to .gitignore.

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

719835e1 17.05.2010 18:36 martin

More work on GTK2 frontend.

This is still not finished, but the parts which are already work!

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

3b9ee2d2 16.05.2010 19:59 martin

Minor fixes.

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

6e9588d8 16.05.2010 19:59 martin

Started working on a GTK2 implementation of the GWEN_DIALOG framework.

Simplified creation of new implementations by supporting an object-oriented
approach. This approach is first used by the new GTK2 implementation.

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

bf68f72a 15.05.2010 20:21 martin

Prepared release 3.99.3beta.

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

b923f1bd 14.05.2010 09:43 christian

Makefile improvements: Create symlinks only if directory change was successful.

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

7941686d 12.05.2010 22:36 christian

Let typemaker2 return with error code on error

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

a9ae539a 11.05.2010 19:50 martin

Added API doc.

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

43b8cfce 11.05.2010 19:50 martin

Added the module GWEN_SmallTresor.

This module can be used to password-secure data in the amount of up
to 64k of data. It will be used by the ohbci keyfile module to strengthen
the security of keyfiles.

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

c16fcbad 11.05.2010 19:49 martin

Added method GWEN_MDigest_PKPDF2().

This method can be used to safely derive a key from a given password.
It will be used by the ohbci keyfile module to strengthen the security
of keyfiles.

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

b0e97948 10.05.2010 15:26 martin

Improved typemaker2.

- added flag "assign" (used with dupflags)
- only free pointers of they are owned
- assign instead of deep copy if dupflags contains "assign"

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

f6d7c459 10.05.2010 15:26 martin

Added a new test to gwentest.c.

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

2909774d 10.05.2010 15:26 martin

Added optional debug message in tls code.

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

e91f3053 06.05.2010 20:37 martin

Prepared release 3.99.2beta.

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

b0a10abb 06.05.2010 16:48 martin

Added impementation notes for GWEN_GUI dialog framework.

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

c62d9aea 06.05.2010 16:48 martin

Improved error message.

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

e7e63db4 06.05.2010 16:48 martin

Removed unused code in typemaker2.

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

9cd62618 02.05.2010 12:59 martin

Applied a patch by Micha Lenk which fixes the listdoc.h Makefile target.

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

342cc77c 01.05.2010 14:43 christian

Fix symlink creation after changing to gwen4, r1725.

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

72e7b3e8 01.05.2010 11:23 martin

Prepared release 3.99.0beta.

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

(1726-1750/3208) Pro Seite: 25, 50, 100

Auch abrufbar als: Atom