Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 5240 → Rev 5241

/programs/develop/tinypad/trunk/history.txt
1,10 → 1,6
 
HISTORY:
 
4.0.9 (18/12/2014, Sergej Sakhno aka Punk_Joker)
new features:
- save/load settings to/from ini file
 
4.0.8 (22/01/2014, Marat Zakiyanov aka Mario79, aka Mario)
new features:
- Support for kernel clipboard (f.54)
/programs/develop/tinypad/trunk/tinypad.asm
1,9 → 1,9
;-----------------------------------------------------------------------------
; project name: TINYPAD
; compiler: flat assembler 1.71.16
; compiler: flat assembler 1.67.21
; memory to compile: 3.0/9.0 MBytes (without/with size optimizations)
; version: SVN (4.0.9)
; last update: 2014-12-22 (Dec 18, 2014)
; version: SVN (4.0.8)
; last update: 2014-01-22 (Jan 22, 2014)
; minimal kernel: revision #4199 (svn://kolibrios.org/kernel/trunk)
;-----------------------------------------------------------------------------
; originally by: Ville Michael Turjanmaa >> villemt@aton.co.jyu.fi
34,9 → 34,9
 
;purge mov,add,sub ;  SPEED
 
header '01',1,@CODE,TINYPAD_END,STATIC_MEM_END,MAIN_STACK,@PARAMS, 0x0;,ini_path
header '01',1,@CODE,TINYPAD_END,STATIC_MEM_END,MAIN_STACK,@PARAMS,ini_path
 
APP_VERSION equ 'SVN (4.0.9)'
APP_VERSION equ 'SVN (4.0.8)'
 
TRUE = 1
FALSE = 0
78,12 → 78,12
or eax,eax
jnz key.alt_x.close
 
;mov edi,ini_path
;xor al,al
;mov ecx,PATHL
;repne scasb
;mov dword[edi-1],'.ini'
;mov byte[edi+3],0
mov edi,ini_path
xor al,al
mov ecx,PATHL
repne scasb
mov dword[edi-1],'.ini'
mov byte[edi+3],0
 
stdcall load_settings
 
696,7 → 696,7
p_info2 process_information
sc system_colors
 
ini_path db '/rd/1/settings/tinypad.ini',0
ini_path rb PATHL
 
;---------------------------------------------------------------------
temp_dir_pach:
/programs/develop/tinypad/trunk/tp-popup.asm
280,8 → 280,7
test [line_nums],1
jnz @f
and byte[mm.Options+8],0xFD
@@: stdcall save_settings
ret
@@: ret
 
pi_sel dd ?
pi_cur dd ?