2003-03-02 |
Vadim Zeitlin | implemented video mode support (getting the current... |
tree | commitdiff |
2003-02-27 |
Vadim Zeitlin | added wxUSE_DISPLAY |
tree | commitdiff |
2003-02-16 |
Julian Smart | Added accessibility headers |
tree | commitdiff |
2003-02-12 |
Vadim Zeitlin | added DoSetNativeFontInfo() to avoid virtual function... |
tree | commitdiff |
2003-02-10 |
Mattia Barbon | Remove unnecessary header dependencies. Fix resulting... |
tree | commitdiff |
2003-02-04 |
Mattia Barbon | Do not redeclare a struct (w32api 2.2 will have it). |
tree | commitdiff |
2003-02-02 |
Vadim Zeitlin | big wxCursor cleanup |
tree | commitdiff |
2003-02-02 |
Vadim Zeitlin | removed wxCURSOR_SIZING (we now use the std one) |
tree | commitdiff |
2003-02-01 |
Vadim Zeitlin | what do we need a separate (from m_windowStyle) m_dialo... |
tree | commitdiff |
2003-01-30 |
Václav Slavík | restored #ifndef wxUSE_UNICODE accidentaly removed... |
tree | commitdiff |
2003-01-30 |
Robin Dunn | 1. Added m_count and maintain its value in InsertItem... |
tree | commitdiff |
2003-01-30 |
Robin Dunn | Revert last change so the right log message gets put... |
tree | commitdiff |
2003-01-30 |
Robin Dunn | Fix for export warning when compiling a DLL. |
tree | commitdiff |
2003-01-29 |
Václav Slavík | added MSLU reference to wxUSE_UNICODE |
tree | commitdiff |
2003-01-25 |
Vadim Zeitlin | removed wxICON_IS_BITMAP, it is now always (implicitly... |
tree | commitdiff |
2003-01-25 |
Vadim Zeitlin | removed warnings about using the deprecated functions... |
tree | commitdiff |
2003-01-25 |
Ron Lee | Don't use bitmap by default. |
tree | commitdiff |
2003-01-25 |
Ron Lee | Don't default to using bitmap. |
tree | commitdiff |
2003-01-22 |
Vadim Zeitlin | made wxBitmapRefData private (actually, this also fixes... |
tree | commitdiff |
2003-01-22 |
Vadim Zeitlin | compilation fixes for OpenWatcom |
tree | commitdiff |
2003-01-18 |
Vadim Zeitlin | fixed resource leak in MemoryHDC (closes bug 670016) |
tree | commitdiff |
2003-01-17 |
Mattia Barbon | Under Cygwin, in platform.h default to wxMSW unless... |
tree | commitdiff |
2003-01-15 |
Vadim Zeitlin | added WXWIN_COMPATIBILITY_2_4 |
tree | commitdiff |
2003-01-14 |
Vadim Zeitlin | compilation fix for wxUSE_CONSTRAINTS==0 |
tree | commitdiff |
2003-01-14 |
Mattia Barbon | #define HAVE_W32API_H for Cygwin/GCC 3.x, too. |
tree | commitdiff |
2003-01-12 |
Vadim Zeitlin | OpenWatcom compilation fixes (patch 665959) |
tree | commitdiff |
2003-01-12 |
Vadim Zeitlin | compilation fixes for non default wxUSE_XXX values... |
tree | commitdiff |
2003-01-10 |
Vadim Zeitlin | removed style parameter from MSWCreate(), it is unneeded |
tree | commitdiff |
2003-01-10 |
Vadim Zeitlin | use MSWCreateControl() instead of duplicating its code |
tree | commitdiff |
2003-01-10 |
Vadim Zeitlin | removed style parameter from MSWCreateToolbar(), it... |
tree | commitdiff |
2003-01-08 |
Vadim Zeitlin | #undef LoadBitmap() too |
tree | commitdiff |
2003-01-07 |
Julian Smart | Removed old __WXWINE__ support (obsoleted by new __WINE... |
tree | commitdiff |
2003-01-07 |
Julian Smart | Applied patch [ 662321 ] Port of wxWindows to Wine |
tree | commitdiff |
2003-01-06 |
Vadim Zeitlin | fixed the return type of LoadIcon() |
tree | commitdiff |
2003-01-05 |
Vadim Zeitlin | #undef LoadIcon() too |
tree | commitdiff |
2003-01-03 |
Vadim Zeitlin | IsStandard() shouldn't return TRUE for formats >= wxDF_... |
tree | commitdiff |
2003-01-02 |
Vadim Zeitlin | compilation fixes after applying DECLARE_NO_COPY_CLASS... |
tree | commitdiff |
2003-01-02 |
Vadim Zeitlin | use DECLARE_NO_COPY_CLASS() where applicable (patch... |
tree | commitdiff |
2003-01-02 |
Vadim Zeitlin | support for using DIBs for wxBitmap implementation... |
tree | commitdiff |
2002-12-29 |
Mattia Barbon | Allow building in unicode mode with just "make -f... |
tree | commitdiff |
2002-12-29 |
Ron Lee | Oops, don't cut and paste between ports, and do test... |
tree | commitdiff |
2002-12-29 |
Ron Lee | Added wxTreeCtrl::GetItemParent to deprecate GetParent. |
tree | commitdiff |
2002-12-21 |
Vadim Zeitlin | handle accel keys for owner drawn menu items (based... |
tree | commitdiff |
2002-12-21 |
Vadim Zeitlin | use SS_CENTERIMAGE to prevent wxStaticBitmap from stret... |
tree | commitdiff |
2002-12-13 |
Mattia Barbon | Unicode compilation fix. |
tree | commitdiff |
2002-12-10 |
Julian Smart | Applied some of patch [ 650957 ] wxWinCE diff-0.0.4 |
tree | commitdiff |
2002-12-09 |
Julian Smart | Small WinCE mods from Marco |
tree | commitdiff |
2002-12-07 |
Julian Smart | Corrected line endings, deps now relative |
tree | commitdiff |
2002-12-05 |
Julian Smart | Added Marco's first WinCE files |
tree | commitdiff |
2002-12-04 |
Vadim Zeitlin | merged 2.4 branch into the trunk |
tree | commitdiff |
2002-09-15 |
Václav Slavík | fixed two-step creation of wxCheckListBox |
tree | commitdiff |
2002-09-14 |
Vadim Zeitlin | recreate the toolbar entirely when its text/icons style... |
tree | commitdiff |
2002-09-08 |
Julian Smart | Added LV_ITEMA and used a #define for LV_ITEM to |
tree | commitdiff |
2002-09-03 |
Julian Smart | Changed char* to wxChar* |
tree | commitdiff |
2002-09-02 |
Julian Smart | Committed a couple of IPC changes I forgot to do |
tree | commitdiff |
2002-09-02 |
Vadim Zeitlin | choose implicit parent for the dialog boxes better... |
tree | commitdiff |
2002-09-02 |
Vadim Zeitlin | added a few WXDLLEXPORTS, corrected/expanded comments |
tree | commitdiff |
2002-08-30 |
Julian Smart | Mods for Wine compilation |
tree | commitdiff |
2002-08-30 |
Vadim Zeitlin | added wxSpinCtrl::SetSelection() |
tree | commitdiff |
2002-08-30 |
Vadim Zeitlin | disable children when the parent is disabled |
tree | commitdiff |
2002-08-22 |
Vadim Zeitlin | fixed default button handling: don't keep BS_DEFPUSHBUT... |
tree | commitdiff |
2002-08-22 |
Vadim Zeitlin | send event from Clear() for a simple text control,... |
tree | commitdiff |
2002-08-22 |
Vadim Zeitlin | made wxFrame::SendSizeEvent() public and documented it |
tree | commitdiff |
2002-08-22 |
Vadim Zeitlin | reverted patch 598016 (removed MSWCreateControl() visib... |
tree | commitdiff |
2002-08-22 |
Julian Smart | Applied patch [ 598016 ] remove flicker during combo... |
tree | commitdiff |
2002-08-20 |
Vadim Zeitlin | added wxCheckListBox::HitTest() (modified patch 594524) |
tree | commitdiff |
2002-08-20 |
Julian Smart | Applied patch [ 597700 ] Fix proposal for wxJoystick... |
tree | commitdiff |
2002-08-16 |
Vadim Zeitlin | change the selection appropriately (and refresh it... |
tree | commitdiff |
2002-08-14 |
Robin Dunn | Bugfix for wxListCtrl::GetColumn. It wasn't checking... |
tree | commitdiff |
2002-08-01 |
Julian Smart | Applied patch [ 588734 ] Makes ProcessIdle() virtual |
tree | commitdiff |
2002-07-27 |
Václav Slavík | libunicows moved to sourceforge |
tree | commitdiff |
2002-07-23 |
Vadim Zeitlin | added operator++/-- for wxAutoULong (SF patch from... |
tree | commitdiff |
2002-07-21 |
Vadim Zeitlin | default style now applies to the text entered by the... |
tree | commitdiff |
2002-07-21 |
Vadim Zeitlin | 1. more consistency in wxTree/ListEvent methods naming... |
tree | commitdiff |
2002-07-19 |
Julian Smart | Applied patch [ 573644 ] wxDisplay for Mac (again) |
tree | commitdiff |
2002-07-15 |
Robin Dunn | Icons fetched from wxMimeTypesManager did not get the... |
tree | commitdiff |
2002-07-09 |
Vadim Zeitlin | automatically initialize m_cRef to 0 (patch 575011... |
tree | commitdiff |
2002-07-05 |
Julian Smart | Added wxRadioButton::MSWWindowProc to reset m_focusJust... |
tree | commitdiff |
2002-06-26 |
Julian Smart | Corrected typo |
tree | commitdiff |
2002-06-24 |
Václav Slavík | added QS_ALLPOSTMESSAGE |
tree | commitdiff |
2002-06-23 |
Julian Smart | Applied patch [ 546335 ] Added Automation types and... |
tree | commitdiff |
2002-06-20 |
Vadim Zeitlin | fixed setting tooltips for slider by moving the code... |
tree | commitdiff |
2002-06-20 |
Vadim Zeitlin | added TRUE default value for Show() argument |
tree | commitdiff |
2002-06-15 |
Vadim Zeitlin | changed WM_GETDLGCODE handling so that all windows... |
tree | commitdiff |
2002-06-15 |
Vadim Zeitlin | removed unused wxWindow::m_doubleClickAllowed field |
tree | commitdiff |
2002-06-13 |
Vadim Zeitlin | moved OnActivate() logic from wxFrame to wxDialog ... |
tree | commitdiff |
2002-06-09 |
Mattia Barbon | Update taskbar.h to use DECLARE/DEFINE_EVENT_TYPE;... |
tree | commitdiff |
2002-06-05 |
Vadim Zeitlin | reverted wxPopupWindow implementation to the original... |
tree | commitdiff |
2002-06-04 |
Vadim Zeitlin | added default parameter values to the overloaded Show... |
tree | commitdiff |
2002-06-01 |
Vadim Zeitlin | replaced quotes in #include with angle brackets |
tree | commitdiff |
2002-05-25 |
Vadim Zeitlin | fixed assert when using wxMiniFrame (result of recent... |
tree | commitdiff |
2002-05-25 |
Vadim Zeitlin | changes to wxFRAME_NO_TASKBAR/FLOAT_ON_PARENT styles... |
tree | commitdiff |
2002-05-25 |
Vadim Zeitlin | prevent the parent window from losing activation when... |
tree | commitdiff |
2002-05-22 |
Vadim Zeitlin | fixed GL case in #include (patch 557178) |
tree | commitdiff |
2002-05-12 |
Vadim Zeitlin | fixes to wxFontDialog after recent changes |
tree | commitdiff |
2002-05-12 |
Vadim Zeitlin | fixed wxFontDialog API: accept const ref instead of... |
tree | commitdiff |
2002-05-11 |
Vadim Zeitlin | changed the handling of the default buttons to be more... |
tree | commitdiff |
2002-05-09 |
Vadim Zeitlin | applied patch to build wxMSW with CW7 (patch 550445) |
tree | commitdiff |
2002-05-09 |
Vadim Zeitlin | fixed list item attributes when inserting/deleting... |
tree | commitdiff |
2002-05-07 |
Vadim Zeitlin | fixed Windows style of wxPopupWindow |
tree | commitdiff |
next |