Sign in
goma
/
wine
/
160e6479cf0f49f63b58e52052bc635a2b67aa1d
/
programs
/
notepad
a82f135
Don't use utf8 in rc files.
by Hans Leidekker
· 20 years ago
e55b943
Send EM_SETMODIFY after saving.
by Juan Lang
· 20 years ago
c9eefce
Added some Czech resources.
by David Kredba
· 20 years ago
d4779e2
Bring up the File->Save dialog when receiving WM_QUERYENDSESSION.
by Francois Gouget
· 20 years ago
719a789
Fix signed/unsigned comparison warnings.
by Hans Leidekker
· 21 years ago
9a65546
Added a 3D border for Notepad's edit control.
by Michael Kaufmann
· 21 years ago
21c85ef
Also recognize '/' as the start of an option.
by Francois Gouget
· 21 years ago
174e6a5
Change dialogs to use MS Shell Dlg rather than Helv or MS Sans Serif.
by Huw Davies
· 21 years ago
d2fc489
Added Polish translation.
by Jacek Caban
· 21 years ago
62d4adf
French translation and other adjustments.
by Marcelo Duarte
· 21 years ago
383e06d
Fixed up some small problems in the German string table.
by Marcus Meissner
· 21 years ago
68ade3b
Minor fixes and updates to the German resource files.
by Henning Gerhardt
· 21 years ago
341523d
Add WS_HSCROLL style to the notepad's edit control.
by Dmitry Timoshkov
· 21 years ago
76e280b
Added some Japanese translations.
by Hajime Segawa
· 21 years ago
3e42f69
Changed my name, so update copyright info.
by Ivan Leo Puoti
· 21 years ago
f5da73f
Small fix.
by Ivan Leo Murray-Smith
· 21 years ago
24dd96a
Updated Spanish translations.
by José Manuel Ferrer Ortiz
· 21 years ago
6be39b6
Take advantage of the new winegcc -B support.
by Alexandre Julliard
· 21 years ago
589e115
We no longer use the .exe.spec.c files.
by Alexandre Julliard
· 21 years ago
6621b2d
Build all the programs with winegcc.
by Alexandre Julliard
· 21 years ago
78b2610
Thai translation of notepad. Fix spelling in clock translations.
by Jon Griffiths
· 21 years ago
3976f46
Added/updated Italian resources.
by Ivan Leo Murray-Smith
· 21 years ago
e2b29cc
Improved Italian translations.
by Ivan Leo Murray-Smith
· 21 years ago
8defcd3
Localization to the Portuguese of Brazil.
by Marcelo Duarte
· 21 years ago
2aa8a83
Replaced a few more 0xffffffff by the appropriate constants.
by Alexandre Julliard
· 21 years ago
7035adc
Convert resources to standard format without embedded binary data.
by Pavel Roskin
· 21 years ago
4c37f7d
Added Dutch translation.
by Hans Leidekker
· 22 years ago
81a7aad
Fix some memory leaks found by smatch.
by Michael Stefaniuc
· 22 years ago
481701b
Updates for various French resources.
by Vincent Béron
· 22 years ago
9c2fb80
Added/improved Italian translations.
by Ivan Leo Murray-Smith
· 22 years ago
3f8b3a1
Compile Walon resources only if LANG_WALON is defined.
by Pavel Roskin
· 22 years ago
9667a05
Fix French translation.
by Pavel Roskin
· 22 years ago
e37c6e1
Fixed header dependencies to be fully compatible with the Windows
by Alexandre Julliard
· 22 years ago
d4c1eba
Minor updates of Slovenian translations.
by Rok Mandeljc
· 22 years ago
86aa2aa
Added Italian resources.
by Ivan Leo Murray-Smith
· 22 years ago
4a0dd81
Some new Spanish translations and improvements to other existing ones.
by José Manuel Ferrer Ortiz
· 22 years ago
47b6d0a
Spelling and case fixes.
by Francois Gouget
· 22 years ago
398af16
Convert Notepad to unicode.
by Dmitry Timoshkov
· 22 years ago
5bb472e
- localization to the Portuguese of Brazil of "programs/*"
by Marcelo Duarte
· 22 years ago
692d4e5
#include <windows.h> instead of "windows.h".
by Gerald Pfeifer
· 22 years ago
c5f775a
Typos/spelling fixes.
by Francois Gouget
· 22 years ago
2517d80
Removed redundant LANGUAGE statements.
by Dmitry Timoshkov
· 22 years ago
97b7bc1
Added a lot of Russian translations.
by Igor Stepin
· 22 years ago
e7a44d1
Make sure we don't use libwine_port functions when linking with msvcrt.
by Alexandre Julliard
· 22 years ago
fc0d07f
Implemented font selection. Added accelerators resources.
by Shachar Shemesh
· 22 years ago
9b5375e
Added Simplified Chinese resources.
by Liu Spider
· 22 years ago
0e1e0db
Change the SUBLANG_NEUTRAL clause in all winelib applications to
by Shachar Shemesh
· 22 years ago
a1c46d3
Minor bug fixes.
by Dmitry Timoshkov
· 22 years ago
9560ece
Added/upgraded Hungarian resources.
by Zoly Nagy
· 22 years ago
d1d586e
Bring some French resources in sync with English ones.
by Vincent Béron
· 22 years ago
4eb4c04
Implement printing in notepad.
by Duane Clark
· 22 years ago
e75542a
Change sublanguage from "NEUTRAL" to "DEFAULT", so LoadResource will
by Shachar Shemesh
· 23 years ago
c74b098
Link against msvcrt, fixed logic to handle quoted paths in command
by Andriy Palamarchuk
· 23 years ago
6f268f1
Fixed some invalid characters.
by Rok Mandeljc
· 23 years ago
83ad886
A few cosmetic changes plus fixes for problems spotted by Dmitry Timoshkov.
by Andriy Palamarchuk
· 23 years ago
b0ef56c
Added Slovenian resources.
by Rok Mandeljc
· 23 years ago
c55dce0
Use rich text edit control instead of handling user input and
by Andriy Palamarchuk
· 23 years ago
958732d
Fixed warnings.
by Alexandre Julliard
· 23 years ago
88773cd
Removed C++ style comments.
by Gregg Mattinson
· 23 years ago
7cae558
Removed some more trailing whitespace.
by Alexandre Julliard
· 23 years ago
9a62491
Removed trailing whitespace.
by Vincent Béron
· 23 years ago
cc2ee76
Renamed Winelib apps to .exe.so to follow the dll naming convention.
by Alexandre Julliard
· 23 years ago
2ab7625
Removed most imports of ntdll since we no longer import Wine internal
by Alexandre Julliard
· 23 years ago
ad53383
Added winebuild support for generating a .dbg.c file containing the
by Alexandre Julliard
· 23 years ago
67371bc
Added -res option to specify resources on winebuild command-line.
by Alexandre Julliard
· 23 years ago
3245991
Moved imports specification from the .spec into the Makefile so that
by Alexandre Julliard
· 23 years ago
65a7a10
Removed changelog entries that are in the main changelog, and added
by Alexandre Julliard
· 23 years ago
eaa8df6
Made notepad uses NLS properly.
by Sylvain Petreolle
· 23 years ago
0799c1a
Added LGPL standard comment, and copyright notices where necessary.
by Alexandre Julliard
· 23 years ago
7ab787f
Removed alternative make scripts.
by Andriy Palamarchuk
· 23 years ago
5d5f36f
- made notepad compile with Cygwin
by Andriy Palamarchuk
· 23 years ago
be49563
Implemented parsing of file name, passed in command line, loading new
by Andriy Palamarchuk
· 23 years ago
7043703
version.h is now in include/wine directory.
by Alexandre Julliard
· 23 years ago
bef8e16
Compile all programs with -DSTRICT -DNONAMELESSUNION -DNONAMELESSSTRUCT.
by Alexandre Julliard
· 23 years ago
282f727
Small 'typos in comments' fixes.
by Francois Gouget
· 24 years ago
8bb7fb9
Fixed a number of incompatibilities in OEM icons/cursors handling.
by Alexandre Julliard
· 24 years ago
af68026
Replaced calls to OpenFile with the equivalent call to
by François Gouget
· 24 years ago
1081dfe
Fixed MessageBox() usage.
by Andreas Mohr
· 24 years ago
a10fbdd
Build most programs as .so files.
by Alexandre Julliard
· 24 years ago
3da872d
Fixed language handling. Removed some dependencies on Wine internals.
by Alexandre Julliard
· 24 years ago
231cc27
Added some missing imports.
by Alexandre Julliard
· 24 years ago
1da3bef
Added/upgraded Slovak messages, and Slovak and Czech keyboard layout.
by Peter Ivanyi
· 24 years ago
1a3f705
Added import of ntdll.
by Alexandre Julliard
· 24 years ago
21ec006
Build Win32 resources as .res files and dump them into the .spec.c file.
by Alexandre Julliard
· 24 years ago
74af67e
Removed shell.h. Cleaned up the nested includes mess in wine/obj_*.h.
by Alexandre Julliard
· 25 years ago
73925ab
Added the missing library dependencies.
by Francois Gouget
· 25 years ago
5ab9d86
Removed some unnecessary #includes and dll dependencies.
by Alexandre Julliard
· 25 years ago
269b409
Added a few missing imports.
by Hidenori Takeshima
· 25 years ago
e4e99a5
ole32 now requires linking with kernel32
by Francois Gouget
· 25 years ago
d03a341
Removed obsolete references to the Languages array.
by Francois Gouget
· 25 years ago
28fc36d
Fixed WinMain's signature.
by Francois Gouget
· 25 years ago
49d251f
Added -DSTRICT. Added missing libraries comctl32 and rpcrt4.
by Francois Gouget
· 25 years ago
0e2d0e0
Added some basic text display and editing capabilities, cursor
by Mike McCormack
· 25 years ago
27337af
- Implemented a new preprocessor that is (nearly) ANSI-C compliant. The
by Bertho Stultiens
· 25 years ago
edd77b9
Changed imports of winspool to winspool.drv.
by Alexandre Julliard
· 25 years ago
e1e7537
Implemented on-demand loading of builtin dlls using dlopen().
by Alexandre Julliard
· 25 years ago
b445952
Improved Winelib apps initialisation code. No longer need to link
by Alexandre Julliard
· 25 years ago
e0a71f8
Added import of comdlg32.dll in spec file.
by Hidenori Takeshima
· 25 years ago
205721e
Fixed ANSI C related compile problems.
by Patrik Stridvall
· 25 years ago
52be93c
Fixed some compiler errors and warnings.
by Niels Kristian Bech Jensen
· 25 years ago
Next »