Projects tagged ‘cplusplus’ and ‘wxwidgets’


Jump to tag:

Projects tagged ‘cplusplus’ and ‘wxwidgets’

Filtered by Project Tags cplusplus wxwidgets

Refine results Project Tags gui (7) windows (6) c++ (5) linux (5) development (5) source (5) cross-platform (5) wx (5) code (4) coding (4) programming (4) c (4)

[27 total ]

80 Users
   

Code::Blocks is a free, open source, and cross platform IDE. It is being developed in C++ using wxWidgets. Using a plugin architecture, its capabilities and features are defined by the provided ... [More] plugins. Code::Blocks is being developed under Windows and Linux. Users have successfully built Code::Blocks under FreeBSD and under Mac OS X. [Less]
Created over 3 years ago.

7 Users
   

Ultimate++ is a C++ cross-platform rapid application development suite. It includes a set of libraries (GUI, SQL, etc..), and an integrated development environment. Rapid development is achieved by ... [More] the smart and aggressive use of C++ rather than through fancy code generators. In this respect, U++ competes with popular scripting languages while preserving C/C++ runtime characteristics. [Less]
Created over 3 years ago.

3 Users
 

wxDev-C++ is an extension of Dev-C++ by Colin Laplace et. al. This program helps you to create dialogs and frames for wxWidgets visually using a form designer. With all the wonderful features of ... [More] Dev-C++, wxDev-C++ is still being actively developed. The main aim of this project is to provide the wxWidgets community with a free, open-source, commercial-grade IDE/RAD tool for development with wxWidgets. [Less]
Created over 2 years ago.

1 Users

A collection of tools designed to ease the creation of skins for media players. Support for WMP, WMP Mobile and WinAmp are highest priority at the moment. One tool WMPOpen is feature complete and ... [More] empowers users to open, modify and create new skin files for Windows Media Player. [Less]
Created over 2 years ago.

1 Users

A book designed to teach C and C++ programming include GUI design using the popular Open Source IDE wxDev-C++. Includes source code and add-ons for wxDev-C++
Created over 2 years ago.

0 Users

Summarya cross platform book reading software written in wxWidgets. it can detect file encoding and support html, txt, zip, tar, gzip file format, now it support more archive format by using 7z ... [More] dynamic library from 7-Zip. It works under windows,linux, zaurus (c7x0 tested),pocketpc Change Log1.2.3Add WINCE(PocketPC 2003 or above) support Fix bug on 7zip archive handling 1.2.1Add LINUX support for most of the archive types, by using 7z.so and Rar29.so from 7-Zip 1.2.0Add more archive format support (especially for "rar" files), by using 7z.dll from 7-Zip and a library of 7zip lib7zip Fix bug when archive contains folder, the file name is incorrect created. Currently 7zip library only works on windows, next step will add LINUX and Zaurus support 1.1.0Change menu item "Display Chinese Simplify" to a submenu "Display As", now user can choose use "original", "simplified chinese", "tranditional chinese" to view the books Fix bug the recent files menu will show duplicated items upgrade preference file to save "view as" and "display as" for each file 1.0.9wxWidgets upgrade to 2.8.9 Add a menu item "Display Chinese Simplify" : which will show all big5 characters in gb2312 characters. [Less]
Created 12 months ago.

0 Users

A wxwidgets BF IDE with a simple debugger I am working on. Developed in Code::Blocks. NOTE: I haven't worked on this in a while, and it doesn't work at all as of currently.
Created 12 months ago.

0 Users

SourceCounter software is the easiest to use, flexible, and fastest source code counter program for Windows that can count several types (over 20 pre-defined!) of text or source files and report them to you in a quick summary.
Created about 1 year ago.

0 Users

RSS Filter is a program that sits in your taskbar and periodically sifts through your favorite RSS feeds for words or phrases of interest to you. It is capable of simultaneously adding and removing ... [More] articles from feeds based on supplied keywords. The latest windows version now supports CiteULike. (Thanks in no small part to a sub-30-minute turnaround on a feature request. Crazy, right?) This program was something I wrote for myself to keep up with scientific journals such as PRL or the arxiv (cond-mat), but it works just as well with any other RSS feed. Currently it works in Windows and Linux (Ubuntu binaries), and it is written in the cross-platform library wxWidgets, so it should be easy to port. For windows, it should compile right out of the box with wxDev-C++, a somewhat buggy but decent open source RAD IDE. The Linux port should compile using Code::Blocks. Please tinker with the code (included) as you see fit, and let me know if you compile it under other platforms. Filter String SyntaxHere's a note special characters. You can specify search strings using + and | for "AND" and "OR" logic. For example, the Title Search spin+transfer|magnet|chicken pot pie with Title Rejections chicken+beef|plasma will return items containing both "spin" AND "transfer", or "magnet", or the full string "chicken pot pie", but ignore items containing both "chicken" AND "beef" or "plasma". The usual rules apply for logical order of operations: "AND" behaves like multiplication (performed first) and "OR" behaves like addition (second). As a final warning, watch out for white space! It's included in the search (same goes for quotes/symbols). Adding a FeedThe list of feeds to check is located in the file User/feeds.txt. RSS Filter will automatically create an example file when you first run it. To add a feed, just add a line of the form URL|name, such as http://my.personal.feed.com/rss/morestuff|myfeed and then restart RSS Filter. With the above line in feeds.txt, "my feed" should appear in the configuration list box, and RSS Filter should start checking it with the rest. [Less]
Created 12 months ago.

0 Users

Setup CreatorDescriptionSetup Creator is a xml editor. It is a way to edit XML file, and fill it with a GUI that allow you to fill informations corresponding to the grammar (Relax NG file). ... [More] UseDescribe your xml fileFirst, you have give the grammar of your xml file in Relax NG format. Describe your GUIFor the gui, you can describe the tree of the XML with : Icons for tree elements Labels for tree elements Labels for attributes Help and errors text for attributes Deploy itYou just have to open your scc file to edit easily your xml file(s) ! That's all... [Less]
Created 12 months ago.