Alexander Nicolaysen Sørnes
d50e2df17b
notepad: Fix opening Unicode files.
2008-07-14 12:26:25 +02:00
Francois Gouget
8a18e0e43a
Assorted spelling fixes.
2008-04-07 13:36:18 +02:00
Rob Shearman
90efadc540
notepad: Remove the License and NO WARRANTY options from the Help->Information popup menu as the same information can now be viewed from the About dialog.
...
Remove the Help->Information popup menu and rename the "About Wine"
option to "About Notepad".
2008-03-28 21:42:15 +01:00
Alexandre Julliard
247754fba2
notepad: Use the larger icon in the About dialog.
2008-03-21 18:39:31 +01:00
James Hawkins
e4c1227ec9
janitorial: Remove links to any microsoft site.
2008-03-01 12:17:17 +01:00
Dmitry Timoshkov
4ea5fce083
notepad: We pass OFN_FILEMUSTEXIST | OFN_PATHMUSTEXIST to GetOpenFileName, so there is no point in testing file existence.
2007-08-31 12:41:33 +02:00
Alexander Nicolaysen Sørnes
29b69c54b0
notepad: Add program icon.
2007-08-28 12:42:12 +02:00
Michael Stefaniuc
9a522589fb
programs: Remove unreachable break after return/break. Found by Smatch.
2007-07-19 11:57:53 +02:00
Rolf Kalbermatter
5eb6c11aba
notepad: Improve printing considerably.
...
Make fonts and the other measurements the correct size in relation to
the actual printer resolution instead of thinking it uses the same
resolution as the display. Before fixed sized (and for most printer
resolutions way to small) margins where used and the font size was
taken directly from the screen font independent of the actual printer
resolution, resulting in a completely unreadable micro text on most
printouts.
2007-04-10 21:47:25 +02:00
Rolf Kalbermatter
3cae920399
notepad: Implement handling of page setup dialog parameters.
2007-04-02 11:35:11 +02:00
Mikołaj Zalewski
84fc75c3d2
notepad: Implement Find and Find Next.
2006-10-23 15:14:10 +02:00
Mikołaj Zalewski
b0905acb6e
notepad: Add a generic function for message boxes with a string parameter.
2006-10-23 15:07:33 +02:00
Byeong-Sik Jeon
53a48942a0
notepad: Keep the modify information of edit control when toggle wrap line.
2006-09-20 12:25:17 +02:00
Duane Clark
a60ee9c43f
notepad: Make notepad print something reasonable.
2006-07-17 15:05:38 +02:00
Thomas Kho
724dd10ee8
notepad: Change file not saved alert title to match Windows' notepad.exe.
2006-07-13 13:47:56 +02:00
Thomas Kho
3ec165fd99
notepad: Change window title to be like Windows' notepad.exe.
2006-07-13 13:47:46 +02:00
Jonathan Ernst
360a3f9142
Update the address of the Free Software Foundation.
2006-05-23 14:11:13 +02:00
Mike McCormack
5d5695a2cc
notepad: Move license text to resources.
2006-02-07 16:55:01 +01:00
Robert Shearman
8be66cb30e
notepad: Remember options selected in the print setup dialog.
2005-12-08 11:57:58 +01:00
Pavel Roskin
5f5418a331
Improve font support in Notepad.
2005-12-01 12:35:13 +01:00
Jan Nieuwenhuizen
137e54dd51
Need an explicit truncate command to shorten the length of a file.
2005-10-26 10:07:05 +00:00
Kevin Koltzau
868a2b0466
Handle notepad log feature.
2005-05-07 12:14:05 +00:00
Lauri Tulmin
a118603c55
Implement word wrap.
2005-02-14 11:51:27 +00:00
Juan Lang
e55b943802
Send EM_SETMODIFY after saving.
2004-12-06 16:14:44 +00:00
Hans Leidekker
719a789792
Fix signed/unsigned comparison warnings.
2004-09-22 02:46:38 +00:00
Alexandre Julliard
2aa8a8390a
Replaced a few more 0xffffffff by the appropriate constants.
2003-10-16 19:31:11 +00:00
Michael Stefaniuc
81a7aade60
Fix some memory leaks found by smatch.
2003-09-27 02:25:21 +00:00
Dmitry Timoshkov
398af1666d
Convert Notepad to unicode.
2003-07-21 20:05:33 +00:00
Shachar Shemesh
fc0d07f8cf
Implemented font selection.
...
Added accelerators resources.
2003-01-28 01:10:28 +00:00
Duane Clark
4eb4c042cc
Implement printing in notepad.
2002-10-21 18:22:15 +00:00
Andriy Palamarchuk
83ad886aad
A few cosmetic changes plus fixes for problems spotted by Dmitry
...
Timoshkov.
2002-07-16 01:09:24 +00:00
Andriy Palamarchuk
c55dce0103
Use rich text edit control instead of handling user input and
...
rendering on its own, use named constants instead of magic numbers,
cleaned code, implemented Undo functionality.
2002-07-08 19:41:09 +00:00
Vincent Béron
9a62491660
Removed trailing whitespace.
2002-05-31 23:06:46 +00:00
Sylvain Petreolle
eaa8df60ed
Made notepad uses NLS properly.
2002-03-20 22:55:46 +00:00
Alexandre Julliard
0799c1a780
Added LGPL standard comment, and copyright notices where necessary.
...
Global replacement of debugtools.h by wine/debug.h.
2002-03-09 23:29:33 +00:00
Andriy Palamarchuk
5d5f36f7ce
- made notepad compile with Cygwin
...
- made changes to the precompiler directives to check for specific
features instead of checking for the environment version.
2002-02-20 18:57:10 +00:00
Andriy Palamarchuk
be49563060
Implemented parsing of file name, passed in command line, loading new
...
file on startup.
2002-02-19 18:38:22 +00:00
Alexandre Julliard
70437035e3
version.h is now in include/wine directory.
2002-02-14 19:48:16 +00:00
Andreas Mohr
1081dfee33
Fixed MessageBox() usage.
2000-12-09 03:06:54 +00:00
Alexandre Julliard
3da872daaf
Fixed language handling. Removed some dependencies on Wine internals.
2000-11-10 01:06:36 +00:00
Alexandre Julliard
74af67ef42
Removed shell.h. Cleaned up the nested includes mess in wine/obj_*.h.
2000-09-26 00:00:55 +00:00
Mike McCormack
0e2d0e076f
Added some basic text display and editing capabilities, cursor
...
positioning, a bit of scrolling and a text file loader.
2000-07-23 14:22:47 +00:00
Patrik Stridvall
205721e724
Fixed ANSI C related compile problems.
2000-03-24 20:40:41 +00:00
Niels Kristian Bech Jensen
52be93cbb4
Fixed some compiler errors and warnings.
2000-03-19 21:49:49 +00:00
Ulrich Weigand
97d05c8067
Link only a single .rc file with application.
2000-01-29 22:07:03 +00:00
Alexandre Julliard
a099a555c3
Converted to the new debug interface, using script written by Patrik
...
Stridvall.
1999-06-12 15:45:58 +00:00
Alexandre Julliard
a396029270
Large-scale renaming of all Win32 functions and types to use the
...
standard Windows names.
1999-02-26 11:11:13 +00:00
Marcel Baur
03287451ee
- Added new IDS_NOTSAVED ressource (needs translation in *.rc)
...
- Improved printing support (not yet complete)
- Improved file drag and drop (should now work)
- General code cleanup
1999-02-14 11:28:37 +00:00
Marcus Meissner
73458b03cd
Changed // comments to /* */ so WINE compiles with non-gcc compilers
...
again.
1998-12-26 12:54:29 +00:00
Marcel Baur
a43295d1ec
Fixed GetOpenFileName and GetSaveFileName dialogs.
...
Fixed Print dialog and introduced PrinterSetup dialog.
Fixed PageSetup dialog: values are now correctly initialized (had to
change all *.rc files)
Preliminary file drag and drop support.
1998-10-18 14:11:42 +00:00