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 |
2006-11-24 |
Robert Roebling | Actually use new GTK+ native assert dialog. |
tree | commitdiff |
2006-11-23 |
Vadim Zeitlin | limit TLW size to display size in wxSizer::Fit() instea... |
tree | commitdiff |
2006-11-23 |
Vadim Zeitlin | moved some wxMimeTypeCommands methods into .cpp file... |
tree | commitdiff |
2006-11-20 |
Václav Slavík | moved wxMGL's font management code to common so that... |
tree | commitdiff |
2006-11-20 |
Václav Slavík | don't expose M_FONTDATA in public header |
tree | commitdiff |
2006-11-19 |
Vadim Zeitlin | no changes, just some minor modifications of comments... |
tree | commitdiff |
2006-11-19 |
Vadim Zeitlin | set/get validator for wxTextCtrl part of wxComboCtrl... |
tree | commitdiff |
2006-11-19 |
Michael Wetherell | wxArchiveFSHandler switches on simulated seeking for... |
tree | commitdiff |
2006-11-18 |
Robert Roebling | [ 1598659 ] make wxAnimationCtrl::SetInactiveBitmap... |
tree | commitdiff |
2006-11-18 |
Robert Roebling | Restore correct behaviour of GetTimes() wrt to |
tree | commitdiff |
2006-11-17 |
Robert Roebling | Add forceTrueColour option to SetBestVisual(). |
tree | commitdiff |
2006-11-17 |
Vadim Zeitlin | don't set A4 paper size, use the system default instead |
tree | commitdiff |
2006-11-16 |
Michael Wetherell | Fix not recognising '/' on Windows. |
tree | commitdiff |
2006-11-14 |
Benjamin Williams | restore brush properly |
tree | commitdiff |
2006-11-14 |
Benjamin Williams | another GradientFillLinear fix |
tree | commitdiff |
2006-11-14 |
Benjamin Williams | fixed gradient direction in GradientFilLinear for all... |
tree | commitdiff |
2006-11-13 |
Vadim Zeitlin | fix some gcc warnings due to SQLINTEGER not being long... |
tree | commitdiff |
2006-11-12 |
Vadim Zeitlin | changed last DrawButton() parameter from bool to int... |
tree | commitdiff |
2006-11-12 |
Vadim Zeitlin | use wxFputs(s) instead of puts(s.mb_str()) to avoid... |
tree | commitdiff |
2006-11-12 |
Vadim Zeitlin | made GetMultiLineTextExtent() const (part of patch... |
tree | commitdiff |
2006-11-12 |
Julian Smart | Wine fix |
tree | commitdiff |
2006-11-12 |
Robert Roebling | [ 1590221 ] wxStandardPaths::GetExecutablePath |
tree | commitdiff |
2006-11-11 |
Vadim Zeitlin | fix the bug with renaming groups leaving wxFileConfig... |
tree | commitdiff |
2006-11-10 |
Michael Wetherell | Fixes for wxVsnprintf not always null terminating and... |
tree | commitdiff |
2006-11-10 |
Michael Wetherell | Fix for wxVsnprintf's %n. |
tree | commitdiff |
2006-11-10 |
Michael Wetherell | Make the function passed to wxStringToIntType a templat... |
tree | commitdiff |
2006-11-09 |
Michael Wetherell | Workaround for BCC 5.5/5.5.1 _wopen bug. |
tree | commitdiff |
2006-11-09 |
Vadim Zeitlin | don't check whether wxUSE_MS_HTML_HELP is defined here... |
tree | commitdiff |
2006-11-08 |
Vadim Zeitlin | wxArrayString::Alloc() shouldn't clear the array contents |
tree | commitdiff |
2006-11-08 |
Michael Wetherell | Restore the max printf arguments to 64. |
tree | commitdiff |
2006-11-08 |
Michael Wetherell | Go back to using sprintf instead of swprintf, since... |
tree | commitdiff |
2006-11-07 |
Michael Wetherell | Fix for CreateTempFileName with wxFFile for Windows... |
tree | commitdiff |
2006-11-07 |
Włodzimierz Skiba | Adjustement to OW 1.6-rc2 state. |
tree | commitdiff |
2006-11-06 |
Stefan Csomor | adapting to new inheritance of wxMemoryDC (under MSW... |
tree | commitdiff |
2006-11-06 |
Stefan Csomor | translate the wxRegion from device to user coordinates... |
tree | commitdiff |
2006-11-05 |
Robin Dunn | Revert reentrancy patch (#1573619) |
tree | commitdiff |
2006-11-05 |
Vadim Zeitlin | preserve pen in DrawCheckMark() (bug 1581621) |
tree | commitdiff |
2006-11-04 |
Vadim Zeitlin | include wx/datetime.h and test for wxUSE_DATETIME befor... |
tree | commitdiff |
2006-11-04 |
Vadim Zeitlin | VC8 has strftime(), even under CE |
tree | commitdiff |
2006-11-04 |
Vadim Zeitlin | use built in VC8 time functions instead of our (almost... |
tree | commitdiff |
2006-11-04 |
Vadim Zeitlin | use wxLocaltime_r() instead of localtime(): this is... |
tree | commitdiff |
2006-11-04 |
Vadim Zeitlin | recognize CP866 (bug 1497808) |
tree | commitdiff |
2006-11-04 |
Vadim Zeitlin | define wxStringListBase::EmptyList to fix link with... |
tree | commitdiff |
2006-11-04 |
Stefan Csomor | adding text with background brush |
tree | commitdiff |
2006-11-04 |
Vadim Zeitlin | fixed crash due to infinite recursion in wxPopupFocusHa... |
tree | commitdiff |
2006-11-04 |
Vadim Zeitlin | define arrays of chartoo as the existing ones can't... |
tree | commitdiff |
2006-11-04 |
Vadim Zeitlin | invalidate best size of the book controller too when... |
tree | commitdiff |
2006-11-04 |
Vadim Zeitlin | reverted the last fix, it was just wrong, sorry, the... |
tree | commitdiff |
2006-11-04 |
Vadim Zeitlin | fix tree control best size calculation: account for... |
tree | commitdiff |
2006-11-04 |
Vadim Zeitlin | call base class ctor in copy ctors explicitly (fixes... |
tree | commitdiff |
2006-11-04 |
Stefan Csomor | adding measuring contexts, streamlining printing code |
tree | commitdiff |
2006-11-04 |
Stefan Csomor | allowing transformation changes even if there is no... |
tree | commitdiff |
2006-11-04 |
Vadim Zeitlin | don't compile in wxCheckWin32Permission() when it's... |
tree | commitdiff |
2006-11-03 |
Vadim Zeitlin | wxAnimationCtrl fix to display inactive bitmap at start... |
tree | commitdiff |
2006-11-03 |
Vadim Zeitlin | use wxNullFont instead of *wxNORMAL_FONT as default... |
tree | commitdiff |
2006-11-03 |
Julian Smart | Removed a warning |
tree | commitdiff |
2006-11-02 |
Julian Smart | If the GIF isn't an animation, we can ignore the animat... |
tree | commitdiff |
2006-11-02 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2006-11-02 |
Julian Smart | Moved function |
tree | commitdiff |
2006-11-02 |
Stefan Csomor | interpreting DrawBitmap for mono bitmaps according... |
tree | commitdiff |
2006-11-01 |
Julian Smart | IsDir() test is pretty useless, use DirExists |
tree | commitdiff |
2006-11-01 |
Julian Smart | Reverted patch 1476893 pending further investigation... |
tree | commitdiff |
2006-11-01 |
Robin Dunn | Remove comment from patch that doesn't apply anymore |
tree | commitdiff |
2006-11-01 |
Robin Dunn | Switch wxBufferedDC to use a wxBitmap* internally,... |
tree | commitdiff |
2006-11-01 |
Michael Wetherell | Fix setting the large file flag. |
tree | commitdiff |
next |