File: NEWS

package info (click to toggle)
libdockapp 1%3A0.5.0-3
  • links: PTS
  • area: main
  • in suites: squeeze, wheezy
  • size: 2,264 kB
  • ctags: 266
  • sloc: sh: 11,995; ansic: 1,328; makefile: 176
file content (40 lines) | stat: -rw-r--r-- 1,498 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
$Id: NEWS,v 1.3 2003/02/10 12:35:03 dalroi Exp $

This file is maintained by dalroi@solfertje.student.utwente.nl, and available
from http://solfertje.student.utwente.nl/~dalroi/dockapp.php


News for dockApp developers.
----------------------------------
This file contains a reverse chronology of important additions and API-changes.
The contents of this file will apply mostly to developers of dockapps.
Please read this when you update.

20030130:
	Added WMProtocol for WM_DELETE_WINDOW. Dockapps run in normal window
	mode will have a proper close-button now.

	Child windows of a dockapp are now mapped as well when calling
	DAShow().

	Reworked basic example to use a Window instead of drawing and erasing
	pixmaps by hand. This removes a lot of the complex parts of the
	example.


20030126:
	The function DAGetDisplay() has been renamed to DAOpenDisplay(). This
	is unfortunate for backwards compatibility, but it was a bad name for
	the function, and I needed the name for another function.

	New functions DAGetDisplay(), DAGetWindow(), DAGetLeader(),
	DAGetDepth(), DAGetVisual(), and their Set... couterparts
	(DASetDisplay(), etc) were added. These get and set the global
	DA...-variables (see: dockapp.h), and are mainly for use from within
	code that is not directly connected to the library (e.g. from within
	another library).

	A system to match the expected version of libDockApp against the linked
	version was added, to prevent backward compatibility problems in the
	future.