Commit graph

45627 commits

Author SHA1 Message Date
Giannis Adamopoulos 17344c6dc6 [uxtheme]
- Move some definitions to a header file

svn path=/branches/GSoC_2011/ThemesSupport/; revision=52632
2011-07-11 13:17:39 +00:00
Giannis Adamopoulos 7d376ed435 [win32k]
-Add a hack to GreStretchBltMask to return TRUE when a dimension is 0. After some investigation it seems that windows returns TRUE in such a case but couldn't investigate more if this change is really correct. This hack is needed because a drawing operation in uxtheme is aborted when StretchBlt returns FALSE

svn path=/branches/GSoC_2011/ThemesSupport/; revision=52631
2011-07-11 12:59:21 +00:00
Giannis Adamopoulos 29e5fe2299 [uxtheme]
- Use double buffering when painting the caption

svn path=/branches/GSoC_2011/ThemesSupport/; revision=52544
2011-07-05 10:15:09 +00:00
Giannis Adamopoulos 47f499522a [uxtheme]
- Implement drawing the menu bar

svn path=/branches/GSoC_2011/ThemesSupport/; revision=52543
2011-07-05 10:09:26 +00:00
Giannis Adamopoulos c49c17744c [uxtheme]
- Fill in WINDOWINFO.cbSize before calling GetWindowInfo
- Handle invalid regions passed to WM_NCPAINT
- Handle WM_NCUAHDRAWCAPTION and WM_NCUAHDRAWFRAME without doing anything there for now

svn path=/branches/GSoC_2011/ThemesSupport/; revision=52542
2011-07-05 10:04:25 +00:00
Giannis Adamopoulos 3e3ba300bd [uxtheme]
- Implement handling WM_NCHITTEST

svn path=/branches/GSoC_2011/ThemesSupport/; revision=51848
2011-05-22 15:47:47 +00:00
Giannis Adamopoulos 99208a2b8b [uxtheme]
- Implement DrawClassicFrame, heavily based on user32

svn path=/branches/GSoC_2011/ThemesSupport/; revision=51847
2011-05-22 15:37:32 +00:00
Giannis Adamopoulos b55ba84d1f [uxtheme]
- Implement handling WM_NCMOUSEMOVE, WM_NCMOUSELEAVE and WM_NCLBUTTONDOWN, needed for painting the caption buttons when the user hovers or clicks them 

svn path=/branches/GSoC_2011/ThemesSupport/; revision=51846
2011-05-22 15:31:18 +00:00
Giannis Adamopoulos b9d402ed06 [uxtheme]
- Implement drawing the borders

svn path=/branches/GSoC_2011/ThemesSupport/; revision=51805
2011-05-17 08:03:46 +00:00
Giannis Adamopoulos ceca3abd9d [uxtheme]
- Implement drawing windows caption and borders with themes

svn path=/branches/GSoC_2011/ThemesSupport/; revision=51804
2011-05-17 07:57:17 +00:00
Giannis Adamopoulos 125af16c9b [uxtheme]
- Begin implementing handling WM_NCPAINT
- Evert time a draw operation is performed on the non client area, a DRAW_CONTEXT will be initialised in order to keep most used information about the drawing opoeration

svn path=/branches/GSoC_2011/ThemesSupport/; revision=51746
2011-05-14 19:01:50 +00:00
Giannis Adamopoulos 0f8c8b4376 [uxtheme]
- Hook the same messages with win2003

svn path=/branches/GSoC_2011/ThemesSupport/; revision=51745
2011-05-14 18:47:23 +00:00
Giannis Adamopoulos bf1b368ec2 fix indentation
svn path=/branches/GSoC_2011/ThemesSupport/; revision=51744
2011-05-14 18:45:37 +00:00
Giannis Adamopoulos 1941ce58f7 Add some more undocumented definitions
svn path=/branches/GSoC_2011/ThemesSupport/; revision=51743
2011-05-14 18:41:39 +00:00
Giannis Adamopoulos 6bafc8acbe [uxtheme]
- Begin implementing ThemeHooksInstall, ThemeHooksRemove and ThemeInitApiHook

svn path=/branches/GSoC_2011/ThemesSupport/; revision=51741
2011-05-14 18:31:47 +00:00
Giannis Adamopoulos 9ae5e880c0 - Improve user api hook definitions. Add prototype of RegisterUserApiHook for xp
- Add some helper macros

svn path=/branches/GSoC_2011/ThemesSupport/; revision=51740
2011-05-14 18:17:58 +00:00
Timo Kreuzer 7aafb75d80 [CMAKE]
Improve configure script. It now defaults to nmake for MSVC, if you want a "VSSolution", pass exactly this as 1st paramter
Patch by Samuel Serapion

svn path=/branches/cmake-bringup/; revision=50857
2011-02-21 20:11:52 +00:00
Amine Khaldi 6f76e10ed7 [CMAKE]
- Fix hhctrl msvc build.

svn path=/branches/cmake-bringup/; revision=50812
2011-02-18 19:48:33 +00:00
Amine Khaldi 296da83caf [CMAKE]
- Fix LINK (msvc) warnings.

svn path=/branches/cmake-bringup/; revision=50811
2011-02-18 19:40:51 +00:00
Timo Kreuzer 1766b55f4d [CMAKE]
Add support for VS 8-10 and SDK to configure script, add error checks. Patch by Samuel Serapion with small modifications by me.

svn path=/branches/cmake-bringup/; revision=50810
2011-02-18 17:35:50 +00:00
Amine Khaldi 5a357ba755 [CMAKE]
- Fix shlwapi msvc build.

