Commit Graph

132 Commits

Author SHA1 Message Date
Jacek Caban d2fc489218 Added Polish translation. 2004-08-13 19:48:40 +00:00
Marcelo Duarte 62d4adfffe French translation and other adjustments. 2004-07-23 22:59:49 +00:00
Marcus Meissner 383e06d82c Fixed up some small problems in the German string table. 2004-07-22 23:42:37 +00:00
Henning Gerhardt 68ade3b7ac Minor fixes and updates to the German resource files. 2004-07-22 20:35:07 +00:00
Dmitry Timoshkov 341523d293 Add WS_HSCROLL style to the notepad's edit control. 2004-07-08 20:18:10 +00:00
Hajime Segawa 76e280b401 Added some Japanese translations. 2004-06-28 23:50:22 +00:00
Ivan Leo Puoti 3e42f6953e Changed my name, so update copyright info. 2004-05-27 02:25:13 +00:00
Ivan Leo Murray-Smith f5da73f53e Small fix. 2004-04-19 23:07:18 +00:00
José Manuel Ferrer Ortiz 24dd96a907 Updated Spanish translations. 2004-04-06 03:24:19 +00:00
Alexandre Julliard 6be39b60f5 Take advantage of the new winegcc -B support. 2004-03-09 04:54:07 +00:00
Alexandre Julliard 589e115233 We no longer use the .exe.spec.c files. 2004-03-02 21:16:37 +00:00
Alexandre Julliard 6621b2d213 Build all the programs with winegcc. 2004-03-02 21:00:00 +00:00
Jon Griffiths 78b2610544 Thai translation of notepad. Fix spelling in clock translations. 2003-12-01 22:43:20 +00:00
Ivan Leo Murray-Smith 3976f4632c Added/updated Italian resources. 2003-11-21 21:33:02 +00:00
Ivan Leo Murray-Smith e2b29cc65f Improved Italian translations. 2003-11-17 20:00:33 +00:00
Marcelo Duarte 8defcd386c Localization to the Portuguese of Brazil. 2003-11-05 23:27:01 +00:00
Alexandre Julliard 2aa8a8390a Replaced a few more 0xffffffff by the appropriate constants. 2003-10-16 19:31:11 +00:00
Pavel Roskin 7035adcae4 Convert resources to standard format without embedded binary data.
Fixes to be compatible with windres.
2003-10-04 04:21:19 +00:00
Hans Leidekker 4c37f7db05 Added Dutch translation. 2003-10-02 04:27:45 +00:00
Michael Stefaniuc 81a7aade60 Fix some memory leaks found by smatch. 2003-09-27 02:25:21 +00:00
Vincent Béron 481701b7b3 Updates for various French resources. 2003-09-16 01:02:11 +00:00
Ivan Leo Murray-Smith 9c2fb80d94 Added/improved Italian translations. 2003-09-15 22:21:18 +00:00
Pavel Roskin 3f8b3a1837 Compile Walon resources only if LANG_WALON is defined. 2003-09-10 03:43:16 +00:00
Pavel Roskin 9667a05645 Fix French translation. 2003-09-08 18:48:54 +00:00
Alexandre Julliard e37c6e18d0 Fixed header dependencies to be fully compatible with the Windows
headers (with help from Dimitrie O. Paun).
2003-09-05 23:08:26 +00:00
Rok Mandeljc d4c1ebabdb Minor updates of Slovenian translations. 2003-08-29 22:21:43 +00:00
Ivan Leo Murray-Smith 86aa2aa07c Added Italian resources. 2003-08-23 22:59:16 +00:00
José Manuel Ferrer Ortiz 4a0dd81cf1 Some new Spanish translations and improvements to other existing
ones.
2003-08-22 05:03:19 +00:00
Francois Gouget 47b6d0af59 Spelling and case fixes. 2003-08-18 20:11:29 +00:00
Dmitry Timoshkov 398af1666d Convert Notepad to unicode. 2003-07-21 20:05:33 +00:00
Marcelo Duarte 5bb472eae1 - localization to the Portuguese of Brazil of "programs/*"
- separation of some resources that only existed in English
- lesser adjustments in menus
2003-06-23 18:15:15 +00:00
Gerald Pfeifer 692d4e599d #include <windows.h> instead of "windows.h". 2003-06-18 19:32:03 +00:00
Francois Gouget c5f775a9c7 Typos/spelling fixes. 2003-06-18 03:30:39 +00:00
Dmitry Timoshkov 2517d8097b Removed redundant LANGUAGE statements. 2003-05-19 23:17:41 +00:00
Igor Stepin 97b7bc1984 Added a lot of Russian translations. 2003-05-04 02:33:08 +00:00
Alexandre Julliard e7a44d18cd Make sure we don't use libwine_port functions when linking with
msvcrt.
2003-04-02 01:43:33 +00:00
Shachar Shemesh fc0d07f8cf Implemented font selection.
Added accelerators resources.
2003-01-28 01:10:28 +00:00
Liu Spider 9b5375e5ee Added Simplified Chinese resources. 2003-01-09 00:51:09 +00:00
Shachar Shemesh 0e1e0db034 Change the SUBLANG_NEUTRAL clause in all winelib applications to
SUBLANG_DEFAULT, as they should be.
2003-01-05 01:08:14 +00:00
Dmitry Timoshkov a1c46d375c Minor bug fixes. 2002-11-15 04:13:46 +00:00
Zoly Nagy 9560ece6c4 Added/upgraded Hungarian resources. 2002-11-04 22:45:22 +00:00
Vincent Béron d1d586e2a9 Bring some French resources in sync with English ones. 2002-10-23 23:34:32 +00:00
Duane Clark 4eb4c042cc Implement printing in notepad. 2002-10-21 18:22:15 +00:00
Shachar Shemesh e75542ae24 Change sublanguage from "NEUTRAL" to "DEFAULT", so LoadResource will
be able to find it if no other language is a better match.
2002-08-17 18:27:40 +00:00
Andriy Palamarchuk c74b0989b4 Link against msvcrt, fixed logic to handle quoted paths in command
line parameters.
2002-08-15 21:46:15 +00:00
Rok Mandeljc 6f268f13dd Fixed some invalid characters. 2002-07-31 23:19:25 +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
Rok Mandeljc b0ef56c2b7 Added Slovenian resources. 2002-07-16 01:08:43 +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
Alexandre Julliard 958732d21c Fixed warnings. 2002-07-02 02:09:39 +00:00