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 |
2006-10-31 |
Stefan Neis | Maximize chances to find an existing definition for... |
tree | commitdiff |
2006-10-31 |
Robert Roebling | Return SetSizeHints() in wxWindow to its former |
tree | commitdiff |
2006-10-31 |
Václav Slavík | compilation fix for !wxUSE_PALETTE |
tree | commitdiff |
2006-10-31 |
Vadim Zeitlin | ensure that wxToolBar has one of wxTB_TOP/LEFT/RIGHT... |
tree | commitdiff |
2006-10-31 |
Vadim Zeitlin | removed unused Tell() call |
tree | commitdiff |
2006-10-31 |
Stefan Csomor | correct meaning of logical origin |
tree | commitdiff |
2006-10-31 |
Michael Wetherell | Fix for handling of invalid gifs, patch 1587754 Noel... |
tree | commitdiff |
2006-10-31 |
Robin Dunn | GetBestFittingSize --> GetEffectiveMinSize |
tree | commitdiff |
2006-10-30 |
Vadim Zeitlin | more fixes to double to int conversions |
tree | commitdiff |
2006-10-30 |
Vadim Zeitlin | hack to fix warnings about wxMAC_USE_CORE_GRAPHICS_BLEN... |
tree | commitdiff |
2006-10-30 |
Vadim Zeitlin | removed unneeded ifdef from last commit |
tree | commitdiff |
2006-10-30 |
Julian Smart | Compile fix for Universal |
tree | commitdiff |
2006-10-30 |
Vadim Zeitlin | renamed IsRefTo() to IsSameAs() (do complain if this... |
tree | commitdiff |
2006-10-30 |
Vadim Zeitlin | remove just added wxCoordRound() (see patch 1586499) |
tree | commitdiff |
2006-10-30 |
Vadim Zeitlin | replaced wxCint() with wxRound() (which is exactly... |
tree | commitdiff |
2006-10-30 |
Vadim Zeitlin | Added wxMemoryDC::SelectObjectAsSource() and make Selec... |
tree | commitdiff |
2006-10-30 |
Vadim Zeitlin | COW cleanup patch (1583966): |
tree | commitdiff |
2006-10-30 |
Robert Roebling | It's too late. |
tree | commitdiff |
2006-10-30 |
Robert Roebling | Typo. |
tree | commitdiff |
2006-10-30 |
Robert Roebling | Small fix again. |
tree | commitdiff |
2006-10-30 |
Włodzimierz Skiba | Simplest fix received from OW community (Peter C. Chapin). |
tree | commitdiff |
2006-10-30 |
Robert Roebling | removed hack that used SetSizeHints() for some strang... |
tree | commitdiff |
2006-10-30 |
Robert Roebling | Correct wxPickerBase size calculation. |
tree | commitdiff |
2006-10-30 |
Włodzimierz Skiba | wxWinCE build fix. |
tree | commitdiff |
2006-10-30 |
Michael Wetherell | Some watcom warnings. |
tree | commitdiff |
2006-10-30 |
Włodzimierz Skiba | Match EscapeSqlChars() interface. |
tree | commitdiff |
2006-10-30 |
Robert Roebling | Moved overridden SetMinSize() to base class. |
tree | commitdiff |
2006-10-30 |
Robert Roebling | [ 1587059 ] wxLaunchDefaultBrowser fix for KDE |
tree | commitdiff |
2006-10-30 |
Václav Slavík | compilation fix for !wxUSE_MIMETYPE |
tree | commitdiff |
2006-10-30 |
Vadim Zeitlin | slightly reduce the number of #ifndef __WATCOMC__ |
tree | commitdiff |
2006-10-30 |
Włodzimierz Skiba | Temporary ugly trick to make release for OpenWatcom... |
tree | commitdiff |
2006-10-30 |
Julian Smart | Applied patch [ 1586964 ] Getting the PID of the proces... |
tree | commitdiff |
2006-10-30 |
Julian Smart | Focus event recursion fix |
tree | commitdiff |
2006-10-30 |
Vadim Zeitlin | try http scheme if we can't find the default browser... |
tree | commitdiff |
2006-10-30 |
Vadim Zeitlin | undid removal of implicit http: from wxLaunchDefaultBro... |
tree | commitdiff |
2006-10-29 |
Michael Wetherell | Make m_typeflag an int. |
tree | commitdiff |
2006-10-29 |
Vadim Zeitlin | escape special SQL chars in where clauses (patch 1204728) |
tree | commitdiff |
2006-10-29 |
Vadim Zeitlin | avoid infinite recursion by not using GetMaxWidth/Heigh... |
tree | commitdiff |
next |