wxWidgets 2.8.9 Released

16 years ago

The wxWidgets team is pleased to announce a new wxWidgets release. The latest stable release in 2.8 series contains several…

wxJSON 1.0 Released

16 years ago

JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is…

Отправка SMS под wxWinCE с помощью CE MAPI

16 years ago

Появилась необходимость программно отправлять SMS с телефона под управлением Windows Mobile. Решил не изобретать велосипед и поиспользовать MAPI для этих…

How to Draw Gradient Buttons (wxWidgets Way)

16 years ago

Several days ago I found How to draw gradient buttons post at Native Mobile blog. Looks nice but I think…

Getting Acquainted with Document/View Framework – Simple Image Viewer

16 years ago

In my previous posts here and here I showed how to create a simple application which uses Document/View framework. Now…

wxWidgets 2.8.8 is out !!!

16 years ago

June 24th, 2008 -- the wxWidgets team is pleased to announce a new wxWidgets release. wxWidgets is a mature, open…

wxJSON 0.5.0 Released

16 years ago

This wxJSON release adds support for 64-bits integers on those platforms that have native support for it such as, for…

Реализация Job Queue на wxWidgets (+исходник)

16 years ago

При работе с потоками часто приходится делать кучу однотипных задач: создавать класс, производный от wxThread, реализовывать метод Entry() для этого…

wxJSON 0.4 Released

16 years ago

This release adds the 'copy-on-write' feature to the copy ctor and assignment operator of JSON value class. Note that this…

Getting Acquainted with Document-View architecture – Part II – Simple Text Editor

16 years ago

Today we’ll dig a little bit deeper into Document/View framework provided by wxWidgets and will see how to create a…