2007-02-11 |
Vadim Zeitlin | don't use strlen() to verify the length of the string... |
tree | commitdiff |
2007-02-11 |
Vadim Zeitlin | write the entire file at once in Flush() instead of... |
tree | commitdiff |
2007-02-11 |
Vadim Zeitlin | changed GetFromWindow() to take const pointer |
tree | commitdiff |
2007-02-09 |
Julian Smart | Reverted renderer changes and just use window variant... |
tree | commitdiff |
2007-02-08 |
Julian Smart | Added size constants to allow drawn control parts to... |
tree | commitdiff |
2007-02-04 |
Stefan Csomor | adding scroll axis to wheel events |
tree | commitdiff |
2007-02-04 |
Vadim Zeitlin | added wxEventBlocker class (patch 1622444) |
tree | commitdiff |
2007-02-01 |
Vadim Zeitlin | use wxObject copy ctor, not default ctor, in wxEvent... |
tree | commitdiff |
2007-01-26 |
Stefan Csomor | fix for drawing in the 'grox box' between two scrollbars |
tree | commitdiff |
2007-01-24 |
Václav Slavík | compiled fixes for builds without PCH |
tree | commitdiff |
2007-01-23 |
Chris Elliott | fix SF bug 1640955 |
tree | commitdiff |
2007-01-22 |
Václav Slavík | enable wxFontMapper in wxDFB port |
tree | commitdiff |
2007-01-21 |
Robin Dunn | Revert menus and toolbars to using wxNewId() too since... |
tree | commitdiff |
2007-01-21 |
Vadim Zeitlin | fix infinite recursion when processing navigation keys... |
tree | commitdiff |
2007-01-20 |
Vadim Zeitlin | name user config file appname.conf when it's locayed... |
tree | commitdiff |
2007-01-19 |
Václav Slavík | fixed typo in code for setting alternative locale name |
tree | commitdiff |
2007-01-18 |
Vadim Zeitlin | added wxCONFIG_USE_SUBDIR flag to wxFileConfig (patch... |
tree | commitdiff |
2007-01-18 |
Vadim Zeitlin | added wxCSConv::IsOk() (patch 1637944) |
tree | commitdiff |
2007-01-18 |
Vadim Zeitlin | corrected VC warning about possibly uninitialized varia... |
tree | commitdiff |
2007-01-18 |
Vadim Zeitlin | make wxTextFile work with unseekable files again (patch... |
tree | commitdiff |
2007-01-18 |
Vadim Zeitlin | use wxWindow::NewControlId() instead of wxNewId() to... |
tree | commitdiff |
2007-01-18 |
Vadim Zeitlin | added wxDateTime::GetDateOnly() |
tree | commitdiff |
2007-01-14 |
Vadim Zeitlin | don't crash when setting tooltip for a picker without... |
tree | commitdiff |
2007-01-11 |
Julian Smart | Use the associated document manager, not the global one |
tree | commitdiff |
2007-01-10 |
Vadim Zeitlin | add #if wxUSE_TOOLTIPS around DoSetToolTip() |
tree | commitdiff |
2007-01-08 |
Vadim Zeitlin | use wxLongLong_t instead of long long |
tree | commitdiff |
2007-01-08 |
Paul Cornett | non-pch build fix |
tree | commitdiff |
2007-01-07 |
Vadim Zeitlin | fix wxConfig::DeleteGroup() for arguments with trailing... |
tree | commitdiff |
2007-01-07 |
Vadim Zeitlin | added EVT_TASKBAR_CLICK and use it to show taskbar... |
tree | commitdiff |
2007-01-07 |
Stefan Neis | Fixed switching to a different drive/volume on OS/2. |
tree | commitdiff |
2007-01-07 |
Vadim Zeitlin | added support and enable long long support when wxLong... |
tree | commitdiff |
2007-01-07 |
Vadim Zeitlin | fix wxConfig::DeleteGroup() for arguments with trailing... |
tree | commitdiff |
2007-01-07 |
Vadim Zeitlin | fix combobox dropdown position in RTL (patch 1623127) |
tree | commitdiff |
2007-01-07 |
Vadim Zeitlin | fixes and workarounds to return value of our own wxVsnp... |
tree | commitdiff |
2007-01-07 |
Vadim Zeitlin | fix for popup positioning in RTL mode (patch 1622930) |
tree | commitdiff |
2007-01-07 |
Vadim Zeitlin | set tooltips for the both subcontrols (patch 1622531) |
tree | commitdiff |
2007-01-07 |
Vadim Zeitlin | added wxTreeCtrl::CollapseAll[Children]() and IsEmpty... |
tree | commitdiff |
2007-01-07 |
Vadim Zeitlin | changed copyright year to 2007 |
tree | commitdiff |
2007-01-04 |
Jouk Jansen | Update OpenVMS make-files |
tree | commitdiff |
2007-01-02 |
Chris Elliott | fix errant __BORLAND__ see http://article.gmane.org... |
tree | commitdiff |
2007-01-01 |
Paul Cornett | restore declaration inline specifier, and make definiti... |
tree | commitdiff |
2007-01-01 |
Paul Cornett | remove inline from declaration of functions which are... |
tree | commitdiff |
2006-12-30 |
Stefan Neis | Fixed mismatch between wxOperatingSystemIdNames and... |
tree | commitdiff |
2006-12-28 |
Václav Slavík | added comment with pointers to wxEVT_MOUSE_CAPTURE_LOST... |
tree | commitdiff |
2006-12-24 |
Vadim Zeitlin | fill in sqlDataType field of wxDbColInf in ExecSql... |
tree | commitdiff |
2006-12-22 |
Kevin Ollivier | Fix for non-PCH builds. |
tree | commitdiff |
2006-12-21 |
Vadim Zeitlin | restored (as deprecated) accidentally removed wx{Dir... |
tree | commitdiff |
2006-12-20 |
Vadim Zeitlin | C/POSIX locales (or absence of locale information)... |
tree | commitdiff |
2006-12-19 |
Stefan Csomor | fvisibility-inlines-hidden fix |
tree | commitdiff |
2006-12-17 |
Vadim Zeitlin | don't treat foo in c:\\foo\bar as network share |
tree | commitdiff |
2006-12-16 |
Vadim Zeitlin | for for initializing wxFileName with empty string retur... |
tree | commitdiff |
2006-12-14 |
Václav Slavík | moved wxX11's wxSocketTable to private wxSocketEventDis... |
tree | commitdiff |
2006-12-13 |
Vadim Zeitlin | don't crash in Unicode build if command line arguments... |
tree | commitdiff |
2006-12-11 |
Václav Slavík | fixed wxCSConv to work again for iso-8859-1 |
tree | commitdiff |
2006-12-11 |
Kevin Ollivier | Change event names to clarify that they are only fired... |
tree | commitdiff |
2006-12-11 |
Robin Dunn | Modified form of Patch #1611222, adds wxSearchCtrl... |
tree | commitdiff |
2006-12-11 |
Kevin Hock | As per discussion in bug #1612106, change default socke... |
tree | commitdiff |
2006-12-10 |
Vadim Zeitlin | GetLongPath() should just do nothing under CE as there... |
tree | commitdiff |
2006-12-10 |
Vadim Zeitlin | replaced size_t with unsigned int in wxAnimation and... |
tree | commitdiff |
2006-12-09 |
Michael Wetherell | Revert last commit. |
tree | commitdiff |
2006-12-09 |
Vadim Zeitlin | implement To/FromWchar() as wxCSConv methods, otherwise... |
tree | commitdiff |
2006-12-09 |
Vadim Zeitlin | default name of wxStaticLine should be wxStaticLineName... |
tree | commitdiff |
2006-12-07 |
Paul Cornett | bitwise vs. logical operator |
tree | commitdiff |
2006-12-07 |
Paul Cornett | static functions don't need an instance |
tree | commitdiff |
2006-12-07 |
Paul Cornett | correct access for virtual, declare variable only if... |
tree | commitdiff |
2006-12-07 |
Robin Dunn | clip the bitmap to the size of the source DC in DoBlit... |
tree | commitdiff |
2006-12-06 |
Robert Roebling | I blindly believe that WinCE doesn't delete a |
tree | commitdiff |
2006-12-06 |
Vadim Zeitlin | we don't need to include wx/url.h from the header,... |
tree | commitdiff |
2006-12-05 |
Robin Dunn | Add wxGraphicsMatrix::Get |
tree | commitdiff |
2006-12-04 |
Vadim Zeitlin | give the file name in the error message about failed... |
tree | commitdiff |
2006-12-04 |
Vadim Zeitlin | removed wxGTK-specific 2 pixel border around the window... |
tree | commitdiff |
2006-12-04 |
Vadim Zeitlin | added a small helper ToggleWindowStyle() function |
tree | commitdiff |
2006-12-04 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2006-12-03 |
Michael Wetherell | Check the size of the boolean type used by an external... |
tree | commitdiff |
2006-12-03 |
Michael Wetherell | Check for wxFS_READ in OpenFile. |
tree | commitdiff |
2006-12-03 |
Vadim Zeitlin | don't use SetWindowStyleFlag() in wxWindowBase::CreateB... |
tree | commitdiff |
2006-12-03 |
Vadim Zeitlin | don't call fputs() with NULL buffer, it crashes |
tree | commitdiff |
2006-12-03 |
Vadim Zeitlin | fixed gcc warning about size_t/src/common/dbgrid.cppi... |
tree | commitdiff |
2006-12-03 |
Stefan Csomor | missing reversed orientation assignments |
tree | commitdiff |
2006-12-03 |
Stefan Csomor | adding raster op hook to graphics context |
tree | commitdiff |
2006-12-02 |
Robin Dunn | Implemented wxLocale::IsAvailable for unix systems |
tree | commitdiff |
2006-12-01 |
Václav Slavík | implemented wxFontEnumerator for wxDFB |
tree | commitdiff |
2006-11-29 |
Michael Wetherell | Add a hack to allow an external jpeg library to still... |
tree | commitdiff |
2006-11-29 |
Vadim Zeitlin | fixed unused variable warning |
tree | commitdiff |
2006-11-28 |
Robin Dunn | Make room for the focus ring to be visible on Mac. |
tree | commitdiff |
2006-11-28 |
Michael Wetherell | Rename boolean to wxjpeg_boolean to avoid conflicts... |
tree | commitdiff |
2006-11-27 |
Vadim Zeitlin | avoid assert in DoGetBestSize() for an empty tree |
tree | commitdiff |
2006-11-27 |
Vadim Zeitlin | NUL terminate the string in UngetWriteBuf(len) (bug... |
tree | commitdiff |
2006-11-27 |
Vadim Zeitlin | replaced assert in wxPrintfConvSpec::ReplaceAsteriskWit... |
tree | commitdiff |
2006-11-27 |
Vadim Zeitlin | ensure that image data is always freed by using wxON_BL... |
tree | commitdiff |
2006-11-26 |
Julian Smart | Don't apply bounding box adjustment when using generic... |
tree | commitdiff |
2006-11-26 |
Julian Smart | Added DnD guard |
tree | commitdiff |
2006-11-26 |
Vadim Zeitlin | compilation fix for BCC 5.5: use IsSameAs() instead... |
tree | commitdiff |
2006-11-26 |
Robin Dunn | More layout tweaks for wxComboCtrl on Mac |
tree | commitdiff |
2006-11-25 |
Robin Dunn | use sizes from the HIG for the best height of the Combo... |
tree | commitdiff |
2006-11-25 |
Julian Smart | Fix tree size calculation by using logical item position |
tree | commitdiff |
2006-11-25 |
Chris Elliott | fix missing int return type |
tree | commitdiff |
2006-11-25 |
Vadim Zeitlin | corrected wxTreeCtrl::GetBestSize() for a control with... |
tree | commitdiff |
2006-11-25 |
Vadim Zeitlin | added wxWindow::GetWindowBorderSize() |
tree | commitdiff |
2006-11-25 |
Vadim Zeitlin | move wxIsDragResultOk out of line to avoid problems... |
tree | commitdiff |
next |