2007-11-05 |
Vadim Zeitlin | implement AutoComplete for wxMSW too |
tree | commitdiff |
2007-11-04 |
Vadim Zeitlin | added wxTextEntry::AutoCompleteFileNames() and implemen... |
tree | commitdiff |
2007-10-26 |
Paul Cornett | make access for virtuals match base |
tree | commitdiff |
2007-10-23 |
Vadim Zeitlin | remove ODBC and DBgrid libraries |
tree | commitdiff |
2007-10-22 |
Vadim Zeitlin | add HDF_SORTUP/DOWN definitions |
tree | commitdiff |
2007-10-22 |
Robert Roebling | remove deprecated and constructor and SetModal() methods |
tree | commitdiff |
2007-10-20 |
Vadim Zeitlin | many wxIPC Unicode and UTF-8 fixes (use void* instead... |
tree | commitdiff |
2007-10-19 |
Robert Roebling | Use wxPointList instead of wxList in wxDC code |
tree | commitdiff |
2007-10-07 |
Vadim Zeitlin | fixed several problems due to use of GetEditHWND()... |
tree | commitdiff |
2007-10-01 |
Vadim Zeitlin | use WXDLLIMPEXP_FWD_CORE instead of WXDLLEXPORT |
tree | commitdiff |
2007-09-27 |
Vadim Zeitlin | added disambiguation for Clear() too |
tree | commitdiff |
2007-09-27 |
Vadim Zeitlin | don't declare HasSelection() in this class and especial... |
tree | commitdiff |
2007-09-26 |
Vadim Zeitlin | part of wxComboBox to wxEntry refactoring (should have... |
tree | commitdiff |
2007-09-26 |
Vadim Zeitlin | refactor wxMSW code to extract parts common to wxTextCt... |
tree | commitdiff |
2007-09-26 |
Vadim Zeitlin | remove wxComboBox-specific hack, override DoSetToolTip... |
tree | commitdiff |
2007-09-22 |
Vadim Zeitlin | include wx/log.h to fix PCH-less compilation |
tree | commitdiff |
2007-09-21 |
Vadim Zeitlin | predefine _WIN32_IE before including shellapi.h too... |
tree | commitdiff |
2007-09-17 |
Vadim Zeitlin | reverted wxSocket changes of rev 48723 as they broke... |
tree | commitdiff |
2007-09-17 |
Vadim Zeitlin | added new and improved wxFileCtrl implementation (patch... |
tree | commitdiff |
2007-09-16 |
Vadim Zeitlin | more fixes for using wxSocket in console applications... |
tree | commitdiff |
2007-09-15 |
Vadim Zeitlin | get rid of the built-in drop target in rich text contro... |
tree | commitdiff |
2007-08-28 |
Julian Smart | Compile fix for old W32API headers |
tree | commitdiff |
2007-08-22 |
Václav Slavík | added wxUSE_REGKEY checks |
tree | commitdiff |
2007-08-20 |
Kevin Ollivier | Fix for wxMemoryDC::GetAsBitmap() not working on Windows. |
tree | commitdiff |
2007-08-15 |
Vadim Zeitlin | added wxToolTip::SetAutoPop() and SetReshow() (patch... |
tree | commitdiff |
2007-08-14 |
Vadim Zeitlin | no real changes, just some cleanup |
tree | commitdiff |
2007-08-11 |
Julian Smart | Menu label consistency changes |
tree | commitdiff |
2007-08-09 |
Julian Smart | Toolbars shouldn't have themed borders |
tree | commitdiff |
2007-08-08 |
Julian Smart | Made wxBORDER_THEME the same as wxBORDER_DEFAULT |
tree | commitdiff |
2007-08-07 |
Julian Smart | Added wxBORDER_THEME, wxWindow::GetDefaultBorderForCont... |
tree | commitdiff |
2007-08-01 |
Julian Smart | Added EVT_MOVE_START, EVT_MOVE_END (wxMSW only for... |
tree | commitdiff |
2007-07-29 |
Vadim Zeitlin | forcefully disable wxUSE_JOYSTICK too |
tree | commitdiff |
2007-07-29 |
Vadim Zeitlin | always define HDS_HOTTRACK if it's not defined, not... |
tree | commitdiff |
2007-07-29 |
Vadim Zeitlin | update button style to include BS_MULTILINE when a... |
tree | commitdiff |
2007-07-28 |
Vadim Zeitlin | added maxDepth parameter to WalkFromException() (patch... |
tree | commitdiff |
2007-07-28 |
Vadim Zeitlin | removed unused wxUSE_XXX options (patch 1759328) |
tree | commitdiff |
2007-07-27 |
Vadim Zeitlin | made strings used in wxIPC methods const as a temporary... |
tree | commitdiff |
2007-07-27 |
Vadim Zeitlin | use symbolic name for the shell menu bar too; include... |
tree | commitdiff |
2007-07-27 |
Vadim Zeitlin | many compilation fixes for WinCE using VC8 (it now... |
tree | commitdiff |
2007-07-27 |
Vadim Zeitlin | added wxUSE_INICONF (disabled by default) |
tree | commitdiff |
2007-07-26 |
Vadim Zeitlin | many wxItemContainer-related changes: |
tree | commitdiff |
2007-07-21 |
Vadim Zeitlin | allow overriding automatic alpha detection during icon... |
tree | commitdiff |
2007-07-21 |
Vadim Zeitlin | removed wxUSE_UXTHEME_AUTO which wasn't used anywhere |
tree | commitdiff |
2007-07-21 |
Vadim Zeitlin | added wxUSE_REGKEY option |
tree | commitdiff |
2007-07-21 |
Vadim Zeitlin | extracted MSW-specific setup.h options to their own... |
tree | commitdiff |
2007-07-21 |
Vadim Zeitlin | added wxUSE_FONTENUM for wxFontEnumerator |
tree | commitdiff |
2007-07-21 |
Vadim Zeitlin | fixes for building wxMSW with --disbale-all-features |
tree | commitdiff |
2007-07-20 |
Vadim Zeitlin | moved wxUSE_CRASHREPORT checks to wx/msw/chkconf.h... |
tree | commitdiff |
2007-07-19 |
Vadim Zeitlin | do platform-specific checks after ensuring that the... |
tree | commitdiff |
2007-07-19 |
Vadim Zeitlin | added wxUSE_TASKBARICON; corrected condition for genera... |
tree | commitdiff |
2007-07-16 |
Vadim Zeitlin | remove file containing many obsolete defines, if anyone... |
tree | commitdiff |
2007-07-15 |
Vadim Zeitlin | added wxUSE_CONSOLE_EVENTLOOP around wxConsoleEventLoop |
tree | commitdiff |
2007-07-15 |
Vadim Zeitlin | create greyed image for wxBitmapButton in MSW automatic... |
tree | commitdiff |
2007-07-14 |
Vadim Zeitlin | Added wxUSE_CONSOLE_EVENTLOOP and wxUSE_SELECT/EPOLLDIS... |
tree | commitdiff |
2007-07-13 |
Václav Slavík | make it possible to build in ANSI build on Windows... |
tree | commitdiff |
2007-07-12 |
Václav Slavík | compilation fix |
tree | commitdiff |
2007-07-12 |
Vadim Zeitlin | added support for binary data to wxConfig (slightly... |
tree | commitdiff |
2007-07-11 |
Vadim Zeitlin | added wxUSE_SVG |
tree | commitdiff |
2007-07-10 |
Vadim Zeitlin | added functions for base64 en/decoding (replaces patch... |
tree | commitdiff |
2007-07-09 |
Václav Slavík | added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM... |
tree | commitdiff |
2007-07-04 |
Vadim Zeitlin | added support for broadcasting to UDP sockets (patch... |
tree | commitdiff |
2007-06-30 |
Vadim Zeitlin | add wxUSE_EDITABLELISTBOX |
tree | commitdiff |
2007-06-26 |
Vadim Zeitlin | remove .cvsignore files, they're useless with svn |
tree | commitdiff |
2007-06-25 |
Václav Slavík | don't use C++ comments in C files |
tree | commitdiff |
2007-06-25 |
Václav Slavík | removed executable bit on files that aren't executables |
tree | commitdiff |
2007-06-22 |
Václav Slavík | made wxUSE_UNICODE=1 the default |
tree | commitdiff |
2007-06-20 |
Václav Slavík | more changes to make wx compile without implicit wxStri... |
tree | commitdiff |
2007-06-20 |
Václav Slavík | use wxString in wxRegKey methods; make it compile witho... |
tree | commitdiff |
2007-06-04 |
Václav Slavík | added comment explaining the condition for compiling... |
tree | commitdiff |
2007-06-03 |
Vadim Zeitlin | add ctor overloads for all kinds of strings to fix... |
tree | commitdiff |
2007-05-30 |
Václav Slavík | use wxString, not wxChar*, in wxDataFormat ctor and... |
tree | commitdiff |
2007-05-25 |
Vadim Zeitlin | added wxMSW-specific wxEntryStart() overload taking... |
tree | commitdiff |
2007-05-24 |
Vadim Zeitlin | 1. Derive wxMessageDialogBase from wxDialog (why did... |
tree | commitdiff |
2007-05-22 |
Vadim Zeitlin | don't define wxEventLoop class differently in GUI and... |
tree | commitdiff |
2007-05-18 |
Vadim Zeitlin | added virtual wxFrame::FindItemInMenuBar(): overriding... |
tree | commitdiff |
2007-05-18 |
Vadim Zeitlin | override DoGetTextExtent instead of redefining GetTextE... |
tree | commitdiff |
2007-05-14 |
Vadim Zeitlin | implement event loop for console applications (heavily... |
tree | commitdiff |
2007-05-10 |
Vadim Zeitlin | added wxListCtrl::SetItemPtrData() |
tree | commitdiff |
2007-05-05 |
Paul Cornett | add wxUSE_DRAGIMAGE wrapper |
tree | commitdiff |
2007-05-05 |
Paul Cornett | build fix for wxUSE_DRAGIMAGE==0 |
tree | commitdiff |
2007-05-05 |
Robert Roebling | Apply [ 1713345 ] combobox: cmd accelerators shouldn... |
tree | commitdiff |
2007-05-02 |
Robert Roebling | Moved all the coordinate system calculation to wxDCBase |
tree | commitdiff |
2007-05-01 |
Robert Roebling | Made device to logical and vv conversion methods |
tree | commitdiff |
2007-04-25 |
Vadim Zeitlin | changed wxDC::GetTextExtent() and related methods to... |
tree | commitdiff |
2007-04-20 |
Vadim Zeitlin | preparation for allowing to use wxTimer in wxBase ... |
tree | commitdiff |
2007-04-17 |
Paul Cornett | add wxUSE_STC wrappers |
tree | commitdiff |
2007-04-14 |
Václav Slavík | removed extra semicolons (patch #1700459; fixes compila... |
tree | commitdiff |
2007-04-10 |
Vadim Zeitlin | Big wxGL classes refactoring/cleanup: |
tree | commitdiff |
2007-04-08 |
Vadim Zeitlin | Call wxTLW::SetDefaultItem() from wxButtonBase::SetDefa... |
tree | commitdiff |
2007-04-07 |
Vadim Zeitlin | made wxTLW::SetIcon() non-virtual, it was already imple... |
tree | commitdiff |
2007-04-01 |
Vadim Zeitlin | compilation fix for wxUniv after last commit |
tree | commitdiff |
2007-04-01 |
Vadim Zeitlin | implement GetBestSize() (patch 1386199) |
tree | commitdiff |
2007-04-01 |
Vadim Zeitlin | added support for ellipsization and markup in wxStaticT... |
tree | commitdiff |
2007-04-01 |
Vadim Zeitlin | added a generic mechanism for registering global handle... |
tree | commitdiff |
2007-03-31 |
Vadim Zeitlin | 1. Moved m_usePrimary to wxClipboardBase as it's now... |
tree | commitdiff |
2007-03-23 |
Vadim Zeitlin | make IsEnabled() return false even if the window parent... |
tree | commitdiff |
2007-03-19 |
Václav Slavík | split wxchar.h into several smaller headers |
tree | commitdiff |
2007-03-19 |
Václav Slavík | fixed wxDataViewCtrl compilation with DigitalMars |
tree | commitdiff |
2007-03-18 |
Vadim Zeitlin | fixed all the other ports broken by controls labels... |
tree | commitdiff |
2007-03-18 |
Vadim Zeitlin | added labels support for toolbar controls for wxMac... |
tree | commitdiff |
next |