forked from yuryfdr/pbtk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
75 lines (75 loc) · 1.9 KB
/
ChangeLog
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
31.08.2012
- add resetFont function
07.08.2012
- add hide/show methods in addition to setVisible
01.08.2012
- begin implementing of value vidgets
15.05.2012
- add convertbackslash
- some doxygen docs updated
02.05.2012
- add noparent arg to is visible
24.04.2012
v 0.2.1
- add replaceWidgetFont
18.04.2012
v 0.2
- don't underline unfocusable item in listbox
17.04.2012
- dont redraw after add first item to list box
16.04.2012
- add update arg to setFocused to minimize redraw
05.04.2012
- add onItemAction signal to listbox
03.04.2012
- speed up listbox
30.03.2012
- underline selected item in PBListBox if it lost focus
- fix getSelectedIndex for unfocused PBListBox
11.02.2012
v 0.1.1
- add PBListBox::getSelectedItem()
04.02.2012
- add dialog caption
- new scrollbar drawing
03.02.2012
- fix selector
- fix scroll select focused item
27.01.2012
v 0.1_rc1
- use shared_ptr for images (avoid menory likages in qsp)
- fix pointers events propagations (double POINTER_DOWN)
20.01.2012
- pattern filter in filechooser (use license compatible code from fltk)
- onChange signal to BPCombobox
- fix BPCombobox redraw
10.01.2012
- fix scrolling in selectItem
03.01.2012
- maybe some acceleration
- PBNumericSelector like OpenPageselector but with user defined title
20.12.2011
v 0.1_pre20111220
- combobox
- checkbutton
18.12.2011
- use libsigc++ instead of cppsignal and event
- rename get(set)Left Top Width Height -> x,y,w,h
13.12.2011
- add PBDialog class
12.12.2011
- split pbcontrols.*
- rename control to widget
11.12.2011
- remove chdir from fc,
- fix some bugs
09.12.2011
- filechooser return full path
04.12.2011
- fix filechooser
- add convert.* from qsp
02.12.2011
- split BPListBox
- introduse autoopening default font (bold and normal), no more need manual font setting
to all parentless widgewts
- add BPListBox::selectItem(PBListItem*)