Commit History

Author SHA1 Message Date
  Zhiyi Zhang 026a6ff2be notepad: Enable visual styles. 3 years ago
  Jacek Caban 312ea8e72c notepad: Use int for point size value. 4 years ago
  Alexandre Julliard bc968469f2 notepad: Fix parsing of quoted command line. 5 years ago
  Alexandre Julliard ad21554ecd notepad: Use C runtime wchar functions instead of wine/unicode.h. 5 years ago
  Michael Stefaniuc d98be23eab notepad: Use the available ARRAY_SIZE() macro. 6 years ago
  Bruno Jesus bd19402b6d notepad: Only skip valid command options. 7 years ago
  Sebastian Lackner 8a73016819 notepad: New files should be created immediately. 9 years ago
  André Hentschel 457c5f1977 notepad: Use character count for GetFileTitleW (Coverity). 9 years ago
  Vincent Povirk 8e873c8afc notepad: Check IsDialogMessage before TranslateAccelerator. 10 years ago
  Frédéric Delanoy dc8b11e6f4 notepad: Use BOOL type where appropriate. 10 years ago
  Alexandre Julliard c9eee73450 makefiles: Define __WINESRC__ when building programs. 13 years ago
  Francois Gouget 9b21a106cc notepad: Remove the 'Help on Help' menu. 13 years ago
  Francois Gouget 80cf194e14 notepad: Remove the unimplemented help search menu. 13 years ago
  Alexandre Julliard 4c917904ae notepad: Set the window class small icon. 14 years ago
  Kusanagi Kouichi 3b6c20e486 notepad: Increase the text limit. 15 years ago
  Alexander Scott-Johns 0c82108a48 notepad: Add Cancel button to message box displayed when opening a non-existent file with the command line. 15 years ago
  Alexander Scott-Johns 67766392bf notepad: Allow user to choose which encoding to open and save files in. 15 years ago
  Alexander Scott-Johns 080cc90992 notepad: Remember the encoding of files when they are opened, and use the same encoding when saving. 15 years ago
  Alexander Scott-Johns 42729bc1c1 notepad: Fix trying to open non-existent files with the command line. 15 years ago
  Michael Stefaniuc 129889b287 notepad: Use the ARRAY_SIZE() macro if we already have it. 15 years ago
  Michael Stefaniuc cdc5b0c29b notepad: Rename the SIZEOF macro to the more descriptive ARRAY_SIZE. 15 years ago
  Michael Stefaniuc f66b600449 notepad: The UNICODE define isn't needed anymore; remove it. 15 years ago
  Michael Stefaniuc 27c8839f66 notepad: Use the explicit W-form of the functions. 15 years ago
  Michael Stefaniuc f706c68cf9 notepad: Use the more specific MAKEINTRESOURCEW macro. 15 years ago
  Michael Stefaniuc 256d3a2ee1 notepad: Use the explicit W-form of the registry functions. 15 years ago
  Michael Stefaniuc 1a60da74f9 notepad: Use the explicit W-form for some string functions. 15 years ago
  Michael Stefaniuc 3e7647ad72 notepad: Use the explicit W-form of the types. 15 years ago
  Francois Gouget cdc82702ba notepad: Make NOTEPAD_DoReplace(All)?() static. 15 years ago
  Michael Stefaniuc 0c702d140c notepad: Use the explicit SendMessageW form. 15 years ago
  Rico Schüller 3137600651 notepad: Implement replace. 15 years ago