comparison debian/changelog @ 1899:7ffa1b256c33

Update debian changelog.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sat, 15 Feb 2014 01:20:42 +0000
parents 1558f5e14f83
children a0784aa36bde
comparison
equal deleted inserted replaced
1898:d3d472549671 1899:7ffa1b256c33
1 dwindows (3.0-1) unstable; urgency=low
2
3 * Added package configuration (pkg-config) support on Unix.
4 * Changed DW_CLR_DEFAULT behavior to improve consistency.
5 * Added dw_signal_connect_data() which features a callback on signal disconnection.
6 * Improvements for building on 64bit Windows with MinGW.
7 Window styles, HTML and Toolbar widgets are now supported.
8 * Added dw_shutdown() for use when shutting down Dynamic Windows but not quite ready
9 to exit immediately. (Functions like dw_exit() without the exit())
10 * Separated the container "title" (string) and "data" (pointer) into separate spaces.
11 The "classic" functions which take (char *) parameters now maintain their
12 own string memory backing so you no longer need to keep the data available.
13 * Removed dw_container_set_row_data() and dw_container_change_row_data() macros.
14 * Added dw_container_set_row_data() and dw_container_change_row_data() functions.
15 * Removed the "_dw_textcomp" container data flag, dw_container_cursor() and
16 dw_container_delete_row() which take (char *) now function in text compare mode.
17 * Added dw_container_cursor_by_data() and dw_container_delete_row_by_data()
18 functions which do the same things except in pointer comparison mode.
19 * Added DW_CR_RETDATA flag to dw_container_query_*() functions to return the
20 data pointer instead of the string pointer, this may change in the future.
21 * Added exported internal functions _dw_init_thread() and _dw_deinit_thread()
22 for language bindings to setup/cleanup threads created for DW use.
23 * Fixed some memory leaks.
24 * WARNING: Changed how tree and container titles are returned, they are now duplicated
25 and need to be freed with dw_free(). This affects the following functions:
26 dw_tree_get_title(), dw_container_query_start() and dw_container_query_next()
27 You should audit any code using these functions for leaks if using verison 3.
28
29 -- Brian Smith <brian@dbsoft.org> Fri, 14 Feb 2014 08:00:00 +1000
30
1 dwindows (2.5-1) unstable; urgency=low 31 dwindows (2.5-1) unstable; urgency=low
2 32
3 * Added dw_window_set_focus() to focus a widget after the window is shown. 33 * Added dw_window_set_focus() to focus a widget after the window is shown.
4 * Added DW_FCF_TEXTURED flag on Mac, which enables textured backgrounds 34 * Added DW_FCF_TEXTURED flag on Mac, which enables textured backgrounds
5 which had been the default on Mac prior to 2.5. 35 which had been the default on Mac prior to 2.5.