2006-10-09 |
Mart Raudsepp | Fix wxOS2 compilation, as reported by Lauri Nurmi.... |
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 |
Vadim Zeitlin | moved wxUSE_MS_HTML_HELP back into setup_inc.h (undoing... |
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 |
Paul Cornett | Move some things to wxBitmapBase to avoid much duplication. |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | added wxUSE_ABOUTDLG |
tree | commitdiff |
2006-10-05 |
Robin Dunn | Make the message about wxUSE_GRAPHICS_CONTEXT a bit... |
tree | commitdiff |
2006-10-04 |
Robin Dunn | Bakefile changes for building the graphics context... |
tree | commitdiff |
2006-09-28 |
Vadim Zeitlin | add compilation options to allow compiling in just... |
tree | commitdiff |
2006-09-25 |
Vadim Zeitlin | The Great wxRegion Refactoring: |
tree | commitdiff |
2006-09-24 |
Vadim Zeitlin | Added wxUSE_VARIANT and the related checks, also added... |
tree | commitdiff |
2006-09-24 |
Julian Smart | Added DoLoadFile, DoSaveFile to wxTextCtrlBase |
tree | commitdiff |
2006-09-23 |
Robert Roebling | [ 1559479 ] wxImageComboBox |
tree | commitdiff |
2006-09-13 |
Włodzimierz Skiba | [ 1556353 ] [wxOS2] Change derivation to add wxGauge... |
tree | commitdiff |
2006-09-10 |
Vadim Zeitlin | removed overloaded virtual InitWith() methods, keep... |
tree | commitdiff |
2006-09-05 |
Vadim Zeitlin | mark all dtors which are virtual because base class... |
tree | commitdiff |
2006-08-24 |
Włodzimierz Skiba | Avoid conflict between new transparency API and old... |
tree | commitdiff |
2006-08-24 |
Stefan Neis | Removed no longer needed "DECLARE_EVENT_TABLE()" comple... |
tree | commitdiff |
2006-08-19 |
Vadim Zeitlin | moved all wxDialog event handlers to wxDialogBase to... |
tree | commitdiff |
2006-08-19 |
Vadim Zeitlin | centralized Esc key handling for closing the dialogs... |
tree | commitdiff |
2006-08-13 |
Vadim Zeitlin | wxPlatformInfo (patch 1532064) |
tree | commitdiff |
2006-08-10 |
Václav Slavík | moved duplicated wxRegionContain definitions to wx... |
tree | commitdiff |
2006-08-06 |
Stefan Neis | Fixed (?) problem in region handling which caused major... |
tree | commitdiff |
2006-07-09 |
Stefan Neis | Added implementation for wxGetKeyState and wxGetMouseState. |
tree | commitdiff |
2006-07-02 |
Stefan Neis | Fixes to sizing and others, according to patch #1507207. |
tree | commitdiff |
2006-06-30 |
Vadim Zeitlin | moved wxUSE_MS_HTML_HELP to MSW-specific setup.h, it... |
tree | commitdiff |
2006-06-27 |
Vadim Zeitlin | added wxUSE_PRINTF_POS_PARAMS which can be used to... |
tree | commitdiff |
2006-06-20 |
Włodzimierz Skiba | Fix for wxOS2 built with common prt of setup0.h. |
tree | commitdiff |
2006-06-18 |
Stefan Neis | Partly reverted changes to Get(Current)Selection. |
tree | commitdiff |
2006-06-06 |
Włodzimierz Skiba | AUI under wxOS2 build fixes. |
tree | commitdiff |
2006-06-05 |
Stefan Neis | Made additional error codes available. |
tree | commitdiff |
2006-05-31 |
Vadim Zeitlin | added wx{Colour|File|Dir|Font}PickerCtrl (patch 1472329... |
tree | commitdiff |
2006-05-29 |
Vadim Zeitlin | miscellaneous wxFont enhancements (patch 1496606): |
tree | commitdiff |
2006-05-28 |
Vadim Zeitlin | File/dir dialog styles and other changes (patch 1488371): |
tree | commitdiff |
2006-05-28 |
Vadim Zeitlin | added wxHyperlinkCtrl (patch 1476781 from Francesco) |
tree | commitdiff |
2006-05-28 |
Vadim Zeitlin | wxVsnprintf() implementation with positional parameters... |
tree | commitdiff |
2006-05-26 |
Paul Cornett | move some data definitions to more appropriate places |
tree | commitdiff |
2006-05-25 |
Paul Cornett | unused declarations |
tree | commitdiff |
2006-05-20 |
Paul Cornett | correct wxString forward declaration |
tree | commitdiff |
2006-05-16 |
Vadim Zeitlin | renamed wxComboControl to wxComboCtrl and related wxUSE... |
tree | commitdiff |
2006-05-08 |
Vadim Zeitlin | added wxUSE_COMBOBCONTROL and wxUSE_OWNERDRAWNCOMBOBOX... |
tree | commitdiff |
2006-05-06 |
Vadim Zeitlin | misc fixes for wxDirDialog; new wxDD_CHANGE_DIR flag... |
tree | commitdiff |
2006-04-30 |
Robert Roebling | Trying to commit wxDirDialog patch. |
tree | commitdiff |
2006-04-24 |
Włodzimierz Skiba | wxOS2 build fixes after wxColourBase introduction. |
tree | commitdiff |
2006-04-24 |
Włodzimierz Skiba | [ 1473731 ] 'wxColourBase and wxString <-> wxColour... |
tree | commitdiff |
2006-04-20 |
Paul Cornett | remove unneeded gdiobj.h files |
tree | commitdiff |
2006-04-19 |
Vadim Zeitlin | regenerated using build/update-setup-h to have wxUSE_DI... |
tree | commitdiff |
2006-04-14 |
Włodzimierz Skiba | Deprecated and obsolete parts marked up for backward... |
tree | commitdiff |
2006-04-12 |
Stefan Neis | Fixed GetSelection to behave the same as for the other... |
tree | commitdiff |
2006-03-30 |
Włodzimierz Skiba | Better backward compatibility and deprecation markup... |
tree | commitdiff |
2006-03-28 |
Vadim Zeitlin | really disable wxUSE_DISPLAY for wxMGL and wxOS2 |
tree | commitdiff |
2006-03-28 |
Włodzimierz Skiba | Line-up deprecated interface of wxTreeCtrl between... |
tree | commitdiff |
2006-03-24 |
Włodzimierz Skiba | Back to unsigned int count in wxTreeCtrl. |
tree | commitdiff |
2006-03-24 |
Włodzimierz Skiba | More null virtuals in wxRadioBoxBase (see: 'Developers_... |
tree | commitdiff |
2006-03-23 |
Vadim Zeitlin | replaced all int/size_t indices in wxControlWithItems... |
tree | commitdiff |
2006-03-16 |
Vadim Zeitlin | wxDisplay cleanup/rewrite: |
tree | commitdiff |
2006-03-14 |
Włodzimierz Skiba | Line-up interfaces to use size_t for GetCount()s (and... |
tree | commitdiff |
2006-03-10 |
Robin Dunn | Applied Patch #1424869: Implement wxListCtrl::SetItemCo... |
tree | commitdiff |
2006-02-26 |
Stefan Neis | Added handling of dashes (patch #1438894). |
tree | commitdiff |
2006-02-26 |
Włodzimierz Skiba | Missing wxPen (dashes) members. |
tree | commitdiff |
2006-02-09 |
Vadim Zeitlin | great copy ctor/assignment operators cleanup by Paul... |
tree | commitdiff |
2006-01-26 |
Włodzimierz Skiba | Include order is wxprec.h=>defs.h=>platform.h=>setup... |
tree | commitdiff |
2006-01-25 |
Robin Dunn | Patch from Tim Kosse to add supoprt for wxListCtrl... |
tree | commitdiff |
2006-01-25 |
Włodzimierz Skiba | Fixes for building wxOS2 shared with OpenWatcom. |
tree | commitdiff |
2006-01-16 |
Mart Raudsepp | Move constant strings to .rodata/.data.rel.ro ELF segme... |
tree | commitdiff |
2006-01-06 |
Stefan Neis | Integrated fixes for sizing/positioning; cleanup; remov... |
tree | commitdiff |
2006-01-04 |
Stefan Neis | Fixed label handling (translating for accelerator handl... |
tree | commitdiff |
2006-01-04 |
Stefan Neis | Improved size handling. |
tree | commitdiff |
2006-01-03 |
Stefan Neis | Applied patch #1396039 (Notebook tab bitmaps) |
tree | commitdiff |
2005-12-25 |
Stefan Neis | Fixed GetIcon to keep up with return type change on... |
tree | commitdiff |
2005-11-30 |
Vadim Zeitlin | 1. moved m_majorDim duplicated in many ports to wxRadio... |
tree | commitdiff |
2005-11-29 |
Mart Raudsepp | Make wxJoystick::GetNumberJoystick a static method... |
tree | commitdiff |
2005-11-15 |
Włodzimierz Skiba | Minor cleanings. |
tree | commitdiff |
2005-11-10 |
Włodzimierz Skiba | Macros for simplified testing Open Watcom version and... |
tree | commitdiff |
2005-11-04 |
Włodzimierz Skiba | Get/SetTitle only for wxTopLevelWindow (wxOS2 part). |
tree | commitdiff |
2005-10-27 |
Włodzimierz Skiba | Support for automatic setup.h in OS/2 with OW builds... |
tree | commitdiff |
2005-10-23 |
Stefan Neis | Removed unused symbol __WXOS2__ (it's either __OS2__... |
tree | commitdiff |
2005-10-19 |
Julian Smart | Added wxRichTextCtrl |
tree | commitdiff |
2005-10-09 |
Mattia Barbon | Removed WXWIN_COMPATIBILITY_2_2 together with code... |
tree | commitdiff |
2005-10-06 |
Włodzimierz Skiba | wxPalette unified. Source cleaning. |
tree | commitdiff |
2005-10-06 |
Włodzimierz Skiba | wxMotif for OS/2 adjustements. Source cleaning. |
tree | commitdiff |
2005-10-05 |
Włodzimierz Skiba | wxColour source cleaning. Corrections to 'const unsigne... |
tree | commitdiff |
2005-10-04 |
Włodzimierz Skiba | Fix for mistake with const for non pointer/reference... |
tree | commitdiff |
2005-10-04 |
Włodzimierz Skiba | wxBrush::SetColour and wxPen::SetColour unified. Source... |
tree | commitdiff |
2005-10-03 |
Włodzimierz Skiba | Source cleaning. wxMotif/OS2 adjustements. |
tree | commitdiff |
2005-09-29 |
Włodzimierz Skiba | wxCheckListBox cleanup. |
tree | commitdiff |
2005-09-27 |
Włodzimierz Skiba | wxItemContainerImmutable::FindString unified. |
tree | commitdiff |
2005-09-25 |
Michael Wetherell | Fixes for include guards, patch 1256967 Paul Cornett |
tree | commitdiff |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
tree | commitdiff |
2005-09-21 |
Włodzimierz Skiba | Wrong flag correction. |
tree | commitdiff |
2005-09-18 |
Stefan Neis | Added (dummy) handler for loading bitmap from file... |
tree | commitdiff |
2005-08-23 |
Włodzimierz Skiba | wxOS2/OW warning and build fixes. |
tree | commitdiff |
2005-08-19 |
Michael Wetherell | Fix uses of wxUSE_METAFILE, patch 1262723 Paul Cornett |
tree | commitdiff |
2005-08-04 |
Vadim Zeitlin | removed (unused since quite some time) wxUSE_ITSY_BITSY |
tree | commitdiff |
2005-08-04 |
Vadim Zeitlin | removed wxUSE_PENWINDOWS (and its misspellings), it... |
tree | commitdiff |
2005-07-26 |
Włodzimierz Skiba | Corrections for future OW 1.4. Warning fixes. |
tree | commitdiff |
2005-07-22 |
Włodzimierz Skiba | Re-adding setup0.h for OpenWatcom makefile build. |
tree | commitdiff |
2005-07-21 |
Włodzimierz Skiba | wxOS2 with Open Watcom: correct PCH usage, missing... |
tree | commitdiff |
next |