Giter Site home page Giter Site logo

mity / theme-explorer Goto Github PK

View Code? Open in Web Editor NEW
84.0 7.0 21.0 110 KB

Small tool for exploring visual styles (aka themes) on Windows XP and later, as provided by UXTHEME.DLL.

Home Page: http://mctrl.org/tools.php

License: MIT License

C 99.20% CMake 0.80%
visual-styles utility windows windows-desktop

theme-explorer's Introduction

Theme Explorer

What is it?

This is a small tool to explore visual styles (aka themes) on Windows XP and later, as provided by UXTHEME.DLL.

It has been developed as an auxiliary tool to be used during the development of the mCtrl project but possibly other UI developers can find it useful too.

The tool as well as its sources can be downloaded from mCtrl website:

License

Theme Explorer is covered with MIT license, see the file LICENSE.md.

System requirements

To run it, you need MS Windows XP or newer (because of UXTHEME.DLL), and to be really useful, you must have visual styles enabled in your Windows.

theme-explorer's People

Contributors

mity avatar zzhiyi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

theme-explorer's Issues

How to build it with VS2017?

Is this repo still maintained?

I'm attempting to build this project with VS 2017.

First off, there's no VS solution included in the source package. So I built it by using File -> New -> Project from Existing Code and by specifying your "src" folder. Then after adding all sorts of missing .libs and removing hardcoded manifest resource there are two main issues:

  1. When I'm trying to open the "resources" in VS, it gives me this error:
    https://i.imgur.com/zqibY9k.png

  2. Even after I managed to compile the code (ignoring multiple warnings), the executable doesn't seem to be showing any themes. Here's a comparison to your binary:
    https://i.imgur.com/nCtDZcq.png

some memory leaks...

  1. There are a bunch of GetDC() calls inside db.c. They all require ReleaseDC() pair calls.
  2. There are some GetThemeBitmap() calls inside main.c. Even specifying GBF_DIRECT as flag they seem to make anyway a copy of the bitmaps according to my environment test. Not deleting them afterwards will cause leaks. You can see it on the GDI handles column from task manager.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.