Projekt

Allgemein

Profil

Revision:

Revisionen

# Datum Autor Kommentar
42faf679 17.04.2014 23:15 martin

Added function GWEN_Url_toUiShortString().

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

802de2e9 15.04.2014 23:42 martin

Fixed a bug in quarter year calculations.

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

1ee17d5a 07.04.2014 20:08 martin

Prepared release 4.11.1beta.

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

b52d9bda 06.04.2014 10:40 christian

Fix GWEN_FORMAT macro: Empty macro must still consume the arguments, otherwise we get a syntax error.

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

fabafce5 06.04.2014 10:25 christian

Disable the attribut format for mingw32 build.

This broke the gnucash native mingw32 build, see
https://github.com/Gnucash/gnucash/commit/4e5e0621322147ff6ada9d72ace36e213dec61c7

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

3f3abeee 31.03.2014 23:52 martin

Fixed a memory leak.

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

65b189ce 31.03.2014 23:52 martin

Prepared release 4.11.0beta.

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

c90643a1 01.03.2014 20:12 martin

CGui: Always allow the user to abort an input dialog (Elias Oltmanns)

This patch simply rearranges some code in GWEN_Gui_CGui__input()
mainly in order to move the handler for user initiated abortion
outside the buffer-not-full condition. Not a single line of new code...

f7117ea8 01.03.2014 20:12 martin

CGui: Add character conversion to the inputBox() routine (Elias Oltmanns)

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

8b4e9f31 01.03.2014 20:12 martin

Added patches/ folder to .gitignore.

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

418c91d2 01.03.2014 20:12 martin

Partially undid last commit.

We don't want to incompatibly change the API just yet.

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

f8379eeb 01.03.2014 20:12 martin

Apply character conversion during command line argument parsing (Elias Oltmanns)

In actual fact, character conversion will only be applied if
GWEN_Args_Check() is called after the gui has been properly
initialised. This means that the arguments parsed beforehand (e.g. in...

f12fd6e1 01.03.2014 20:12 martin

Gui: Adopt a more consistent approach to character conversion (Elias Oltmanns)

Ideally, all direct output to and input from the standard streams
should be handled consistently with regard to character conversion.
This patch manages to achieve this goal for all output through the...

2af75994 01.03.2014 20:12 martin

Make GWEN_StringList_Sort() compliant with the documented behaviour (Elias Oltmanns)

Contrary to the documentation in stringlist.h, GWEN_StringList_Sort()
used to sort in ascending order when the argument ascending was not
set, and vice versa. This bug has been (partially) masked by the fact,...

1d02a6dc 01.03.2014 20:11 martin

Fix various hiccups in stringlist handling (Elias Oltmanns)

- Do the right book keeping when inserting new entries or clearing the
list.
- Remove an erroneous assertion in GWEN_StringList_RemoveString().
- Make integer sorting functions actually fit for qsort()....

3ae1e631 01.03.2014 20:11 martin

Fix assertions in syncio_file.c (Elias Oltmanns)

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

80650527 01.03.2014 20:11 martin

Safe guard against invalid argument to GWEN_Date_GetThisMonthEnd() (Elias Oltmanns)

The compiler warns about the use of a possibly uninitialised variable.
Since this function is part of the public API, sane arguments can,
indeed, not be taken for granted and precautionary steps are in order....

2e865782 01.03.2014 20:11 martin

Fix several memory leaks (Elias Oltmanns)

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

8688ca1e 01.03.2014 20:11 martin

Make GWEN_Memory_realloc() robust in the case of shrinking (Elias Oltmanns)

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

09331a40 01.03.2014 20:10 martin

Fix memory handling when allocating fastbuffers.

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

3d3e7fa1 01.03.2014 19:51 martin

Remove an instance of a double free.

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

730579d0 26.01.2014 15:29 martin

Prepared release 4.10.0beta.

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

0019d1c6 26.01.2014 15:29 martin

Added functions GWEN_PathManager_InsertRelPath() and GWEN_PluginManager_InsertRelPath()

These functions insert relative paths for plugins. We need this for the
latest change in AqBanking to allow for separation of plugins per library.

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

7fc844c0 26.01.2014 15:28 martin

Added a clarifying remark.

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

70a20248 24.01.2014 20:17 mlenk

Reverting previous revision 2284

... preparing another approach.

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

(1201-1225/3215) Pro Seite: 25, 50, 100

Auch abrufbar als: Atom