-
greenwire
2004-04-02 11:26
-
112 lines of code changed in:
-
includes:
std_ex.h (+1 -1),
wg_application.h (+1 -1),
wg_button.h (+1 -1),
wg_checkbox.h (+1 -1),
wg_color.h (+1 -1),
wg_dropdown.h (+1 -1),
wg_editbox.h (+1 -1),
wg_error.h (+1 -1),
wg_fontengine.h (+1 -1),
wg_frame.h (+1 -1),
wg_groupbox.h (+1 -1),
wg_label.h (+1 -1),
wg_listbox.h (+1 -1),
wg_menu.h (+1 -1),
wg_message.h (+1 -1),
wg_message_client.h (+1 -1),
wg_message_server.h (+1 -1),
wg_messagebox.h (+1 -1),
wg_painter.h (+1 -1),
wg_picture.h (+1 -1),
wg_point.h (+1 -1),
wg_progress.h (+1 -1),
wg_rect.h (+1 -1),
wg_renderedstring.h (+1 -1),
wg_resource_handle.h (+1 -1),
wg_resources.h (+1 -1),
wg_scrollbar.h (+1 -1),
wg_tab.h (+1 -1),
wg_textbox.h (+1 -1),
wg_timer.h (+1 -1),
wg_toolbar.h (+1 -1),
wg_tooltip.h (+1 -1),
wg_tree.h (+1 -1),
wg_view.h (+1 -1),
wg_window.h (+1 -1),
wgui.h (+1 -1),
wgui_include_config.h (+1 -1),
wutil_config_store.h (+1 -1),
wutil_debug.h (+1 -1),
wutil_log.h (+1 -1)
-
includes/unit_tests:
wg_application_unittests.h (+1 -1),
wg_button_unittests.h (+1 -1),
wg_checkbox_unittests.h (+1 -1),
wg_color_unittests.h (+1 -1),
wg_dropdown_unittests.h (+1 -1),
wg_editbox_unittests.h (+1 -1),
wg_groupbox_unittests.h (+1 -1),
wg_label_unittests.h (+1 -1),
wg_listbox_unittests.h (+1 -1),
wg_menu_unittests.h (+1 -1),
wg_message_server_unittests.h (+1 -1),
wg_message_unittests.h (+1 -1),
wg_point_unittests.h (+1 -1),
wg_progress_unittests.h (+1 -1),
wg_rect_unittests.h (+1 -1),
wg_scrollbar_unittests.h (+1 -1),
wg_test_message_client.h (+1 -1),
wg_textbox_unittests.h (+1 -1),
wg_timer_unittests.h (+1 -1),
wg_toolbar_unittests.h (+1 -1),
wg_view_unittests.h (+1 -1),
wg_window_unittests.h (+1 -1),
wutil_config_store_unittests.h (+1 -1),
wutil_log_unittests.h (+1 -1)
-
src:
std_ex.cpp (+1 -1),
wg_application.cpp (+1 -1),
wg_button.cpp (+1 -1),
wg_checkbox.cpp (+1 -1),
wg_color.cpp (+1 -1),
wg_dropdown.cpp (+1 -1),
wg_editbox.cpp (+1 -1),
wg_fontengine.cpp (+1 -1),
wg_frame.cpp (+1 -1),
wg_groupbox.cpp (+1 -1),
wg_label.cpp (+1 -1),
wg_listbox.cpp (+1 -1),
wg_menu.cpp (+1 -1),
wg_message.cpp (+1 -1),
wg_message_client.cpp (+1 -1),
wg_message_server.cpp (+1 -1),
wg_messagebox.cpp (+1 -1),
wg_painter.cpp (+1 -1),
wg_picture.cpp (+1 -1),
wg_point.cpp (+1 -1),
wg_progress.cpp (+1 -1),
wg_rect.cpp (+1 -1),
wg_renderedstring.cpp (+1 -1),
wg_resource_handle.cpp (+1 -1),
wg_resources.cpp (+1 -1),
wg_scrollbar.cpp (+1 -1),
wg_tab.cpp (+1 -1),
wg_textbox.cpp (+1 -1),
wg_timer.cpp (+1 -1),
wg_toolbar.cpp (+1 -1),
wg_tooltip.cpp (+1 -1),
wg_tree.cpp (+1 -1),
wg_view.cpp (+1 -1),
wg_window.cpp (+1 -1),
wutil_config_store.cpp (+1 -1),
wutil_log.cpp (+1 -1)
-
tests:
CalcApp.cpp (+1 -1),
ConfigEditor.cpp (+1 -1),
MessagingTest.cpp (+1 -1),
TestApp1.cpp (+1 -1),
TestApp2.cpp (+1 -1),
TestFrame2.cpp (+1 -1),
TestFrame2.h (+1 -1),
TestView1.cpp (+1 -1),
TestView1.h (+1 -1),
TestView2.cpp (+1 -1),
TestView2.h (+1 -1),
UnitTests.cpp (+1 -1)
-
greenwire
2004-04-02 11:04
-
1 lines of code changed in:
-
src:
wg_window.cpp (+1 -5)
-
greenwire
2004-04-02 10:54
-
47 lines of code changed in:
-
CHANGES (+2)
-
includes:
wg_application.h (+5 -1),
wutil_log.h (+6 -5)
-
includes/unit_tests:
wutil_log_unittests.h (+9 -1)
-
src:
wg_application.cpp (+12 -8),
wg_fontengine.cpp (+3),
wg_message_server.cpp (-5),
wg_view.cpp (+1),
wutil_log.cpp (+9 -8)
-
greenwire
2004-03-31 15:58
-
38 lines of code changed in:
-
CHANGES (+1)
-
includes:
wg_application.h (+10),
wutil_config_store.h (+2 -1)
-
src:
wg_application.cpp (+18 -3),
wutil_config_store.cpp (+5 -1),
wutil_log.cpp (+2 -1)
-
greenwire
2004-03-31 13:32
-
99 lines of code changed in:
-
includes:
wutil_log.h (+48 -5)
-
src:
wutil_log.cpp (+51)
-
greenwire
2004-03-31 09:37
-
16 lines of code changed in:
-
wGui-VS7.vcproj (+9),
wGui-VS71.vcproj (+6),
wgui.dsp (changed)
-
includes/unit_tests:
wutil_log_unittests.h (+1 -1)
-
greenwire
2004-03-31 09:31
-
160 lines of code changed in:
-
CHANGES (+2 -1)
-
includes:
Makefile.am (+2 -1),
wgui.h (+1),
wutil_config_store.h (+3 -3),
wutil_debug.h (+3 -3),
wutil_log.h (new 54)
-
includes/unit_tests:
Makefile.am (+2 -1),
wutil_log_unittests.h (new 55)
-
src:
Makefile.am (+4 -7),
wutil_log.cpp (new 34)
-
boarder2
2004-03-31 02:15
-
760 lines of code changed in:
-
CHANGES (+4 -1),
Makefile.in (+125 -99)
-
docs:
Makefile.in (+60 -35)
-
fonts:
Makefile.in (+72 -39)
-
includes:
Makefile.in (+86 -70),
wg_editbox.h (+4 -2),
wg_textbox.h (+4 -1)
-
includes/unit_tests:
Makefile.in (+59 -34)
-
src:
Makefile.in (+129 -118),
wg_editbox.cpp (+24 -23),
wg_message_server.cpp (+1 -5),
wg_textbox.cpp (+76 -31)
-
tests:
Makefile.in (+116 -122)
-
greenwire
2004-03-30 16:05
-
151 lines of code changed in:
-
includes:
wg_textbox.h (+15 -1)
-
src:
wg_textbox.cpp (+136 -115)
-
greenwire
2004-03-29 15:18
-
4 lines of code changed in:
-
greenwire
2004-03-29 15:06
-
45 lines of code changed in:
-
includes:
wg_textbox.h (-1)
-
src:
wg_textbox.cpp (+45 -42)
-
greenwire
2004-03-29 13:13
-
78 lines of code changed in:
-
includes:
wg_textbox.h (+4 -1)
-
src:
wg_application.cpp (+1 -1),
wg_editbox.cpp (+2 -7),
wg_textbox.cpp (+71 -7)
-
greenwire
2004-03-26 16:58
-
1 lines of code changed in:
-
src:
wg_tooltip.cpp (+1 -1)
-
greenwire
2004-03-26 14:37
-
5 lines of code changed in:
-
src:
wg_editbox.cpp (+5 -5)
-
boarder2
2004-03-26 12:06
-
22 lines of code changed in:
-
CHANGES (+1 -1)
-
includes:
wg_editbox.h (+2 -1)
-
src:
wg_editbox.cpp (+19 -11)
-
boarder2
2004-03-26 11:06
-
1597 lines of code changed in:
-
Makefile.in (+99 -127),
aclocal.m4 (+749 -814),
configure (+319 -617)
-
docs:
Makefile.in (+35 -62)
-
fonts:
Makefile.in (+39 -74)
-
includes:
Makefile.in (+70 -88)
-
includes/unit_tests:
Makefile.in (+34 -61)
-
src:
Makefile.am (+1 -1),
Makefile.in (+122 -134),
wg_application.cpp (+1 -1),
wg_editbox.cpp (+3 -2)
-
tests:
Makefile.am (+1 -1),
Makefile.in (+124 -119)
-
boarder2
2004-03-26 02:21
-
3140 lines of code changed in:
-
Makefile.in (+277 -136),
aclocal.m4 (+824 -734),
configure (+760 -353),
wGui.prj (+15 -5)
-
docs:
Makefile.in (+162 -70)
-
fonts:
Makefile.in (+174 -74)
-
includes:
Makefile.in (+210 -99),
wg_editbox.h (+1 -1),
wgui_config.h.in (-13)
-
includes/unit_tests:
Makefile.in (+161 -68)
-
src:
Makefile.in (+257 -161),
wg_editbox.cpp (+52 -21),
wg_message_server.cpp (+5 -2)
-
tests:
Makefile.in (+242 -156)
-
greenwire
2004-03-25 16:39
-
79 lines of code changed in:
-
includes/unit_tests:
wg_textbox_unittests.h (new 79)
-
greenwire
2004-03-25 16:33
-
769 lines of code changed in:
-
CHANGES (+1)
-
includes:
wg_textbox.h (+103),
wgui.h (+1)
-
includes/unit_tests:
Makefile.am (+1)
-
src:
wg_button.cpp (+1 -2),
wg_editbox.cpp (+1 -2),
wg_frame.cpp (+1 -2),
wg_groupbox.cpp (+1 -2),
wg_label.cpp (+1 -2),
wg_textbox.cpp (+654)
-
tests:
TestView1.cpp (+2),
TestView1.h (+1),
UnitTests.cpp (+1)
-
greenwire
2004-03-23 14:15
-
0 lines of code changed in:
-
src:
wg_label.cpp (-1),
wg_renderedstring.cpp (-1)
-
greenwire
2004-03-23 14:07
-
4 lines of code changed in:
-
CHANGES (+1)
-
includes:
wg_message.h (+3)
-
greenwire
2004-03-23 09:14
-
7 lines of code changed in:
-
CHANGES (+3),
Doxyfile (+1 -1),
README (+1 -1),
configure.in (+1 -1)
-
includes:
wgui_win32_config.h (+1 -1)
-
greenwire
2004-03-12 11:00
-
294 lines of code changed in:
-
includes/unit_tests:
Makefile.am (new 30),
Makefile.in (new 264)
-
greenwire
2004-03-11 20:09
-
2 lines of code changed in:
-
greenwire
2004-03-11 13:28
-
165 lines of code changed in:
-
Makefile.am (+6 -5),
Makefile.in (+6 -5),
configure (+2 -1),
configure.in (+1)
-
includes:
Makefile.am (+2),
Makefile.in (+148 -26)
-
greenwire
2004-03-11 12:34
-
3 lines of code changed in:
-
includes:
wg_progress.h (+1 -1)
-
src:
wg_message_server.cpp (+2)
-
greenwire
2004-03-10 22:58
-
45 lines of code changed in:
-
includes/unit_tests:
wg_dropdown_unittests.h (+3 -3),
wg_listbox_unittests.h (+1 -1)
-
tests:
Makefile.am (+6 -5),
Makefile.in (+35 -21)
-
greenwire
2004-03-10 20:50
-
96 lines of code changed in:
-
tests:
UnitTests.dsp (+96)
-
greenwire
2004-03-08 18:58
-
72 lines of code changed in:
-
tests:
UnitTests-VS71.vcproj (+72)
-
greenwire
2004-03-08 16:53
-
52 lines of code changed in:
-
CHANGES (+1),
INSTALL (+3),
wgui.conf (+7 -1)
-
docs:
ConfigStore.html (+3),
Messaging.html (+2)
-
includes:
wg_message.h (+17)
-
includes/unit_tests:
wg_message_unittests.h (+8)
-
src:
wg_application.cpp (+3),
wg_message.cpp (+8)
-
greenwire
2004-02-26 11:27
-
73 lines of code changed in:
-
CHANGES (+1 -1),
wGui-VS7.vcproj (+3)
-
includes:
wg_view.h (+3)
-
includes/unit_tests:
wg_listbox_unittests.h (+1 -4),
wg_progress_unittests.h (-4),
wg_scrollbar_unittests.h (-4),
wg_toolbar_unittests.h (-4),
wg_view_unittests.h (new 64)
-
tests:
UnitTests.cpp (+1)
-
greenwire
2004-02-26 11:02
-
80 lines of code changed in:
-
wGui-VS7.vcproj (+3)
-
includes/unit_tests:
wg_toolbar_unittests.h (new 77)
-
greenwire
2004-02-26 11:00
-
352 lines of code changed in:
-
CHANGES (+15 -11)
-
includes:
wg_color.h (+2),
wg_toolbar.h (+20 -7)
-
includes/unit_tests:
wg_scrollbar_unittests.h (+1 -1)
-
src:
wg_toolbar.cpp (+23 -13)
-
tests:
TestView1.cpp (+9 -9),
UnitTests.cpp (+1)
-
wgui_ex/includes:
wgex_3d.h (+87 -87),
wgex_bufferdisplay.h (+10 -5),
wgex_button.h (+9 -4),
wgex_control.h (+1 -1),
wgex_display.h (+15 -9),
wgex_joystick.h (+4),
wgex_knob.h (+8 -2),
wgex_path.h (+7 -7),
wgex_pathbuffer.h (+23 -27),
wgex_scope.h (+19 -28)
-
wgui_ex/src:
wgex_3d.cpp (+31 -31),
wgex_bufferdisplay.cpp (+17 -17),
wgex_path.cpp (+4 -4),
wgex_pathbuffer.cpp (+20 -19)
-
wgui_ex/tests:
WgEx_Main.cpp (+26 -27)
-
greenwire
2004-02-23 10:27
-
90 lines of code changed in:
-
CHANGES (+1 -1),
wGui-VS7.sln (+8),
wGui-VS7.vcproj (+6)
-
includes:
wg_scrollbar.h (+3)
-
includes/unit_tests:
wg_scrollbar_unittests.h (new 71)
-
tests:
UnitTests.cpp (+1)
-
greenwire
2004-02-23 10:12
-
88 lines of code changed in:
-
CHANGES (+1 -1)
-
includes:
wg_menu.h (+1),
wg_progress.h (+11)
-
includes/unit_tests:
wg_progress_unittests.h (new 74)
-
tests:
UnitTests.cpp (+1)
-
greenwire
2004-02-19 15:31
-
109 lines of code changed in:
-
CHANGES (+2 -2),
wGui-VS7.vcproj (+3)
-
includes:
wg_menu.h (+5 -3)
-
includes/unit_tests:
wg_menu_unittests.h (new 96)
-
src:
wg_menu.cpp (+2 -2),
wg_resources.cpp (-2)
-
tests:
UnitTests.cpp (+1)
-
greenwire
2004-02-18 10:23
-
104 lines of code changed in:
-
CHANGES (+1 -1),
wGui-VS7.vcproj (+3)
-
includes:
wg_listbox.h (+5 -1)
-
includes/unit_tests:
wg_listbox_unittests.h (new 92)
-
src:
wg_listbox.cpp (+2 -2)
-
tests:
UnitTests.cpp (+1)
-
greenwire
2004-02-18 09:48
-
3 lines of code changed in:
-
CHANGES (+1)
-
includes:
wgui_include_config.h (+2 -2)
-
greenwire
2004-02-01 15:51
-
0 lines of code changed in:
-
tests:
CalcApp-VS8.vcproj (del),
CalcApp.vcproj (del),
MessagingTest.VS8-vcproj (del),
MessagingTest.vcproj (del),
TestApp1-VS8.vcproj (del),
TestApp1.vcproj (del),
TestApp2-VS8.vcproj (del),
TestApp2.vcproj (del)
-
wgui_ex:
wGui_ex.vcproj (del)
-
wgui_ex/tests:
WgExApp.vcproj (del),
wgui.conf (del)
-
greenwire
2004-01-28 13:25
-
116 lines of code changed in:
-
wGui-VS7.vcproj (+3)
-
includes:
wg_editbox.h (+10 -1)
-
includes/unit_tests:
wg_editbox_unittests.h (new 84)
-
src:
wg_editbox.cpp (+18)
-
tests:
UnitTests.cpp (+1)
-
greenwire
2004-01-28 12:43
-
106 lines of code changed in:
-
includes/unit_tests:
wg_dropdown_unittests.h (new 106)
-
greenwire
2004-01-28 11:12
-
33 lines of code changed in:
-
CHANGES (+2 -2),
wGui-VS7.vcproj (+3)
-
includes:
wg_dropdown.h (+5 -2),
wg_listbox.h (+6 -5)
-
src:
wg_listbox.cpp (+16 -5)
-
tests:
UnitTests.cpp (+1)
-
greenwire
2004-01-27 15:40
-
96 lines of code changed in:
-
CHANGES (+1 -1),
wGui-VS7.sln (-7),
wGui-VS7.vcproj (+3),
wGui-VS71.sln (-4),
wGui-VS8.sln (del),
wGui-VS8.vcproj (del),
wGui.sln (del),
wGui.vcproj (del),
wgui.dsw (changed)
-
includes:
wg_config_store.h (del),
wutil_config_store.h (+3)
-
includes/unit_tests:
wutil_config_store_unittests.h (new 88)
-
src:
wg_config_store.cpp (del)
-
tests:
ConfigStoreTest-VS7.vcproj (del),
ConfigStoreTest-VS71.vcproj (del),
ConfigStoreTest.VS8-vcproj (del),
ConfigStoreTest.conf (del),
ConfigStoreTest.cpp (del),
ConfigStoreTest.dsp (del),
ConfigStoreTest.vcproj (del),
UnitTests.cpp (+1)
-
greenwire
2004-01-27 12:03
-
103 lines of code changed in:
-
CHANGES (+2 -1),
wGui-VS7.vcproj (+3)
-
includes:
wg_checkbox.h (+2 -1)
-
includes/unit_tests:
wg_checkbox_unittests.h (new 93),
wg_test_message_client.h (+2 -2)
-
tests:
UnitTests.cpp (+1)
-
greenwire
2004-01-27 11:10
-
29 lines of code changed in:
-
includes:
wg_message_client.h (+1 -1)
-
includes/unit_tests:
wg_message_server_unittests.h (+17 -5)
-
src:
wg_message_client.cpp (+6),
wg_message_server.cpp (+5 -5)
-
greenwire
2004-01-27 10:40
-
4 lines of code changed in:
-
src:
wg_message_server.cpp (+4 -4)
-
greenwire
2004-01-04 03:38
-
135 lines of code changed in:
-
wgui.dsp (changed),
wgui.dsw (changed)
-
tests:
ConfigEditor.dsp (+8 -10),
ConfigStoreTest.dsp (+8 -9),
MessagingTest.dsp (+8 -10),
TestApp1.dsp (changed),
TestApp2.dsp (+2 -2),
UnitTests.dsp (+109)
-
greenwire
2003-12-31 16:06
-
1 lines of code changed in:
-
tests:
MessagingTest.cpp (+1)
-
greenwire
2003-12-30 12:52
-
20 lines of code changed in:
-
wGui-VS71.vcproj (+15 -9)
-
tests:
ConfigEditor.cpp (+5)
-
boarder2
2003-12-22 02:48
-
10 lines of code changed in: