Age | Commit message (Collapse) | Author | Files | Lines |
|
1.9.17
bug fix, when saving hnb DTD, I also saved the text attribute
removed the format names from prefs.c,.. now the string specified is
used instead, (makes extending easier)
improved the tokenizer for libcli, it now acts almost exactly as bash,
even the hooks for understanding $variable_expansion is included in the
code, uses a single malloc
various bug fixes
cleanups and merging of commands, e.g. go_root, go_recurse, and
go_backrecurse are now go <root|backrecurse|recurse|up|down|left|right>
search now is a single command taking direction and query as arguments.
changed escape to be the key used to bring up the menu,.. and remapped
^Q to be quit (again)
1.9.16
attempts to fix the compile on OSX
renaming mergesort to node_mergesort due to nameclash
only compiling the static lib
made indent and outdent only work when there is no data typed already,
(thus making > and < allowed typed in navigation mode as long as
they're not the first character typed.
removed errors appearing with -pedantic (at least here)
removing all macros with variable arguments replacing them with va_list
removing inline statements from libcli
created an utility function for string replacements, that I inserted
into all the various import/export filters.
added a function "insert_cal <month> <year>" which inserts the
specified month/year in a fashion that makes hnb useable as a simple
timeplanner as well. (when I get around to adding support for clones,
this might be interesting)
allowing the user to use <,>,+ and - when typing in new data without
erratic behavior, and not the need to enter edit mode. (except if it is
the first char of the data)
fixed an issue with creating the first child, and pressing insert, and
various other commands,..
added rpm spec file from Asgeir Nilsen
made file_opml and file_hnb interpret all attributes
implemented buffered reading for the xml tokenizer
changed the function prototype for functions that register with libcli,
they must now register with an int (int argc, char **argv, void *data)
function
overhauled hnb to use this API, some more refinement might be
needed in someplaces, but it seems to work OK for now.
added a menu that is accesed from F9
1.9.15
outdent fixed to be more efficient and work as intended
added export context
changed all import/export functions to use the query variable if
filename passed is *
1.9.14
bugfix: The new sort and shuffle functions could result in dataloss
when saved.
new feature: expand/collapse and expand_all/collapse_all are new
bindable functions, expand/collapse is bound to +/- in the default
config file, they force portions of the tree to stay open even when you
leave it.
1.9.13
Apparently I broke the nasty quick-sort I had implemented, when I
changed the way the tree was stored. Implemented a Merge-sort which is
faster anyways.
Improved the behavior of non fixed navigation when the whole tree is
displayed.
Added a shuffle function (not currently bound), I used it while
developing the new mergesort, but someone might find it useful.
1.9.12
Changed the datastructure to use a "assosciation list" for storing the
actual data. Will move all tags, like checkbox to this structure.
Should actually make it possible to do the addition of start
end date and other "columns" a breeze, perhaps even automatic
for some export/import formats
modified tree_duplicate to use the new node_duplicate function, and a
modified version of the import_node which takes a single node with data
set as input.
added import_node_text which disregards all other data items
1.9.11
changed node_swap to only swap relational pointers, thus making it
easier to extend the data stored in Node later
thus also changing and move node, indent/out-dent and sort to
accommodate for a truer swap
fixed a bug with editing of newly introduced child
note: should perhaps move ui_action_edit into a built-in
command that is handled specially since it now needs special
attention by being a subcommand to ui_action_command
1.9.4-1.9.10 feb 2003
re-implementation of positioning of selection bar in non fixed mode
massive code cleanup and separation
separation of variables from prefs.* to static variables in the code
modules where they belonged
integration with spell checker (Ispell, but through prefs it could
easily be made Aspell instead)
new preferences format
ability to execute commands and running mail-client / web-browser if a
node or it's children contain url's / mail addresses
OPML import and export
postscript export
htmlcss export
save_state and restore_state for single level undo where needed
new XML tokenizer
cut/paste functionality
1.9.3 jan 2003
stabilising of the code
ability to use default terminal colours, (patch from NN)
1.9.1 oct 2002
option to remember current position in hnb file when saving/loading
cleaned up most of the help-system code
further code separation
1.9.0 oct 2002
fixed the movement behaviour when going to the parent node,.. the
screen jumped too much
separated the various export and load filters into own files
used my new libcli for the cli code, and as "glue" in some code spots
reverted to a manual makefile instead of autoconf/automake
improvements to dynamic key-bindings, multiple key-bindings for each
action, all key-bindings in various context got their own choice in the
preferences.
The first of the actual key-bindings shown as help
added some more bindings for the node editor, (skip word and bskip
word, hooks for even more)
|
|
|
|
|
|
|
|
redundant conditional.
|
|
/usr/include/dlfcn.h exist. Also, correct the setting of
USE_BUILTIN.dlcompat in the loop.
|
|
|
|
The changes are minor, but there is no ChangeLog. The version number
went from 4.6 to 4.54, however 4.6 appears to be the older version.
Setting the package version to 4.6.54. This addresses PR#28348
|
|
|
|
several args by setting split_arg="yes" as part of the transformation.
|
|
shlib options to the Darwin linker.
|
|
|
|
PR#28501.
|
|
|
|
|
|
__nbcompat_unvis13. fixes build on older NetBSD and Linux/sparc.
|
|
|
|
=========================
Changes
* Fix tab closing with tab-grouper extension
* Select first menu item when popping up context menu with keyboard
* Fix compilation with latest mozilla trunk
* Simplify certificates extension
* Fix build with latest mozilla trunk
Updated translations
* Christian Neumair (de)
* David Lodge (en_GB)
* Francisco Javier F. Serrador (es)
* Yannick Tailliez (fr)
* Takeshi AIHANA (ja)
* Reinout van Schouwen (nl)
* Raphael Higino (pt_BR)
Epiphany Extensions 1.4.2
=========================
Interface improvements
* Implement context menu in "Links" tab of the Page Info dialog
(Christian)
Bug fixes
* Fix a mem leak (Christian)
* 64 bit portability fix (Andrzej Dopierała)
Translations updates
* Miloslav Trmac (cs)
* Adam Weinberger (en_CA)
* David Lodge (en_GB)
* Gabor Kelemen (hu)
* Takeshi AIHANA (ja)
Epiphany Extensions 1.4.1
=========================
New extensions
* Sidebar extension, written by Crispin Flowerday
Bug fixes
* Fix some mem leaks (Adam) [#153470, #153471, #153473]
* Fix crash (Christian) [#153712]
* Always load unnamed stylesheets (Adam) [#153739]
* Don't block stylesheets without "media" attribute (Adam) [#153710]
* Fix many compiler warnings (Christian)
Translation updates
* Miloslav Trmac (cs)
* Adam Weinberger (en_CA)
* Reinout van Schouwen (nl)
* Raphael Higino (pt_BR)
|
|
not to automatically add pthread-related CFLAGS, LDFLAGS, and LIBS to
the configure and build processes.
|
|
|
|
- Eel dependency removed (Paolo Borelli)
- Important crash fixes (James Henstridge, Jens Finke)
- AIX compilation fixes (Sandie Vanderme)
- Translation Updates:
Alexander Shopov (bg), David Lodge (en_GB), Dwayne Bailey (zu, nso),
Martin Willemoes Hansen (da), Mohammad DAMT (id)
|
|
|
|
Aisleriot:
- Fix the end of game check for Odessa.
Ataxx:
- Fix a crasher on 64-bit machines.
Five or More:
- Handle missing themes better.
Gnometris:
- Fix drag and drop from konqueror.
- Use the ESD compielr flags properly.
libgames-support:
- Display ace-high card decks properly.
- Fix conflicting extern and static declarations.
|
|
|
|
* GtkFileChooser
- Improve keybindings [Federico Mena Quintero]
- Speed up loading of large directories [Federico]
- Move "Browse for other folders" expander up [Federico]
- Support DND from the path bar [Federico]
* GtkUIManager
- Speed up [Dave Neary, Michael Natterer, Sven Neumann, Soeren Sandmann]
* GtkTreeView
- Fix resizing artifacts in empty, focused treeviews [Billy Biggs,
Vincent Noel]
* GtkSettings
- Handle changes to gtk-menu-images and gtk-button-images much more
efficiently [Matthias Clasen]
* GDK
- Allow to set wm hints on leader windows [Sebastien Bacher]
* Win32
- Implement resize grips [Robert Ögren]
- Bug fixes [Robert, Tor Lillqvist]
* Bug fixes [Morten Welinder, William Jon McCann, Anders Carlsson, Philip
Langdale, Christian Persch, John Finlay, Carlos Garnacho Parro, Tim Janik,
Gavin Romig-Koch, Jonathan Blandford, Billy Biggs, Federico, Christian
Neumair, Kristian Høgsberg, Sven, Dennis Cranston]
* Updated translations (ca,id,nb,no,nso,pa,zh_CN)
|
|
* Reduce signal connection complexity from O(n) to O(1) [Sven Neumann]
* GChildWatch
- Use sigaction instead of signal [Jonas Jonnson, Archana Shah]
- Make the very first SIGCHLD work [Gustavo Carneiro]
* Win32 bug fixes [Tor Lillqvist, Bruce Hochstetler]
* Other bug fixes [Andrea Campi, Dave MacLachlan]
|
|
|
|
|
|
|
|
BMP plugin for Musepack (mpc) files.
|
|
Changes:
- Support more keyboard layout.
- Update icons.
- Add Tux theme.
- Enable setting Korean/English, Hangul/Hanja switch keys.
|
|
|
|
|
|
LablGTK is an Objective Caml interface to GTK+. This version, LablGTK2, has
support for GTK+ from 2.0 to 2.6.
It uses the rich type system of Objective Caml 3 to provide a strongly typed,
yet very comfortable, object-oriented interface to GTK+. This is not that
easy if you know the dynamic typing approach taken by GTK+.
|
|
- Added XCLIENT support.
- Drop XCLIENT commands coming in from clients for security.
- Added big scary warnings to the sample scripts about escaping variables.
|
|
|
|
Changes:
1.1
Autotools build process
%d now contains the full date tag
1.1-alpha10
Equalizer works now
Fixed a small Bug with skipping broken tracks
1.1-alpha9
Fixed Bug with Id3 Reading
Added Display of variable Bitrate
1.1-alpha8:
Some Bugfixes (ID3-Genre out of range, Audio in use by other Program, di
splaytitle with empty tags)
1.1-alpha7:
Added Reading of ID3-Tags and writing of APE2-Tags
Some changes in generate_title to make it work with FreeBSD
1.1-alpha6:
close speed-up
1.1-alpha5:
corrected end of track bug
1.1-alpha4:
minor bugfixes
1.1-alpha3:
another small glitch fixed in tag reading
1.1-alpha2:
fixed tag reading
1.1-alpha:
rewrite from scratch using musepack lib
|
|
depending on this one.
|
|
|
|
|
|
Musepack is an audio compression format with a strong emphasis on
high quality. It's not lossless, but it is designed for transparency,
so that you won't be able to hear differences between the original
wave file and the much smaller MPC file.
It is based on the MPEG-1 Layer-2 / MP2 algorithms, but has rapidly
developed and vastly improved and is now at an advanced stage in
which it contains heavily optimized and patentless code.
|
|
|
|
|
|
|
|
* Fixes:
- Fix double-protocol insertion in Insert Image dialog. (Todd).
- Fix double-mnemonic in Format menu (Adam).
- Make menus translatable (Isak).
- Update the RPM spec file to handle Scrollkeeper data (Todd).
|
|
|
|
|
|
|
|
|
|
Based on PR 28526 by Andreas Hallmann.
|