svn path=/branches/cmake-bringup/; revision=50809
2011-02-18 17:34:55 +00:00
Amine Khaldi 855d46d1f9 [CMAKE]
- Fix shlwapi build. This reverts r50794.

svn path=/branches/cmake-bringup/; revision=50808
2011-02-18 17:30:19 +00:00
Johannes Anderwald c630ded4ea - Fix for the fix (suggested by cmake doyen)
svn path=/branches/cmake-bringup/; revision=50805
2011-02-18 15:09:22 +00:00
Johannes Anderwald 35981f6794 - Fix a few linking errors for msvc CMakeLists
- Fails to find _isinf

svn path=/branches/cmake-bringup/; revision=50802
2011-02-18 14:58:30 +00:00
Johannes Anderwald a0dee4ab22 - Fix ddraw build
svn path=/branches/cmake-bringup/; revision=50801
2011-02-18 14:48:09 +00:00
Johannes Anderwald 0970afe8cf - Fix kmixer linking
svn path=/branches/cmake-bringup/; revision=50796
2011-02-18 12:09:10 +00:00
Johannes Anderwald ab7c42e1cc - Fix acpi really.
svn path=/branches/cmake-bringup/; revision=50795
2011-02-18 12:01:54 +00:00
Johannes Anderwald 8981bb0251 - Fix shlwapi linking
svn path=/branches/cmake-bringup/; revision=50794
2011-02-18 11:27:42 +00:00
Amine Khaldi 3023e9622f [CMAKE]
- Fix sysdm build.

svn path=/branches/cmake-bringup/; revision=50793
2011-02-18 11:06:34 +00:00
Amine Khaldi 21a72dbc59 [CMAKE]
- Fix powercfg build.

svn path=/branches/cmake-bringup/; revision=50792
2011-02-18 11:04:12 +00:00
Amine Khaldi 6d6a4a8382 [CMAKE]
- Fix LINK (msvc) warnings.

svn path=/branches/cmake-bringup/; revision=50791
2011-02-18 10:56:43 +00:00
Amine Khaldi 5b4e1e33bf [CMAKE]
- Fix LINK (msvc) warnings.

svn path=/branches/cmake-bringup/; revision=50790
2011-02-18 10:51:01 +00:00
Amine Khaldi 9e237549fd [CMAKE]
- Fix LINK (msvc) warnings.

svn path=/branches/cmake-bringup/; revision=50789
2011-02-18 10:45:12 +00:00
Amine Khaldi b3ffef4ca9 [CMAKE]
- Fix LINK (msvc) warnings.

svn path=/branches/cmake-bringup/; revision=50788
2011-02-18 10:43:59 +00:00
Amine Khaldi 2788bb0fbe [CMAKE]
- Fix LINK (msvc) warnings.

svn path=/branches/cmake-bringup/; revision=50787
2011-02-18 10:42:11 +00:00
Amine Khaldi c536bc34c9 [CMAKE]
- Fix LINK (msvc) warnings.

svn path=/branches/cmake-bringup/; revision=50786
2011-02-18 10:23:44 +00:00
Amine Khaldi 00f9ce17fc [CMAKE]
- Fix msdmo build. Really.

svn path=/branches/cmake-bringup/; revision=50785
2011-02-18 10:12:42 +00:00
Amine Khaldi ff62e63d04 [CMAKE]
- Fix wuapi build. Really.

svn path=/branches/cmake-bringup/; revision=50783
2011-02-18 09:47:14 +00:00
Johannes Anderwald e600857c19 - Revert all changes made to wuapi. This doesnt work properly with gcc
svn path=/branches/cmake-bringup/; revision=50782
2011-02-18 02:27:40 +00:00
Johannes Anderwald b56e88991d try fix build
svn path=/branches/cmake-bringup/; revision=50781
2011-02-18 02:16:29 +00:00
Johannes Anderwald fb5f05beaa - Fix batt msvc build
svn path=/branches/cmake-bringup/; revision=50780
2011-02-18 01:22:32 +00:00
Johannes Anderwald 9eb2eb0af8 - Fix pcix msvc build
svn path=/branches/cmake-bringup/; revision=50779
2011-02-18 01:09:42 +00:00
Johannes Anderwald f3b2ad3c84 - Fix linking error
svn path=/branches/cmake-bringup/; revision=50778
2011-02-18 01:06:17 +00:00
Johannes Anderwald ee5db18b72 - Fix xinput msvc build
- Powered by Amine

svn path=/branches/cmake-bringup/; revision=50777
2011-02-18 00:39:31 +00:00
Johannes Anderwald a72b838de5 - Amine fixes msvc linking of wuapi elegantly
- All complaints to him ;)

svn path=/branches/cmake-bringup/; revision=50776
2011-02-18 00:25:53 +00:00
Johannes Anderwald 895106f07c - Amine wins ;)
svn path=/branches/cmake-bringup/; revision=50775
2011-02-18 00:00:56 +00:00
Johannes Anderwald 5156ef29e8 - Add wuapi.idl to build
- Include psdk dir for header search
- Fixes wuapi compile with msvc, though doesnt link yet

svn path=/branches/cmake-bringup/; revision=50774
2011-02-17 23:54:23 +00:00
Amine Khaldi 2c828839b6 [CMAKE]
- A better, albeit temporary fix for 50714 and 50716.

svn path=/branches/cmake-bringup/; revision=50772
2011-02-17 22:12:27 +00:00
Amine Khaldi c127856716 [CMAKE]
- Fix build. Really.

svn path=/branches/cmake-bringup/; revision=50771
2011-02-17 22:11:00 +00:00
Timo Kreuzer 99d12014da Try fix build
svn path=/branches/cmake-bringup/; revision=50769
2011-02-17 20:09:56 +00:00