File: ChangeLog

package info (click to toggle)
libstroke 0.5.1-11
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 860 kB
  • sloc: sh: 5,897; ansic: 1,081; java: 286; makefile: 77; tcl: 4
file content (31 lines) | stat: -rw-r--r-- 1,011 bytes parent folder | download | duplicates (9)
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
2001-07-05  Dan Nicolaescu  <dann@ics.uci.edu>

	* Rename everything to be called gstroke* instead of stroke* as
	the later is sometimes used to mean other things in GNOME
	programs. 

2000-08-25  Dan Nicolaescu  <dann@ics.uci.edu>

	* gnome-stroke.c: Move global data to a structure...
	* stroke-internal.h: ... defined here (struct stroke_metrics).
	(STROKE_METRICS): New define.

	* gnome-stroke.c (stroke_init): 
	(stroke_trans): Take a stroke_metrics* parameter.  
	
	(stroke_trans):	Call stroke_init instead of freeing the
	pointList. 
	
	* stroke.h (STROKE_MOUSE_BUTTON): New define.
	* gnome-stroke-wrapper.c (process_event): Use it.
	(stroke_execute): Make it static.
	(STROKE_SIGNALS): New define.
	(stroke_signal_connect): 
	(stroke_execute): Use it instead of a string. 
	(stroke_cleanup): New function. Should be called when the widget
	is destroyed. 
	(stroke_canonical): Move it after stroke_trans so gcc can inline
	it. 

	Prepend _ to all the non-static functions to keep the namespace
	clean.