-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #23 from trustnote/lite
Added support for Windows platform.
- Loading branch information
Showing
203 changed files
with
25,427 additions
and
1,047 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,81 @@ | ||
|
||
; COMCTL32 API calls | ||
|
||
import comctl32,\ | ||
CreateMappedBitmap,'CreateMappedBitmap',\ | ||
CreatePropertySheetPageA,'CreatePropertySheetPageA',\ | ||
CreatePropertySheetPageW,'CreatePropertySheetPageW',\ | ||
CreateStatusWindowA,'CreateStatusWindowA',\ | ||
CreateStatusWindowW,'CreateStatusWindowW',\ | ||
CreateToolbar,'CreateToolbar',\ | ||
CreateToolbarEx,'CreateToolbarEx',\ | ||
CreateUpDownControl,'CreateUpDownControl',\ | ||
DestroyPropertySheetPage,'DestroyPropertySheetPage',\ | ||
DrawInsert,'DrawInsert',\ | ||
DrawStatusTextA,'DrawStatusTextA',\ | ||
DrawStatusTextW,'DrawStatusTextW',\ | ||
FlatSB_EnableScrollBar,'FlatSB_EnableScrollBar',\ | ||
FlatSB_GetScrollInfo,'FlatSB_GetScrollInfo',\ | ||
FlatSB_GetScrollPos,'FlatSB_GetScrollPos',\ | ||
FlatSB_GetScrollProp,'FlatSB_GetScrollProp',\ | ||
FlatSB_GetScrollRange,'FlatSB_GetScrollRange',\ | ||
FlatSB_SetScrollInfo,'FlatSB_SetScrollInfo',\ | ||
FlatSB_SetScrollPos,'FlatSB_SetScrollPos',\ | ||
FlatSB_SetScrollProp,'FlatSB_SetScrollProp',\ | ||
FlatSB_SetScrollRange,'FlatSB_SetScrollRange',\ | ||
FlatSB_ShowScrollBar,'FlatSB_ShowScrollBar',\ | ||
GetEffectiveClientRect,'GetEffectiveClientRect',\ | ||
ImageList_Add,'ImageList_Add',\ | ||
ImageList_AddIcon,'ImageList_AddIcon',\ | ||
ImageList_AddMasked,'ImageList_AddMasked',\ | ||
ImageList_BeginDrag,'ImageList_BeginDrag',\ | ||
ImageList_Copy,'ImageList_Copy',\ | ||
ImageList_Create,'ImageList_Create',\ | ||
ImageList_Destroy,'ImageList_Destroy',\ | ||
ImageList_DragEnter,'ImageList_DragEnter',\ | ||
ImageList_DragLeave,'ImageList_DragLeave',\ | ||
ImageList_DragMove,'ImageList_DragMove',\ | ||
ImageList_DragShowNolock,'ImageList_DragShowNolock',\ | ||
ImageList_Draw,'ImageList_Draw',\ | ||
ImageList_DrawEx,'ImageList_DrawEx',\ | ||
ImageList_DrawIndirect,'ImageList_DrawIndirect',\ | ||
ImageList_Duplicate,'ImageList_Duplicate',\ | ||
ImageList_EndDrag,'ImageList_EndDrag',\ | ||
ImageList_GetBkColor,'ImageList_GetBkColor',\ | ||
ImageList_GetDragImage,'ImageList_GetDragImage',\ | ||
ImageList_GetIcon,'ImageList_GetIcon',\ | ||
ImageList_GetIconSize,'ImageList_GetIconSize',\ | ||
ImageList_GetImageCount,'ImageList_GetImageCount',\ | ||
ImageList_GetImageInfo,'ImageList_GetImageInfo',\ | ||
ImageList_GetImageRect,'ImageList_GetImageRect',\ | ||
ImageList_LoadImageA,'ImageList_LoadImageA',\ | ||
ImageList_LoadImageW,'ImageList_LoadImageW',\ | ||
ImageList_Merge,'ImageList_Merge',\ | ||
ImageList_Read,'ImageList_Read',\ | ||
ImageList_Remove,'ImageList_Remove',\ | ||
ImageList_Replace,'ImageList_Replace',\ | ||
ImageList_ReplaceIcon,'ImageList_ReplaceIcon',\ | ||
ImageList_SetBkColor,'ImageList_SetBkColor',\ | ||
ImageList_SetDragCursorImage,'ImageList_SetDragCursorImage',\ | ||
ImageList_SetFilter,'ImageList_SetFilter',\ | ||
ImageList_SetIconSize,'ImageList_SetIconSize',\ | ||
ImageList_SetImageCount,'ImageList_SetImageCount',\ | ||
ImageList_SetOverlayImage,'ImageList_SetOverlayImage',\ | ||
ImageList_Write,'ImageList_Write',\ | ||
InitCommonControls,'InitCommonControls',\ | ||
InitCommonControlsEx,'InitCommonControlsEx',\ | ||
InitializeFlatSB,'InitializeFlatSB',\ | ||
LBItemFromPt,'LBItemFromPt',\ | ||
MakeDragList,'MakeDragList',\ | ||
MenuHelp,'MenuHelp',\ | ||
PropertySheetA,'PropertySheetA',\ | ||
PropertySheetW,'PropertySheetW',\ | ||
ShowHideMenuCtl,'ShowHideMenuCtl',\ | ||
UninitializeFlatSB,'UninitializeFlatSB',\ | ||
_TrackMouseEvent,'_TrackMouseEvent' | ||
|
||
api CreatePropertySheetPage,\ | ||
CreateStatusWindow,\ | ||
DrawStatusText,\ | ||
ImageList_LoadImage,\ | ||
PropertySheet |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
|
||
; COMDLG32 API calls | ||
|
||
import comdlg32,\ | ||
ChooseColorA,'ChooseColorA',\ | ||
ChooseColorW,'ChooseColorW',\ | ||
ChooseFontA,'ChooseFontA',\ | ||
ChooseFontW,'ChooseFontW',\ | ||
CommDlgExtendedError,'CommDlgExtendedError',\ | ||
FindTextA,'FindTextA',\ | ||
FindTextW,'FindTextW',\ | ||
FormatCharDlgProc,'FormatCharDlgProc',\ | ||
GetFileTitleA,'GetFileTitleA',\ | ||
GetFileTitleW,'GetFileTitleW',\ | ||
GetOpenFileNameA,'GetOpenFileNameA',\ | ||
GetOpenFileNameW,'GetOpenFileNameW',\ | ||
GetSaveFileNameA,'GetSaveFileNameA',\ | ||
GetSaveFileNameW,'GetSaveFileNameW',\ | ||
LoadAlterBitmap,'LoadAlterBitmap',\ | ||
PageSetupDlgA,'PageSetupDlgA',\ | ||
PageSetupDlgW,'PageSetupDlgW',\ | ||
PrintDlgA,'PrintDlgA',\ | ||
PrintDlgW,'PrintDlgW',\ | ||
ReplaceTextA,'ReplaceTextA',\ | ||
ReplaceTextW,'ReplaceTextW',\ | ||
WantArrows,'WantArrows',\ | ||
dwLBSubclass,'dwLBSubclass',\ | ||
dwOKSubclass,'dwOKSubclass' | ||
|
||
api ChooseColor,\ | ||
ChooseFont,\ | ||
FindText,\ | ||
GetFileTitle,\ | ||
GetOpenFileName,\ | ||
GetSaveFileName,\ | ||
PageSetupDlg,\ | ||
PrintDlg,\ | ||
ReplaceText |
Oops, something went wrong.