Changeset 247
- Timestamp:
- Sep 5, 2007, 4:35:49 PM (13 years ago)
- Location:
- trunk/Lucide
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Lucide/SOURCE/gui/dialogs.rc
r243 r247 84 84 CONTROL "AD_DESCRIPTION", -1, 57, 81, 151, 15, WC_STATIC, SS_TEXT | DT_CENTER | DT_VCENTER | DT_WORDBREAK | DT_MNEMONIC | WS_VISIBLE | WS_GROUP 85 85 PRESPARAMS PP_FONTNAMESIZE "9.WarpSans" 86 CONTROL "http:// lucide.netlabs.org", IDC_NETLABSURL, 57, 72, 151, 8, WC_STATIC, SS_TEXT | DT_CENTER | DT_VCENTER | DT_WORDBREAK | DT_MNEMONIC | WS_VISIBLE | WS_GROUP86 CONTROL "http://svn.netlabs.org/lucide/", IDC_NETLABSURL, 57, 72, 151, 8, WC_STATIC, SS_TEXT | DT_CENTER | DT_VCENTER | DT_WORDBREAK | DT_MNEMONIC | WS_VISIBLE | WS_GROUP 87 87 PRESPARAMS PP_FONTNAMESIZE "9.WarpSans" 88 88 CONTROL "", -1, 2, 26, 215, 43, WC_STATIC, SS_GROUPBOX | DT_LEFT | DT_TOP | DT_MNEMONIC | WS_VISIBLE | WS_GROUP -
trunk/Lucide/SOURCE/gui/makefile
r236 r247 2 2 3 3 TEST=0 4 VERSION=1. 10-test4 VERSION=1.20 5 5 6 6 !if $(TEST)==1 -
trunk/Lucide/changelog
r243 r247 1 1. 10-test:1 1.20: 2 2 - JPG plugin: added support for quality image scaling. 3 3 - If the filename does not have an extension or the extension is unknown, 4 4 Lucide will check file data to determine a suitable plugin (closed 5 5 ticket #43). 6 - Menuitems and hotkeys to subsequently load supported files in same7 directory.8 - List of recent files.9 - Custom file dialog with preview (closed ticket #86).10 - Hotkeys (Ctrl+0/1/2) for predefined zoom levels.11 - 'Ignore printer margins' option in Print dialog (closed ticket #110).12 - UClip package is optional now .13 - Small fixes and improvements .14 - Updated NLS-file s: German, ...6 - Added menuitems and hotkeys to subsequently load supported files in 7 same directory (Menu: Document->Next/Previous, closed ticket #66). 8 - Added list of recent files (Menu: Document->Recent files). 9 - Implemented custom file dialog with preview (closed ticket #86). 10 - Added hotkeys (Ctrl+0/1/2) for predefined zoom levels. 11 - Added 'Ignore printer margins' option in Print dialog (closed ticket #110). 12 - UClip package is optional now (closed ticket #115). 13 - Small fixes and improvements (closed ticket #126). 14 - Updated NLS-file: German. 15 15 16 16 1.01:
Note: See TracChangeset
for help on using the changeset viewer.