File: ChangeLog

package info (click to toggle)
phat 0.2.3-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,952 kB
  • ctags: 371
  • sloc: sh: 8,477; ansic: 3,234; makefile: 190
file content (47 lines) | stat: -rw-r--r-- 1,592 bytes parent folder | download
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
41
42
43
44
45
46
47
2004-10-02  Pete Bessman  <ninjadroid@gazuga.net>

	* configure.ac: PHAT_VERSION=0.2.3

	* phat/phatsliderbutton.c (phat_slider_button_expose): replaced
	"buttondefault" with NULL as hint to gtk_paint_box() call to clear
	the box; this was causing crashes with the smooth engine because
	we weren't deriving from a GtkButton and didn't have its border
	properties.  That hint doesn't cause crashes when used with
	gtk_paint_shadow() functions, so we can still get a good looking
	button.  Should contact smooth engine maintainers and figure out
	if this is a bug or a feature.

2004-09-29  Pete Bessman  <ninjadroid@gazuga.net>

	* phatsliderbutton.c, phatfanslider.c: changed tests in _set_range
	from (lower < upper) to (lower <= upper).

2004-08-15 Pete Bessman <ninjadroid@gazuga.net>
	
	* phatfanslider.c: added invert option and mousewheel support to
	fansliders, now draws differently when insensitive.  Added support
	for focus and keyboard events.

	* all widgets, the cursor is now unhidden after scrolling on button press

	* demos have been reorganized and improved to show off new features
	
	* phatsliderbutton.c: added support for focus and keyboard
	events. Hilites now painted with "button" hint instead of
	"buttondefault" hint.

	* I'm sure I did other stuff and fixed other bugs that I can't remember
	
	* release v0.2.0
	
2004-08-14 Pete Bessman <ninjadroid@gazuga.net>p

	* created the sliderbuttons

	* changed API naming conventions for the fansliders to mimic GTK+
	customs

2004-07-31 Pete Bessman <ninjadroid@gazuga.net>
	
	* initial public release, version 0.1.0