2006-10-09 |
Vadim Zeitlin | change UpdateSelection() parameter type to int from... |
tree | commitdiff |
2006-10-09 |
Włodzimierz Skiba | Warnings, build errors, headers, licence, prefered... |
tree | commitdiff |
2006-10-09 |
Włodzimierz Skiba | Build fix. |
tree | commitdiff |
2006-10-09 |
Paul Cornett | non-pch build fixes |
tree | commitdiff |
2006-10-09 |
Mart Raudsepp | Fix wxOS2 compilation, as reported by Lauri Nurmi.... |
tree | commitdiff |
2006-10-09 |
Włodzimierz Skiba | Updated setup for univ build. |
tree | commitdiff |
2006-10-09 |
Robin Dunn | Bumping the version number also requires that version... |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | another Ok() changed to IsOk() |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | added SendPageChanging/ChangedEvent() functions; fixed... |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | restored sending events from Replace/Remove/Write/Appen... |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | fix compilation after recent wxTextCtrl changes |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | moved DoSetValue() to wxTextCtrlBase instead of having... |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | add IsOk() to all classes having Ok() method (patch... |
tree | commitdiff |
2006-10-08 |
Stefan Neis | Use system colours for ownerdrawn highlighting (patch... |
tree | commitdiff |
2006-10-08 |
Robert Roebling | Compile fix. |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | moved wxUSE_MS_HTML_HELP back into setup_inc.h (undoing... |
tree | commitdiff |
2006-10-08 |
Robert Roebling | Compile fix. |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | added wxTextCtrl::IsEmpty() |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | added wxTextCtrl::ChangeValue() which is the same as... |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | added wxBookCtrl::ChangeSelection() which is the same... |
tree | commitdiff |
2006-10-08 |
Robert Roebling | [ 1572220 ] Show popup when wxComboCtrl image area... |
tree | commitdiff |
2006-10-08 |
Paul Cornett | revert last change, plus small cleanup |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | (probably wrong) fix for wxMSW linking errors introduce... |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | added example of customizing the generic about dialog... |
tree | commitdiff |
2006-10-08 |
Julian Smart | Added a customisable formatting dialog for wxRichTextCt... |
tree | commitdiff |
2006-10-08 |
Julian Smart | Added a symbol selection dialog, with optional font... |
tree | commitdiff |
2006-10-08 |
Julian Smart | Added option to set style from style listbox when single |
tree | commitdiff |
2006-10-08 |
Julian Smart | Use paragraph's attributes for paragraph-related styles... |
tree | commitdiff |
2006-10-08 |
Julian Smart | Don't use double buffering on platforms that do it... |
tree | commitdiff |
2006-10-08 |
Julian Smart | Added paragraph symbol font (Get/SetSymbolFont in attri... |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | added GTK+ 2.6 implementation of wxAboutBox |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | added native Mac implementation of wxAboutBox(); also... |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | added Unicode-friendly variants of version string macros |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | added Unicode-friendly wxSTRINGIZE_T() |
tree | commitdiff |
2006-10-08 |
Paul Cornett | Move some things to wxBitmapBase to avoid much duplication. |
tree | commitdiff |
2006-10-08 |
Robin Dunn | Override CreateItem so wxListBox can turn its notificat... |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | initial implementation of wxAboutBox() |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | added wxUSE_ABOUTDLG |
tree | commitdiff |
2006-10-07 |
Paul Cornett | some cleanup, and plug a few small holes |
tree | commitdiff |
2006-10-07 |
Robert Roebling | Not everything has to be virtual. |
tree | commitdiff |
2006-10-06 |
Robert Roebling | Return toolbars "own" GdkWindow, required among |
tree | commitdiff |
2006-10-06 |
Paul Cornett | make pixbuf/alpha handling more coherent in gtk wxBitma... |
tree | commitdiff |
2006-10-06 |
Robert Roebling | Implemended column header mouse clicks. |
tree | commitdiff |
2006-10-05 |
Robin Dunn | ensure that wxMAC_USE_CORE_GRAPHICS is turned on if... |
tree | commitdiff |
2006-10-05 |
Robin Dunn | Make the message about wxUSE_GRAPHICS_CONTEXT a bit... |
tree | commitdiff |
2006-10-05 |
Robert Roebling | Added sort order and alignement for column headers. |
tree | commitdiff |
2006-10-05 |
Mattia Barbon | Fix buffer overrun in Linux/x86_64 (Pixel is a 64... |
tree | commitdiff |
2006-10-05 |
Robert Roebling | Add support for bitmaps in headers. |
tree | commitdiff |
2006-10-05 |
Robert Roebling | [ 1560785 ] wxFileName::IsReadable/Writable/Executable |
tree | commitdiff |
2006-10-05 |
Vadim Zeitlin | fix problems with using incorrect vswprintf() for mingw... |
tree | commitdiff |
2006-10-05 |
Vadim Zeitlin | restored Ove Kåven name in the header comment which was |
tree | commitdiff |
2006-10-04 |
Robert Roebling | Add row activated event. |
tree | commitdiff |
2006-10-04 |
Włodzimierz Skiba | BookCtrl event handler added to default book layer. |
tree | commitdiff |
2006-10-04 |
Robin Dunn | Bakefile changes for building the graphics context... |
tree | commitdiff |
2006-10-03 |
Robin Dunn | Give the grid events a Clone method |
tree | commitdiff |
2006-10-03 |
Robin Dunn | DLL build fix |
tree | commitdiff |
2006-10-03 |
Robert Roebling | More selection work in GTK+ version. |
tree | commitdiff |
2006-10-03 |
Stefan Csomor | adding alpha to gtk colour |
tree | commitdiff |
2006-10-03 |
Robert Roebling | Renamed wxDataViewCell to wxDataViewRenderer since the |
tree | commitdiff |
2006-10-03 |
Vadim Zeitlin | fixes for compilation with wxUSE_XXX==0 and some other... |
tree | commitdiff |
2006-10-03 |
Vadim Zeitlin | fix wxFilesystem compilation if wxUSE_FFILE is 0 but... |
tree | commitdiff |
2006-10-03 |
Paul Cornett | header cleanup |
tree | commitdiff |
2006-10-03 |
Robert Roebling | Added event skeletons, defines, event ids.. |
tree | commitdiff |
2006-10-03 |
Robert Roebling | Added selection API. |
tree | commitdiff |
2006-10-03 |
Robert Roebling | Replaces size_t with unsigned int in wxDataViewCtrl... |
tree | commitdiff |
2006-10-02 |
Vadim Zeitlin | added wxUSE_ACTIVEX which depends on wxUSE_VARIANT... |
tree | commitdiff |
2006-10-02 |
Paul Cornett | non-pch build fix |
tree | commitdiff |
2006-10-02 |
Paul Cornett | listctrl header cleanup |
tree | commitdiff |
2006-10-02 |
Włodzimierz Skiba | GCC warning fix. Minor cleanup. |
tree | commitdiff |
2006-10-02 |
Vadim Zeitlin | put expdecl in the correct place in DECLARE/IMPLEMENT_V... |
tree | commitdiff |
2006-10-02 |
Paul Cornett | put grid string in generic/grid.cpp, not common/datacmn.cpp |
tree | commitdiff |
2006-10-02 |
Włodzimierz Skiba | Tinderbox build fix. |
tree | commitdiff |
2006-10-02 |
Włodzimierz Skiba | Warning fixes after char->wxChar in wxVariant. |
tree | commitdiff |
2006-10-02 |
Paul Cornett | use unsigned for display count |
tree | commitdiff |
2006-10-01 |
Robert Roebling | Removed some irritating flags. |
tree | commitdiff |
2006-10-01 |
Julian Smart | Added rich text buffer clipboard support. |
tree | commitdiff |
2006-09-30 |
Robert Roebling | Several wxBitmapDataCell changes. |
tree | commitdiff |
2006-09-30 |
Robert Roebling | Missed these in the char -> wxChar change. |
tree | commitdiff |
2006-09-30 |
Robert Roebling | Move wxVariant support for GDI classes to their |
tree | commitdiff |
2006-09-30 |
Václav Slavík | clean DFB event buffer on shutdown |
tree | commitdiff |
2006-09-30 |
Vadim Zeitlin | draw solid focus rectangle in mono theme and don't... |
tree | commitdiff |
2006-09-30 |
Robert Roebling | Added DECLARE_VARIANT_OBJECT macros for easy conversion |
tree | commitdiff |
2006-09-30 |
Vadim Zeitlin | move wxSTRINGIZE and other preprocessor helpers to... |
tree | commitdiff |
2006-09-30 |
Stefan Csomor | missing Normalize implementation |
tree | commitdiff |
2006-09-30 |
Stefan Csomor | enabling alpha on msw colour |
tree | commitdiff |
2006-09-30 |
Vadim Zeitlin | include wx/defs.h to get wxSTRINGIZE |
tree | commitdiff |
2006-09-30 |
Robert Roebling | Changed char to wxChar. |
tree | commitdiff |
2006-09-30 |
Robert Roebling | Applied ref-couting patch. |
tree | commitdiff |
2006-09-30 |
Kevin Ollivier | Fixed sorting and commiting support for native virtual... |
tree | commitdiff |
2006-09-29 |
Václav Slavík | undef wxUSE_THEME_XXX before redefining them to 1 if... |
tree | commitdiff |
2006-09-29 |
Włodzimierz Skiba | Tinderbox build fix. |
tree | commitdiff |
2006-09-29 |
Stefan Csomor | graphics context implementation |
tree | commitdiff |
2006-09-29 |
Václav Slavík | fixed IMPLEMENT_APP to work even if compiled with ... |
tree | commitdiff |
2006-09-29 |
Václav Slavík | moved wxSTRINGIZE to defs.h and made it work with macro... |
tree | commitdiff |
2006-09-29 |
Václav Slavík | fixed wxStatusBar size calculations so that the text... |
tree | commitdiff |
2006-09-29 |
Julian Smart | Fixed bugs in, and added operators and copy constructor... |
tree | commitdiff |
2006-09-28 |
Vadim Zeitlin | The Lesser wxMask Refactoring: merged wxMGL and wxDFB... |
tree | commitdiff |
2006-09-28 |
Vadim Zeitlin | add compilation options to allow compiling in just... |
tree | commitdiff |
2006-09-28 |
Vadim Zeitlin | no real changes, just replaced a long preprocessor... |
tree | commitdiff |
2006-09-28 |
Vadim Zeitlin | define wxUSE_BOOKCTRL when wxUSE_NOTE/LIST/CHOICEBOOK... |
tree | commitdiff |
next |