cell. Also fix selection/highlighting of multi-byte characters.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11893 57a11ea4-9604-0410-9ed3-97b8803252fd
gnucash-sheet. Fixes a problem where selection does not work
correctly when holding 'shift' and hitting the left arrow key.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11892 57a11ea4-9604-0410-9ed3-97b8803252fd
gnucash-item-edit. It also fixes a problem where selection with the
mouse does not work correctly if you start draging in one direction,
then drag back over the original start point.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11891 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-09 Christian Stimming <stimming@tuhh.de>
* macros/autogen.sh: Remove the automatic call to ./configure
* from
autogen.sh; instead, only print a reminder that from now on,
./configure has to be called separately.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11890 57a11ea4-9604-0410-9ed3-97b8803252fd
* configure.in: Remove AM_MAINTAINER_MODE since this causes only
problems anyway. From now on the build system always behaves as
if
--enable-maintainer-mode had been specified. This makes all
related errors vanish.
* macros/autogen.sh: Clean up autogen script a bit, but leave
* the
functionality unchanged.
Also, remove mdate-sh since this is installed by automake.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11887 57a11ea4-9604-0410-9ed3-97b8803252fd
page and the name of the plugin that provides the page.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11868 57a11ea4-9604-0410-9ed3-97b8803252fd
instead of hard-coding it. Requested by Peter O'Gorman to improve Mac
OS X support.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11850 57a11ea4-9604-0410-9ed3-97b8803252fd
objects. This allows glib to consolidate the space for all of the
various public and private data structures on an object and reduce
memory fragmentation.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11848 57a11ea4-9604-0410-9ed3-97b8803252fd
objects. This allows glib to consolidate the space for all of the
various public and private data structures on an object and reduce
memory fragmentation. Change all data structure declarations of the
parent object to be the actual name of the object instead of the
string "parent". This makes debugging easier when looking at data
structures in gdb.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11847 57a11ea4-9604-0410-9ed3-97b8803252fd
objects. This allows glib to consolidate the space for all of the
various public and private data structures on an object and reduce
memory fragmentation. Change all data structure declarations of the
parent object to be the actual name of the object instead of the
string "parent". This makes debugging easier when looking at data
structures in gdb. Also regularize the variable names used to refer
to the public and private data structures in this file.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11846 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-05 Christian Stimming <stimming@tuhh.de>
* autogen.sh: Replace old crufty autogen.sh script with
* radically
simplified version. Simply call all helper programs in one
sequence and that's it.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11841 57a11ea4-9604-0410-9ed3-97b8803252fd