-
krakengore
2003-11-27 03:53
-
11 lines of code changed in:
-
wgui_ex/tests:
WgEx_Main.cpp (+11 -57)
-
krakengore
2003-11-26 10:54
-
84 lines of code changed in:
-
wgui_ex/src:
wgex_display.cpp (+84 -33)
-
krakengore
2003-11-24 11:36
-
247 lines of code changed in:
-
wgui_ex:
wgui_ex.dsp (+4)
-
wgui_ex/includes:
wgex_control.h (+4),
wgex_display.h (+62 -10),
wgex_scope.h (+23 -3),
wgui_ex.h (+1 -1)
-
wgui_ex/src:
wgex_display.cpp (+152 -63),
wgex_joystick.cpp (+1 -1)
-
krakengore
2003-11-21 11:12
-
315 lines of code changed in:
-
wgui_ex:
CHANGES (+2)
-
wgui_ex/includes:
wgex_display.h (+1 -1),
wgex_popupmenu.h (+11 -5),
wgex_scope.h (+142 -15)
-
wgui_ex/src:
wgex_bufferdisplay.cpp (+2 -1),
wgex_button.cpp (+1 -3),
wgex_display.cpp (+47 -44),
wgex_popupmenu.cpp (+91 -25)
-
wgui_ex/tests:
WgEx_Main.cpp (+18 -16)
-
krakengore
2003-11-14 11:05
-
2 lines of code changed in:
-
wgui_ex/src:
wgex_bufferdisplay.cpp (+2 -3)
-
krakengore
2003-11-13 11:36
-
231 lines of code changed in:
-
CHANGES (+1)
-
wgui_ex:
CHANGES (+2 -4)
-
wgui_ex/includes:
wgex_popupmenu.h (+32 -23)
-
wgui_ex/src:
wgex_popupmenu.cpp (+185 -40)
-
wgui_ex/tests:
WgEx_Main.cpp (+11 -3)
-
krakengore
2003-11-12 12:41
-
0 lines of code changed in:
-
wgui_ex:
wgui_ex.dsp (-12)
-
krakengore
2003-11-12 12:34
-
840 lines of code changed in:
-
src:
wg_application.cpp (+1 -1),
wg_button.cpp (+2 -2),
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 (+3 -3),
wg_message_server.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 (+5 -5),
wg_resources.cpp (+3 -3),
wg_scrollbar.cpp (+1 -1),
wg_timer.cpp (+1 -1),
wg_toolbar.cpp (+1 -1),
wg_tooltip.cpp (+1 -1),
wg_window.cpp (+2 -1)
-
wgui_ex/includes:
wgex_bufferdisplay.h (+18 -3),
wgex_button.h (+32 -6),
wgex_display.h (+46 -7),
wgex_joystick.h (+16),
wgex_keypiano.h (+18 -2),
wgex_knob.h (+18 -6),
wgex_painter.h (+8 -4),
wgex_scope.h (-3),
wgui_ex.h (+2 -2)
-
wgui_ex/src:
wgex_bufferdisplay.cpp (+77 -93),
wgex_button.cpp (+127 -199),
wgex_display.cpp (+62 -62),
wgex_joystick.cpp (+87 -73),
wgex_keypiano.cpp (+94 -80),
wgex_knob.cpp (+72 -68),
wgex_meter.cpp (+2 -2),
wgex_painter.cpp (+95 -34),
wgex_popupmenu.cpp (+2 -3),
wgex_tooltip.cpp (+1 -1)
-
wgui_ex/tests:
WgEx_Main.cpp (+27 -22),
fader_v.bmp (changed),
keys.bmp (changed),
testpic.bmp (del)
-
krakengore
2003-11-12 12:26
-
45 lines of code changed in:
-
src:
wg_view.cpp (+45 -22)
-
krakengore
2003-11-07 11:29
-
19 lines of code changed in:
-
includes:
std_ex.h (+3),
wg_view.h (+12)
-
wgui_ex/tests:
WgEx_Main.cpp (+4 -3)
-
krakengore
2003-11-07 10:39
-
237 lines of code changed in:
-
wgui_ex:
wgui_ex.dsp (+56)
-
wgui_ex/includes:
wgui_ex.h (+1 -1)
-
wgui_ex/tests:
WgEx_Main.cpp (+180 -71),
cubo.asc (del),
goldplan.asc (del)
-
krakengore
2003-11-06 11:45
-
3646 lines of code changed in:
-
wgui_ex:
CHANGES (+10)
-
wgui_ex/includes:
wgex_3d.h (+29 -18),
wgex_button.h (new 134),
wgex_colors.h (+10 -1),
wgex_display.h (+126 -6),
wgex_keypiano.h (new 101),
wgex_knob.h (new 165),
wgex_meter.h (new 164),
wgex_scope.h (new 183),
wgex_tooltip.h (new 95),
wgui_ex.h (+8 -9)
-
wgui_ex/src:
wgex_3d.cpp (+54 -27),
wgex_bufferdisplay.cpp (+5 -3),
wgex_button.cpp (new 432),
wgex_display.cpp (+328 -11),
wgex_joystick.cpp (+28 -29),
wgex_keypiano.cpp (new 296),
wgex_knob.cpp (new 257),
wgex_meter.cpp (new 189),
wgex_painter.cpp (+4 -4),
wgex_tooltip.cpp (new 170)
-
wgui_ex/tests:
cubo.asc (new),
sfera.asc (new 858)
-
krakengore
2003-10-31 10:55
-
2 lines of code changed in:
-
krakengore
2003-10-29 11:09
-
96 lines of code changed in:
-
CHANGES (+3 -1)
-
includes:
wg_application.h (+9),
wg_message_client.h (+1),
wg_message_server.h (+2),
wg_resources.h (+3 -1)
-
src:
wg_painter.cpp (+1),
wg_resources.cpp (+77)
-
krakengore
2003-10-28 07:51
-
111 lines of code changed in:
-
wgui_ex/includes:
wgui_ex_include_config.h (-1)
-
wgui_ex/tests:
WgExApp.dsp (+4 -4),
WgEx_Main.cpp (+107 -7)
-
krakengore
2003-10-23 15:17
-
11 lines of code changed in:
-
wgui_ex:
CHANGES (+11 -7)
-
krakengore
2003-10-22 11:53
-
977 lines of code changed in:
-
wgui_ex:
wgui_ex.dsp (+15 -3)
-
wgui_ex/includes:
wgex_3d.h (+7 -10),
wgex_bufferdisplay.h (new 144),
wgex_control.h (+1),
wgex_display.h (+3 -1),
wgex_painter.h (+11 -1),
wgex_renderedstring.h (new 74),
wgex_thread.h (+1 -1),
wgui_ex.h (+9 -3),
wgui_ex_include_config.h (+5 -2)
-
wgui_ex/src:
wgex_3d.cpp (+30 -1),
wgex_bufferdisplay.cpp (new 523),
wgex_display.cpp (+10 -6),
wgex_painter.cpp (+50 -25),
wgex_path.cpp (-1),
wgex_pathbuffer.cpp (+1 -4),
wgex_renderedstring.cpp (new 72)
-
wgui_ex/tests:
WgExApp.dsp (+4),
WgEx_Main.cpp (+17 -4),
smaller.ttf (changed)
-
krakengore
2003-10-22 02:47
-
24 lines of code changed in:
-
wgui_ex:
wgui_ex.dsp (+16)
-
wgui_ex/includes:
wgex_control.h (+1),
wgex_path.h (+6 -10),
wgui_ex_include_config.h (+1)
-
krakengore
2003-10-21 10:53
-
29 lines of code changed in:
-
wgui_ex:
CHANGES (+2 -2)
-
wgui_ex/src:
wgex_path.cpp (+11 -8),
wgex_pathbuffer.cpp (+15 -9)
-
wgui_ex/tests:
WgEx_Main.cpp (+1 -1)
-
krakengore
2003-10-21 05:56
-
594 lines of code changed in:
-
wgui_ex:
CHANGES (+4),
wgui_ex.dsp (+16)
-
wgui_ex/includes:
wgex_display.h (+2 -2),
wgex_path.h (new 90),
wgex_pathbuffer.h (new 103),
wgui_ex.h (+3)
-
wgui_ex/src:
wgex_display.cpp (+12 -12),
wgex_path.cpp (new 149),
wgex_pathbuffer.cpp (new 185)
-
wgui_ex/tests:
WgEx_Main.cpp (+30 -2)