2002-03-08 |
Robin Dunn | Added a wxIconFromBitmap "constructor" for wxIcon. |
commit | commitdiff | tree | snapshot |
2002-03-08 |
Mattia Barbon | (Hopefully) last fix for daily builds |
commit | commitdiff | tree | snapshot |
2002-03-08 |
Robin Dunn | Fixed compilation error. |
commit | commitdiff | tree | snapshot |
2002-03-08 |
Robin Dunn | Added patch that adds style flags for wxEditableListBox... |
commit | commitdiff | tree | snapshot |
2002-03-08 |
Ron Lee | Added SetLogBuffer method. |
commit | commitdiff | tree | snapshot |
2002-03-08 |
Robin Dunn | Yet another update of XRCed. Fixes some display issues... |
commit | commitdiff | tree | snapshot |
2002-03-08 |
Vadim Zeitlin | fixed typo (missing comma) in MIME test |
commit | commitdiff | tree | snapshot |
2002-03-08 |
Vadim Zeitlin | theoretically unnecessary but practically required... |
commit | commitdiff | tree | snapshot |
2002-03-08 |
Julian Smart | ProcessXEvent now returns TRUE if processed, FALSE... |
commit | commitdiff | tree | snapshot |
2002-03-08 |
Ron Lee | Moved assert to before the segfault. |
commit | commitdiff | tree | snapshot |
2002-03-07 |
Vadim Zeitlin | added a const version of wxColourData::GetColour() |
commit | commitdiff | tree | snapshot |
2002-03-07 |
Robin Dunn | Removed unneeded assert |
commit | commitdiff | tree | snapshot |
2002-03-07 |
Robin Dunn | SWIGged updates for wxGTK |
commit | commitdiff | tree | snapshot |
2002-03-07 |
Robin Dunn | Bugfix for wxTreeCtrl.InsertItemBefore and more SWIGged... |
commit | commitdiff | tree | snapshot |
2002-03-07 |
Václav Slavík | rewrote Chris' fix properly |
commit | commitdiff | tree | snapshot |
2002-03-07 |
Robin Dunn | More XRCed updates from Roman |
commit | commitdiff | tree | snapshot |
2002-03-07 |
Robin Dunn | SWIGged updates for wxGTK |
commit | commitdiff | tree | snapshot |
2002-03-07 |
Robin Dunn | SWIGged updates for wxMSW |
commit | commitdiff | tree | snapshot |
2002-03-07 |
Robin Dunn | Added some anchor related methods to wxHtmlWindow as... |
commit | commitdiff | tree | snapshot |
2002-03-07 |
Robin Dunn | more updates for recent toolbar changes |
commit | commitdiff | tree | snapshot |
2002-03-07 |
Robin Dunn | Added python support for a virtual CanDismiss method |
commit | commitdiff | tree | snapshot |
2002-03-07 |
Robin Dunn | Added a Python-specific Append method to the wxListCtrl |
commit | commitdiff | tree | snapshot |
2002-03-07 |
Robin Dunn | rearrainging a few things |
commit | commitdiff | tree | snapshot |
2002-03-07 |
Julian Smart | Corrections in light of recent toolbar and other changes |
commit | commitdiff | tree | snapshot |
2002-03-07 |
Julian Smart | Added VC++ project files for remaining Gizmo samples |
commit | commitdiff | tree | snapshot |
2002-03-07 |
Gilles Depeyrot | correction to float array declaration following array... |
commit | commitdiff | tree | snapshot |
2002-03-06 |
Vadim Zeitlin | define wxFRAME_FLOAT_ON_PARENT as wxFRAME_TOOL_WINDOW |
commit | commitdiff | tree | snapshot |
2002-03-06 |
Vadim Zeitlin | fixes for non interactive execution |
commit | commitdiff | tree | snapshot |
2002-03-06 |
Gilles Depeyrot | fixed creation of Info.plist file for Mac OS X |
commit | commitdiff | tree | snapshot |
2002-03-06 |
Robin Dunn | A new version of XRCed from Roman Rolinsky with a few... |
commit | commitdiff | tree | snapshot |
2002-03-06 |
Ron Lee | removed superfluous assignment handled in base class. |
commit | commitdiff | tree | snapshot |
2002-03-06 |
Mattia Barbon | More fixes for daily builds |
commit | commitdiff | tree | snapshot |
2002-03-06 |
Julian Smart | Applied [ 516382 ] FL toolbar patch |
commit | commitdiff | tree | snapshot |
2002-03-06 |
Julian Smart | Applied [ 520664 ] filedlg patch |
commit | commitdiff | tree | snapshot |
2002-03-06 |
Julian Smart | Applied patch for Forty, print patch and wxHTML book... |
commit | commitdiff | tree | snapshot |
2002-03-06 |
Vadim Zeitlin | fixes to the new pointer array implementation |
commit | commitdiff | tree | snapshot |
2002-03-06 |
Vadim Zeitlin | explained how the existing array declarations must... |
commit | commitdiff | tree | snapshot |
2002-03-06 |
Vadim Zeitlin | check for sizeof(void *), not sizeof(int *) - not reall... |
commit | commitdiff | tree | snapshot |
2002-03-06 |
Vadim Zeitlin | forbid copying wxEvtHandlers |
commit | commitdiff | tree | snapshot |
2002-03-06 |
Vadim Zeitlin | added missing include guards |
commit | commitdiff | tree | snapshot |
2002-03-06 |
Julian Smart | Moved typedef to within public block to avoid compile... |
commit | commitdiff | tree | snapshot |
2002-03-06 |
Gilles Depeyrot | wxArray<T> macros have been changed to fix runtime... |
commit | commitdiff | tree | snapshot |
2002-03-06 |
Vadim Zeitlin | fixed creation of the dialogs with a simple (non 3D... |
commit | commitdiff | tree | snapshot |
2002-03-06 |
Vadim Zeitlin | fixed menu accel |
commit | commitdiff | tree | snapshot |
2002-03-06 |
Vadim Zeitlin | removed the dialog templates unneeded/unused any longer |
commit | commitdiff | tree | snapshot |
2002-03-06 |
Vadim Zeitlin | correct Insert() docs (bug #526172) |
commit | commitdiff | tree | snapshot |
2002-03-05 |
Mattia Barbon | More blind fixes for daily builds |
commit | commitdiff | tree | snapshot |
2002-03-05 |
Vadim Zeitlin | added missing WXDLLEXPORT |
commit | commitdiff | tree | snapshot |
2002-03-05 |
Vadim Zeitlin | compilation fix for WXWIN_COMPATIBILITY_2_2 == 0 case |
commit | commitdiff | tree | snapshot |
2002-03-05 |
Vadim Zeitlin | changed charset to iso8859-2 |
commit | commitdiff | tree | snapshot |
2002-03-05 |
Vadim Zeitlin | fix for wxScreenDC::GetSize |
commit | commitdiff | tree | snapshot |
2002-03-05 |
Vadim Zeitlin | added missing default values for the 2nd argument of... |
commit | commitdiff | tree | snapshot |
2002-03-05 |
Václav Slavík | fixed compilation for wxUSE_UNICODE=1, wxUSE_UNICODE_MSLU=0 |
commit | commitdiff | tree | snapshot |
2002-03-04 |
Mattia Barbon | Blind fix for daily builds |
commit | commitdiff | tree | snapshot |
2002-03-04 |
Vadim Zeitlin | added Hungarian translations |
commit | commitdiff | tree | snapshot |
2002-03-04 |
Jouk Jansen | Committing in . |
commit | commitdiff | tree | snapshot |
2002-03-04 |
Julian Smart | Removed obsolete -WE flags from WIN32 BC++ makefiles |
commit | commitdiff | tree | snapshot |
2002-03-03 |
Václav Slavík | fixed translatable strings handling in XRC |
commit | commitdiff | tree | snapshot |
2002-03-03 |
Václav Slavík | removed implicit dependency on wxPNGHandler from wxGTK... |
commit | commitdiff | tree | snapshot |
2002-03-01 |
David Webster | This weeks interface and compile catchup |
commit | commitdiff | tree | snapshot |
2002-02-28 |
Robert Roebling | Lots of things to make menus and submenus work. |
commit | commitdiff | tree | snapshot |
2002-02-28 |
Vadim Zeitlin | don't allow clicking disabled buttons |
commit | commitdiff | tree | snapshot |
2002-02-28 |
Vadim Zeitlin | fix button double click handling (should be treated... |
commit | commitdiff | tree | snapshot |
2002-02-28 |
Vadim Zeitlin | removed unnecessary include |
commit | commitdiff | tree | snapshot |
2002-02-28 |
Robin Dunn | fixed typo |
commit | commitdiff | tree | snapshot |
2002-02-28 |
Robin Dunn | Added wxPython.lib.rcsizer which contains RowColSizer... |
commit | commitdiff | tree | snapshot |
2002-02-28 |
Vadim Zeitlin | fixes to toolbar, seems to work |
commit | commitdiff | tree | snapshot |
2002-02-28 |
Vadim Zeitlin | warnings fixed |
commit | commitdiff | tree | snapshot |
2002-02-28 |
Julian Smart | Added a test for lastH.IsOk() |
commit | commitdiff | tree | snapshot |
2002-02-28 |
Robin Dunn | Moved declaratrions of wxPyInputStream and etc. into... |
commit | commitdiff | tree | snapshot |
2002-02-28 |
Robin Dunn | Moved declaratrions of wxPyInputStream and etc. into... |
commit | commitdiff | tree | snapshot |
2002-02-28 |
Julian Smart | Corrected points to pixels calculation |
commit | commitdiff | tree | snapshot |
2002-02-28 |
Robin Dunn | Moved declaratrions of wxPyInputStream and etc. into... |
commit | commitdiff | tree | snapshot |
2002-02-28 |
Ron Lee | Typo fix for GetSizer. |
commit | commitdiff | tree | snapshot |
2002-02-27 |
Vadim Zeitlin | [start of] a wxUniversal implementation of wxToolBar |
commit | commitdiff | tree | snapshot |
2002-02-27 |
Vadim Zeitlin | removed the SetMargins call |
commit | commitdiff | tree | snapshot |
2002-02-27 |
Julian Smart | Added static wxBuffer |
commit | commitdiff | tree | snapshot |
2002-02-27 |
Julian Smart | Nano-X: used drawable-to-wxImage function in wxBitmap... |
commit | commitdiff | tree | snapshot |
2002-02-27 |
Julian Smart | Nano-X: added function to copy from a drawable to a... |
commit | commitdiff | tree | snapshot |
2002-02-27 |
Julian Smart | Nano-X: bitmap now showing in wxMessageBox, but it... |
commit | commitdiff | tree | snapshot |
2002-02-26 |
Robin Dunn | Changed the img2py tool to use PNG instead of XPM for... |
commit | commitdiff | tree | snapshot |
2002-02-26 |
Julian Smart | Got dialog sizing to work, downsized fonts a bit (thoug... |
commit | commitdiff | tree | snapshot |
2002-02-26 |
Julian Smart | Window management and sizer layout corrections |
commit | commitdiff | tree | snapshot |
2002-02-26 |
Vadim Zeitlin | fixed a few warnings |
commit | commitdiff | tree | snapshot |
2002-02-26 |
Julian Smart | Fixed XGetWindowAttributes so 'mapped' is reported |
commit | commitdiff | tree | snapshot |
2002-02-26 |
Julian Smart | Attempt at creating appropriate fonts in Nano-X |
commit | commitdiff | tree | snapshot |
2002-02-26 |
Julian Smart | Nano-X changes: removed spurious -O for Nano-X configur... |
commit | commitdiff | tree | snapshot |
2002-02-25 |
Robert Roebling | New code for greying out. |
commit | commitdiff | tree | snapshot |
2002-02-25 |
Julian Smart | Compilation fixes for Nano-X |
commit | commitdiff | tree | snapshot |
2002-02-25 |
Vadim Zeitlin | fixed linking errors |
commit | commitdiff | tree | snapshot |
2002-02-25 |
Julian Smart | Changed greying out to very crude algorithm, just drain... |
commit | commitdiff | tree | snapshot |
2002-02-25 |
Vadim Zeitlin | fixed error in mouse capture test |
commit | commitdiff | tree | snapshot |
2002-02-25 |
Julian Smart | Put tool disabling back in, but we need to debug wxCrea... |
commit | commitdiff | tree | snapshot |
2002-02-25 |
Julian Smart | data_image -> mask_image, correcting some crashes in... |
commit | commitdiff | tree | snapshot |
2002-02-25 |
Julian Smart | Commented out the bitmap-greying code until I have... |
commit | commitdiff | tree | snapshot |
2002-02-25 |
Julian Smart | Corrected typos |
commit | commitdiff | tree | snapshot |
2002-02-25 |
Julian Smart | Added middle mouse event macros to wxListCtrl doc;... |
commit | commitdiff | tree | snapshot |
2002-02-24 |
Václav Slavík | reverted wxMGL-specific code (didn't mean to commit... |
commit | commitdiff | tree | snapshot |
2002-02-24 |
Vadim Zeitlin | added a note that wxStringList is obsolete |
commit | commitdiff | tree | snapshot |
2002-02-24 |
Julian Smart | Reverted to my own solution; I think it's better becaus... |
commit | commitdiff | tree | snapshot |
next |