Sign in
goma
/
wine
/
d9310e76c41b003863610563581c15cdc66e8b98
/
programs
/
notepad
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
· 24 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
3dc5d94
Added .spec files for all libtest/ and programs/ WineLib apps.
by Ulrich Weigand
· 25 years ago
d3d6c4e
Fixed memory overwrite bug.
by Ulrich Weigand
· 25 years ago
318f4ce
Build most dlls as separate shared libraries.
by Alexandre Julliard
· 25 years ago
97d05c8
Link only a single .rc file with application.
by Ulrich Weigand
· 25 years ago
1d5bc46
Removed extra #include statements.
by Niels Kristian Bech Jensen
· 25 years ago
96af9aa
Added dependency on winestub.o
by Alexandre Julliard
· 25 years ago
6ae75a1
More Portuguese language support.
by Gustavo Junior Alves
· 25 years ago
0ff9c85
Added Pt.s.
by Alexandre Julliard
· 25 years ago
73077e3
Added Portuguese language support.
by Gustavo Junior Alves
· 25 years ago
66f53a8
Walloon language update.
by Pablo Saratxaga
· 26 years ago
a099a55
Converted to the new debug interface, using script written by Patrik Stridvall.
by Alexandre Julliard
· 26 years ago
d1895a7
Built-in dlls now have resources attached via the PE-header like
by Bertho Stultiens
· 26 years ago
26ad241
Revised Spanish resources.
by Jose Marcos López Caravaca
· 26 years ago
aad5748
Fixed make depend.
by Alexandre Julliard
· 26 years ago
ebe76b7
Added Boyer-Moore text search.
by Marcel Baur
· 26 years ago
a396029
Large-scale renaming of all Win32 functions and types to use the
by Alexandre Julliard
· 26 years ago
0328745
- Added new IDS_NOTSAVED ressource (needs translation in *.rc)
by Marcel Baur
· 26 years ago
18f1975
Added Fi.s
by Alexandre Julliard
· 26 years ago
c38189d
Updated Finnish language support.
by Jukka-Pekka Iivonen
· 26 years ago
638f169
Recovery of release 990110 after disk crash.
by Alexandre Julliard
· 26 years ago
wine-990110
73458b0
Changed // comments to /* */ so WINE compiles with non-gcc compilers again.
by Marcus Meissner
· 26 years ago
ea58472
Started moving some X11 window management code to windows/x11drv.
by Patrik Stridvall
· 26 years ago
0913cdf
Added Drag*32 functions.
by Kai Morich
· 26 years ago
50f43b7
Added Spanish resources.
by Pablo Saratxaga
· 26 years ago
a7e4c5f
Updated for 981018.
by Alexandre Julliard
· 26 years ago
a43295d
Fixed GetOpenFileName and GetSaveFileName dialogs.
by Marcel Baur
· 26 years ago
c0d52e0
Initial revision
by Alexandre Julliard
· 26 years ago
85ed45e
Release 980822
by Alexandre Julliard
· 27 years ago
wine-980822
f90efa9
Release 980614
by Alexandre Julliard
· 27 years ago
wine-980614
a845b88
Release 980601
by Alexandre Julliard
· 27 years ago
wine-980601
dadf78f
Release 980517
by Alexandre Julliard
· 27 years ago
wine-980517
46ea8b3
Release 980503
by Alexandre Julliard
· 27 years ago
wine-980503
c7c217b
Release 980413
by Alexandre Julliard
· 27 years ago
wine-980413
54c2711
Release 980329
by Alexandre Julliard
· 27 years ago
wine-980329
a69b88b
Release 980315
by Alexandre Julliard
· 27 years ago
wine-980315
03468f7
Release 980215
by Alexandre Julliard
· 27 years ago
wine-980215
60ce85c
Release 980201
by Alexandre Julliard
· 27 years ago
wine-980201
0623a6f
Release 980118
by Alexandre Julliard
· 27 years ago
wine-980118
02e9008
Release 980104
by Alexandre Julliard
· 27 years ago
wine-980104
44ed71f
Release 971221
by Alexandre Julliard
· 27 years ago
wine-971221