ReactOS Project - reactos.git/rss - reactos/dll/win32/msgina/CMakeLists.txt history https://git.reactos.org/?p=reactos.git;a=history;f=reactos/dll/win32/msgina/CMakeLists.txt A free Windows-compatible Operating System en ReactOS Project static/git-logo.png ReactOS Project - reactos.git/rss - reactos/dll/win32/msgina/CMakeLists.txt history https://git.reactos.org/?p=reactos.git;a=history;f=reactos/dll/win32/msgina/CMakeLists.txt Tue, 3 Oct 2017 07:45:34 +0000 Tue, 3 Oct 2017 07:45:34 +0000 gitweb v.2.17.1/2.17.1 Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers... Colin Finck <colin@reactos.org> Tue, 3 Oct 2017 07:45:34 +0000 https://git.reactos.org/?p=reactos.git;a=commitdiff;h=c2c66aff7dacc62d125f2cd61d1167e9a2aa3fd6 https://git.reactos.org/?p=reactos.git;a=commitdiff;h=c2c66aff7dacc62d125f2cd61d1167e9a2aa3fd6 Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers... Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys.
  • [D] reactos/dll/win32/msgina/CMakeLists.txt
]]>
[MSGINA] Implement ShellDimScreen. CORE-11422 Mark Jansen <mark.jansen@reactos.org> Sun, 4 Sep 2016 14:17:22 +0000 https://git.reactos.org/?p=reactos.git;a=commitdiff;h=87a716926b9ec1dd7b3cb1cbafa55a18d371a11c https://git.reactos.org/?p=reactos.git;a=commitdiff;h=87a716926b9ec1dd7b3cb1cbafa55a18d371a11c [MSGINA] Implement ShellDimScreen. CORE-11422 [MSGINA] Implement ShellDimScreen. CORE-11422 svn path=/trunk/; revision=72572
  • [D] reactos/dll/win32/msgina/CMakeLists.txt
]]>
[SDK] One step further towards ReactOS source code tree restructure: the sdk folder... Amine Khaldi <amine.khaldi@reactos.org> Wed, 20 Apr 2016 12:36:25 +0000 https://git.reactos.org/?p=reactos.git;a=commitdiff;h=08a0346e9f1cf3b50370b9274e6d15d5ebb5a34d https://git.reactos.org/?p=reactos.git;a=commitdiff;h=08a0346e9f1cf3b50370b9274e6d15d5ebb5a34d [SDK] One step further towards ReactOS source code tree restructure: the sdk folder... [SDK] One step further towards ReactOS source code tree restructure: the sdk folder that groups includes, libraries and tools. CORE-9111 svn path=/trunk/; revision=71184
  • [D] reactos/dll/win32/msgina/CMakeLists.txt
]]>
[CMAKE] Thomas Faber <thomas.faber@reactos.org> Sun, 27 Mar 2016 15:14:32 +0000 https://git.reactos.org/?p=reactos.git;a=commitdiff;h=d7dacbad475bf09836f33eec90374f42077406df https://git.reactos.org/?p=reactos.git;a=commitdiff;h=d7dacbad475bf09836f33eec90374f42077406df [CMAKE] [CMAKE] - Delay imports belong before regular imports because delayimp may pull in functions from kernel32 CORE-10935 svn path=/trunk/; revision=71061
  • [D] reactos/dll/win32/msgina/CMakeLists.txt
]]>
* The Shell.. for a long time we dreamed of having a compatible, properly working... Amine Khaldi <amine.khaldi@reactos.org> Wed, 26 Nov 2014 19:49:18 +0000 https://git.reactos.org/?p=reactos.git;a=commitdiff;h=5c1a8109c84ed0aefdac2488ff666070a7ae52f6 https://git.reactos.org/?p=reactos.git;a=commitdiff;h=5c1a8109c84ed0aefdac2488ff666070a7ae52f6 * The Shell.. for a long time we dreamed of having a compatible, properly working... * The Shell.. for a long time we dreamed of having a compatible, properly working rewrite, but it's easier said than done. Over the years this effort has been split into tasks, and this branch was the biggest overall. Now it's time to merge it back to trunk! * This merge is also a chance to thank every single person involved directly and indirectly in this epic work, among them: Martin Fuchs for ReactOS explorer which we are respectfully retiring now, as it served the project so well over all these years. Thomas Bluemel (Thomas Weidenmueller aka w3seek) for his brave work on the shell, mainly his explorer_new. Andrew Hill for advancing the shell bringup with some impressive work. David Quintana, Giannis Adamopoulos and Huw Campbell for working as a solid team on making this branch a huge success, allowing the shell rewrite dream to finally become a reality. Again, thank you all! * Merging this branch is not the end.. it's the beginning of some serious bug fixing based hopefully on the Community's continuous feedback. * Finally, here are *some* of the highlights of this branch (simply put): [BROWSEUI] Halfplement the address bar. Mostly implement the Favorites menu. Implement handling most hotkeys that should be handled by CShellBrowser. Fix various bugs. [EXPLORER_NEW] Convert to C++ and use several wtl-like classes to simplify it. Fix several bugs and implement misc missing features. [FILEBROWSER] A small exe file that opens a new file browser window in its own process. Tested to work in windows. It can be used to test our browseui.dll in windows. [FONTS] A new marlett font. [MSGINA] Add a proper shutdown dialog that's used when the user selects shutdown from the start menu (this is how it's done in Windows). [RSHELL] A temporary module that hosts the implementation of the following classes needed for the shell: CMenuBand, CMenuDeskBar, CMenuSite, CMergedFolder, CStartMenu. These were implemented and tested in windows and for that reason they are still there. Should be moved in shell32 in the future. [SHELL32] Reorganize files to isolate the ones that are not yet forked from wine. Fix various problems. Simplify the implementation of some shell folders. Implement filling in the file menu in the file browser. [STOBJECT] A shell extension responsible for misc taskbar notification icons. So far only the sound icon is implemented. Adding this is necessary as the old explorer had the sound icon built in and deprecating it needs a proper solution for these notification icons. [WIN32K] Fix several bugs that prevented the new start menu (that was implemented and tested in Windows) from functioning properly in ReactOS, mostly due to focus issues. Fix several shell notifications to behave more like in Windows. * Tonight! We shall feast! * And tomorrow the US guys shall feast again, on turkey! :p CORE-7330 svn path=/trunk/; revision=65496
  • [D] reactos/dll/win32/msgina/CMakeLists.txt
]]>
[WIN32DLLS] Amine Khaldi <amine.khaldi@reactos.org> Mon, 10 Feb 2014 12:19:56 +0000 https://git.reactos.org/?p=reactos.git;a=commitdiff;h=b19936b4c53efd3a5b488da4430d09cde8cf4c4f https://git.reactos.org/?p=reactos.git;a=commitdiff;h=b19936b4c53efd3a5b488da4430d09cde8cf4c4f [WIN32DLLS] [WIN32DLLS] * Prepare the CMake scripts for PCH. CORE-7716 svn path=/trunk/; revision=62094
  • [D] reactos/dll/win32/msgina/CMakeLists.txt
]]>
[SHELL/EXPERIMENTS] Amine Khaldi <amine.khaldi@reactos.org> Sun, 2 Feb 2014 19:37:27 +0000 https://git.reactos.org/?p=reactos.git;a=commitdiff;h=527f2f90577662e8eba1b1b62f958c39b3cd4358 https://git.reactos.org/?p=reactos.git;a=commitdiff;h=527f2f90577662e8eba1b1b62f958c39b3cd4358 [SHELL/EXPERIMENTS] [SHELL/EXPERIMENTS] * Create a branch for some evul shell experiments. svn path=/branches/shell-experiments/; revision=61927
  • [D] reactos/dll/win32/msgina/CMakeLists.txt
]]>
[MSGINA] Eric Kohl <eric.kohl@reactos.org> Sun, 2 Feb 2014 12:12:59 +0000 https://git.reactos.org/?p=reactos.git;a=commitdiff;h=e63eb578390337b476484289abc92eeccc4949d6 https://git.reactos.org/?p=reactos.git;a=commitdiff;h=e63eb578390337b476484289abc92eeccc4949d6 [MSGINA] [MSGINA] Move the LSA connection code into a separate file. This connection code will later be used by the logon code too. svn path=/trunk/; revision=61919
  • [D] reactos/dll/win32/msgina/CMakeLists.txt
]]>
[MSGINA] Eric Kohl <eric.kohl@reactos.org> Sat, 1 Feb 2014 15:46:09 +0000 https://git.reactos.org/?p=reactos.git;a=commitdiff;h=e61f3d956bbf7704d275683a96a76a189d84ae7a https://git.reactos.org/?p=reactos.git;a=commitdiff;h=e61f3d956bbf7704d275683a96a76a189d84ae7a [MSGINA] [MSGINA] Delay load secur32.dll. svn path=/trunk/; revision=61901
  • [D] reactos/dll/win32/msgina/CMakeLists.txt
]]>
[MSGINA] Eric Kohl <eric.kohl@reactos.org> Tue, 28 Jan 2014 19:32:53 +0000 https://git.reactos.org/?p=reactos.git;a=commitdiff;h=e713cb85340d8b014221f79321eeb8d38009bd4e https://git.reactos.org/?p=reactos.git;a=commitdiff;h=e713cb85340d8b014221f79321eeb8d38009bd4e [MSGINA] [MSGINA] Implement the change password dialog. svn path=/trunk/; revision=61864
  • [D] reactos/dll/win32/msgina/CMakeLists.txt
]]>
[CMAKE] Amine Khaldi <amine.khaldi@reactos.org> Sat, 22 Dec 2012 10:47:06 +0000 https://git.reactos.org/?p=reactos.git;a=commitdiff;h=9c783fd0dffa0e0dcebe1637162f808e8189e802 https://git.reactos.org/?p=reactos.git;a=commitdiff;h=9c783fd0dffa0e0dcebe1637162f808e8189e802 [CMAKE] [CMAKE] * Remove unneeded set_rc_compiler. svn path=/trunk/; revision=57966
  • [D] reactos/dll/win32/msgina/CMakeLists.txt
]]>
[WIN32DLLS] Amine Khaldi <amine.khaldi@reactos.org> Thu, 11 Aug 2011 15:16:48 +0000 https://git.reactos.org/?p=reactos.git;a=commitdiff;h=79b21071d299527978eb89f651debd7eda7718c8 https://git.reactos.org/?p=reactos.git;a=commitdiff;h=79b21071d299527978eb89f651debd7eda7718c8 [WIN32DLLS] [WIN32DLLS] * PCHify some modules when possible. svn path=/trunk/; revision=53185
  • [D] reactos/dll/win32/msgina/CMakeLists.txt
]]>
[CMAKE] Timo Kreuzer <timo.kreuzer@reactos.org> Sun, 26 Jun 2011 21:29:55 +0000 https://git.reactos.org/?p=reactos.git;a=commitdiff;h=871ee92c7bb57220f3cf4061e7db151f79180690 https://git.reactos.org/?p=reactos.git;a=commitdiff;h=871ee92c7bb57220f3cf4061e7db151f79180690 [CMAKE] [CMAKE] revert r52460, r52463, r52468 on behalf of Jerome it wrongly gave name decorations to export svn path=/trunk/; revision=52473
  • [D] reactos/dll/win32/msgina/CMakeLists.txt
]]>
[CMAKE] Jérôme Gardou <jerome.gardou@reactos.org> Sat, 25 Jun 2011 18:34:03 +0000 https://git.reactos.org/?p=reactos.git;a=commitdiff;h=01a4049405f6fe38ce895aba72d34273b0833331 https://git.reactos.org/?p=reactos.git;a=commitdiff;h=01a4049405f6fe38ce895aba72d34273b0833331 [CMAKE] [CMAKE] - unify spec2def and add_importlib_target, thanks to cmake_parse_arguments. - also generate stub files only when necessary. - better precompiled header support, commented out as it wasn't tested on any other machine than mine, and it depends on cmake features which don't exist yet. For now only for gcc toolchain svn path=/trunk/; revision=52460
  • [D] reactos/dll/win32/msgina/CMakeLists.txt
]]>
[CMAKE] Timo Kreuzer <timo.kreuzer@reactos.org> Mon, 16 May 2011 13:12:07 +0000 https://git.reactos.org/?p=reactos.git;a=commitdiff;h=fae2044a23d373a0a217567d751aed87122ebbb6 https://git.reactos.org/?p=reactos.git;a=commitdiff;h=fae2044a23d373a0a217567d751aed87122ebbb6 [CMAKE] [CMAKE] Integrate cmake stuff into trunk Only files added. svn path=/trunk/; revision=51783
  • [D] reactos/dll/win32/msgina/CMakeLists.txt
]]>