Commit Graph

4915 Commits

Author SHA1 Message Date
Michael Stefaniuc f3293721c0 wineconsole: Remove the ignored common resource attributes. 2010-07-22 11:41:38 +02:00
Michael Stefaniuc ee80105ac8 winhlp32: Remove the ignored common resource attributes. 2010-07-22 11:41:37 +02:00
Michael Stefaniuc 003e1dd506 wineboot: Remove the ignored common resource attributes. 2010-07-22 11:41:37 +02:00
Michael Stefaniuc 8af4195024 oleview: Remove the ignored common resource attributes. 2010-07-22 11:41:37 +02:00
Michael Stefaniuc 07bb27b692 wordpad: Remove the ignored common resource attributes. 2010-07-22 11:41:37 +02:00
Michael Stefaniuc 986712103f winemine: Remove the ignored common resource attributes. 2010-07-22 11:41:37 +02:00
Michael Stefaniuc 5fbf1b23bf winecfg: Remove the ignored common resource attributes. 2010-07-22 11:41:36 +02:00
Michael Stefaniuc ed7d82f194 taskmgr: Remove the ignored common resource attributes. 2010-07-22 11:41:36 +02:00
Michael Stefaniuc b97ef0a890 progman: Remove the ignored common resource attributes. 2010-07-22 11:41:36 +02:00
Michael Stefaniuc 94e3e8b8b8 notepad: Remove the ignored common resource attributes. 2010-07-22 11:41:36 +02:00
Michael Stefaniuc 6a277e901f cmdlgtst: Remove the ignored common resource attributes. 2010-07-22 11:41:36 +02:00
Davide Pizzetti fb4bb58880 xcopy: Italian translation update. 2010-07-22 10:23:46 +02:00
Davide Pizzetti cf96f89ef0 winedbg: Italian translation update. 2010-07-22 10:23:05 +02:00
Davide Pizzetti 53db2df4b1 winecfg: Italian translation update. 2010-07-22 10:22:58 +02:00
Igor Paliychuk 0a3f093fe4 wineconsole: Add Ukrainian translation. 2010-07-22 10:12:21 +02:00
Alexandre Julliard 6fb39dfe4a programs: Remove explicit imports of kernel32 and ntdll. 2010-07-21 17:38:37 +02:00
Michael Stefaniuc cd8e1f8e75 notepad: Move from a per resource to a global LANGUAGE setting. 2010-07-21 13:24:00 +02:00
Michael Stefaniuc f6ff7225b3 start: Remove the redundant per resource LANGUAGE settings.
The LANGUAGE is already set globally in the rc files.
2010-07-21 13:24:00 +02:00
Michael Stefaniuc 5e7bdb8a7e clock: Move from a per resource to a global LANGUAGE setting. 2010-07-21 13:24:00 +02:00
Michael Stefaniuc 6e8c900d19 winhlp32: Move from a per resource to a global LANGUAGE setting. 2010-07-21 13:23:59 +02:00
Alexandre Julliard 59ef151a93 rundll32: Fix a pointer conversion warning on 64-bit. 2010-07-21 13:23:59 +02:00
Igor Paliychuk 516e8a3b60 notepad: Ukrainian translation fix. 2010-07-21 13:23:57 +02:00
Igor Paliychuk ffe0ac817c progman: Ukrainian translation fix. 2010-07-21 13:23:57 +02:00
Damjan Jovanovic 187dec992f winemenubuilder: Always initialize COM. 2010-07-21 09:33:31 +02:00
Igor Paliychuk 1fbb96f89a winedbg: Add Ukrainian translation. 2010-07-20 16:29:46 +02:00
Igor Paliychuk e736284b46 wineboot: Add Ukrainian translation. 2010-07-20 16:29:46 +02:00
Igor Paliychuk 86c5fef097 progman: Add Ukrainian translation. 2010-07-20 16:29:46 +02:00
Igor Paliychuk 638aa31476 net: Add Ukrainian translation. 2010-07-20 16:29:46 +02:00
Dylan Smith c37cdce905 wordpad: Save and load word wrap registry options. 2010-07-20 13:13:04 +02:00
Dylan Smith 9de8357965 wordpad: Avoid filling overlapping rectangles in print preview.
This reduces the amount of flicker seen from redrawing the window.
2010-07-20 13:13:04 +02:00
Dylan Smith 0cd3ee3d91 wordpad: Remove sized print preview page buffer.
This extra buffer only saves the result of the StretchBlt operatation,
which isn't worth doing since a BitBlt will still be needed from the buffer
to the screen. This causes noticable delay on resizing since a new sized
bitmap needs to be created, the old bitmap needs to be destroyed, and then
both a StretchBlt and a Bitblt is needed to actually repaint the window.
2010-07-20 13:13:04 +02:00
Dylan Smith 6c9edce1a8 wordpad: Reduce unnecessary flicker from extra background erasing. 2010-07-20 13:13:04 +02:00
Dylan Smith dd789d50f2 wordpad: Search finished message box should be modal. 2010-07-20 13:13:04 +02:00
Dylan Smith fbd30765f0 wordpad: Find dialogs intialize find field with selection.
If there is a selection that doesn't span multiple paragraphs, then the
selection text initializes the find field in native wordpad, otherwise the
last search is used to initialize the field.  I added an extra buffer,
since closing the find dialog before doing a search will preserve the last
search state.
2010-07-20 13:13:04 +02:00
Dylan Smith 72f735b25e wordpad: Fix behaviour of find/replace dialog.
Pressing replace should only replace a selected match, and afterwards it
should find the next match. Searches should always start from the start of
the selection, even if the selection is moved in between searches. Searches
wrap at the end of text, and should keep track of whether it has wrapped
from previous searches to determine if it reached the end position.
2010-07-20 13:13:04 +02:00
André Hentschel 117a436bbf winecfg: Improve German view. 2010-07-20 13:13:04 +02:00
Austin English 82868174bc Remove references to wineprefixcreate. 2010-07-20 12:35:40 +02:00
Michael Stefaniuc dbdedefe71 cmd: Remove stray ';' from the resource files. 2010-07-20 12:34:55 +02:00
Detlef Riekenberg df898ea47a rundll.exe16: Add program as 16bit wrapper for rundll32.exe. 2010-07-19 15:22:59 +02:00
Damjan Jovanovic 8b593e903f notepad: Substitute the page number in the footer. 2010-07-19 15:10:28 +02:00
Detlef Riekenberg 115bf743b8 winhelp.exe16: Add missing separator after command name. 2010-07-19 14:49:07 +02:00
Greg Geldorp 6521fc192f winetest: Take manifests into account when hunting for DLLs. 2010-07-19 14:38:17 +02:00
Igor Paliychuk efe7fbd20b notepad: Add Ukrainian translation. 2010-07-19 14:38:17 +02:00
Igor Paliychuk 23c627af26 winecfg: Add Ukrainian translation. 2010-07-19 14:38:17 +02:00
Igor Paliychuk 86603e52eb oleview: Add Ukrainian translation. 2010-07-19 14:38:17 +02:00
Igor Paliychuk 32e6007010 regedit: Add Ukrainian translation. 2010-07-19 14:38:17 +02:00
Igor Paliychuk c22e1299ec taskmgr: Add Ukrainian translation. 2010-07-19 14:38:17 +02:00
Damjan Jovanovic 9c858d914e winedbg: Fix Serbian Latin translation. 2010-07-14 17:55:32 +02:00
Damjan Jovanovic 3c4593a529 wineboot: Fix Serbian Latin translation. 2010-07-14 17:55:29 +02:00
Michael Stefaniuc 007047a55a cmdlgtst: Add the Romanian translation.
Translation by Claudia Cotună and me.
2010-07-14 11:43:55 +02:00