Subversion Repositories Kolibri OS

Compare Revisions

No changes between revisions

Regard whitespace Rev 6365 → Rev 6367

/programs/media/animage/trunk/animage.asm
1,10 → 1,10
;*******************************************************
;**************GRAPHICS EDITOR ANIMAGE *****************
;*******************************************************
; version: 1.5
; last update: 21.03.2016
; changes: Use library 'kmenu.obj'
; autors: IgorA, Veliant
; version: 1.51
; last update: 23.03.2016
; changes: Use library 'kmenu.obj', update GUI
; autors: IgorA, Veliant, Leency
;--------------------------------------------------------
; version: 1.4
; last update: 12.03.2016
/programs/media/animage/trunk/events_of_window.inc
64,6 → 64,17
 
call put_main_menu
;------------------------------------------------
; draw toolbard background
mov ebx, ci_panel_x_pos
shl ebx, 16
add ebx, [Window_SizeX]
sub ebx, 9
mov ecx, ci_panel_y_pos
shl ecx, 16
add ecx, 51
mov edx, 0xD5CDCB
mcall 13
 
mov eax,ci_panel_x_pos
mov ebx,ci_panel_y_pos
mov ecx,[Window_SizeX]
70,7 → 81,6
mov edx,50
mov esi,1
sub ecx,5+ci_panel_x_pos+ci_offs_skin_w
call draw_volume_rectangle ; tools panel
call draw_icons
call PrintMousePos
;------------------------------------------------
/programs/media/animage/trunk/panel_buttons.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/programs/media/animage/trunk/panel_data.inc
1,7 → 1,7
;**********************************************************
;------------------TEXT DATA-------------------------------
;**********************************************************
name_of_program db 'ANIMAGE graphics editor v1.5',0
name_of_program db 'ANIMAGE graphics editor v1.51',0
mouse_pos_x db 'X='
mouse_pos_y db 'Y='
new_text1 db 'PICTURE SIZE X'
/programs/media/animage/trunk/pencil.cur
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream