2006-10-25 |
Julian Smart | Better button size on wxX11 |
tree | commitdiff |
2006-10-25 |
Robert Roebling | Fix test for wxFD_MULTIPLE. |
tree | commitdiff |
2006-10-25 |
Robin Dunn | Fix for missing About menu item |
tree | commitdiff |
2006-10-25 |
Robin Dunn | Fix the rectangle size when offsetting |
tree | commitdiff |
2006-10-25 |
Robin Dunn | Refactor the code that decides if the 0.5 offset chousl... |
tree | commitdiff |
2006-10-25 |
Kevin Ollivier | Adding support for item font/style/color customization... |
tree | commitdiff |
2006-10-24 |
Włodzimierz Skiba | PCH support. |
tree | commitdiff |
2006-10-24 |
Julian Smart | Fix incorrect comparison |
tree | commitdiff |
2006-10-24 |
Paul Cornett | correct deletes |
tree | commitdiff |
2006-10-24 |
Julian Smart | Added missing header |
tree | commitdiff |
2006-10-24 |
Julian Smart | Compile fixes |
tree | commitdiff |
2006-10-24 |
Julian Smart | Typo correction |
tree | commitdiff |
2006-10-24 |
Julian Smart | Compile fixes |
tree | commitdiff |
2006-10-24 |
Julian Smart | Added creation of printer DC to printer factory. |
tree | commitdiff |
2006-10-24 |
Julian Smart | Added GetTempDir |
tree | commitdiff |
2006-10-24 |
Włodzimierz Skiba | Blind Tinderbox build fix according to simiar usage... |
tree | commitdiff |
2006-10-24 |
Václav Slavík | moved wxOverlay into overlay.* files and out of dc... |
tree | commitdiff |
2006-10-24 |
Vadim Zeitlin | reset the internal flags at the end of DoSetValue(... |
tree | commitdiff |
2006-10-24 |
Włodzimierz Skiba | Warning fix. |
tree | commitdiff |
2006-10-24 |
Włodzimierz Skiba | Verify wx/filefn.h can be placed as first header in... |
tree | commitdiff |
2006-10-24 |
Paul Cornett | static class variable needs a definition |
tree | commitdiff |
2006-10-24 |
Paul Cornett | non-pch build fixes |
tree | commitdiff |
2006-10-24 |
Robin Dunn | Pass the config object into the wxHtmlHelpFrame so... |
tree | commitdiff |
2006-10-24 |
Kevin Ollivier | Use the same selection highlight and text colors as... |
tree | commitdiff |
2006-10-23 |
Vadim Zeitlin | don't use static objects containing bitmaps, this almos... |
tree | commitdiff |
2006-10-23 |
Vadim Zeitlin | use wxBitmap object as m_buffer and not a pointer to... |
tree | commitdiff |
2006-10-23 |
Vadim Zeitlin | moved wxCollapsiblePane files to adv library |
tree | commitdiff |
2006-10-23 |
Michael Wetherell | Rename WX[F]FILE_LARGEFILE to wxHAS_LARGE_[F]FILES. |
tree | commitdiff |
2006-10-23 |
Vadim Zeitlin | don't update the size of a maximized TLW, whatever... |
tree | commitdiff |
2006-10-23 |
Vadim Zeitlin | don't show licence pane if there is no licence text |
tree | commitdiff |
2006-10-23 |
Robin Dunn | Used wxConstCast where needed, fixed other compile... |
tree | commitdiff |
2006-10-23 |
Robin Dunn | added missing default ctor |
tree | commitdiff |
2006-10-23 |
Robin Dunn | Use wxGTK_CONV to fix compile error when building in... |
tree | commitdiff |
2006-10-23 |
Robin Dunn | Add collpane headers to files.bkl, and also collpaneg... |
tree | commitdiff |
2006-10-23 |
Robert Roebling | [ 1582733 ] Support wxALWAYS_SHOW_SB in wxGTK |
tree | commitdiff |
2006-10-23 |
Julian Smart | Added GetTempDir |
tree | commitdiff |
2006-10-23 |
Václav Slavík | don't disable caret blinking on non-MSW platforms |
tree | commitdiff |
2006-10-23 |
Włodzimierz Skiba | PCH build fix. |
tree | commitdiff |
2006-10-23 |
Michael Wetherell | Added wxBackingFile and wxBackedInputStream. |
tree | commitdiff |
2006-10-23 |
Michael Wetherell | wxFileName::CreateTempFileName changes. Open the tempfi... |
tree | commitdiff |
2006-10-23 |
Michael Wetherell | Warning fix for vc8, and move wxGetFileKind out of... |
tree | commitdiff |
2006-10-23 |
Włodzimierz Skiba | Correct 'markup' for GetResourceHandle after recent... |
tree | commitdiff |
2006-10-23 |
Włodzimierz Skiba | Warning fix. |
tree | commitdiff |
2006-10-23 |
Włodzimierz Skiba | Warning fix. |
tree | commitdiff |
2006-10-23 |
Włodzimierz Skiba | Rebaked makefiles after htmllistbox and collapsable... |
tree | commitdiff |
2006-10-23 |
Stefan Csomor | adding new constructors |
tree | commitdiff |
2006-10-23 |
Paul Cornett | non-pch build fix |
tree | commitdiff |
2006-10-22 |
Vadim Zeitlin | avoid code duplication between the generic and GTK... |
tree | commitdiff |
2006-10-22 |
Vadim Zeitlin | 1. We don't need GetTopLevelParent() here, we already... |
tree | commitdiff |
2006-10-22 |
Vadim Zeitlin | use gtk_expander_new_with_mnemonic() instead of just... |
tree | commitdiff |
2006-10-22 |
Vadim Zeitlin | cleanup (mainly wrapping lines to be < 80 chars); added... |
tree | commitdiff |
2006-10-22 |
Vadim Zeitlin | initial draft of wxCollapsiblePane (patch 1577412 by... |
tree | commitdiff |
2006-10-22 |
Vadim Zeitlin | there is no need to convert wxArrayString to wxString... |
tree | commitdiff |
2006-10-22 |
Vadim Zeitlin | added wxSimpleHtmlListBox (patch 1576109 by Francesco) |
tree | commitdiff |
2006-10-22 |
Stefan Neis | Extended #1560785 (wxFileName::IsReadable/Writable... |
tree | commitdiff |
2006-10-22 |
Vadim Zeitlin | small refactoring to avoid code duplication; renamed... |
tree | commitdiff |
2006-10-22 |
Stefan Csomor | using GetNativePath instead of dynamic_cast |
tree | commitdiff |
2006-10-22 |
Stefan Csomor | on demand creation of native CGContexts , so that pure... |
tree | commitdiff |
2006-10-22 |
Vadim Zeitlin | add alt popup window style allowing to use keyboard... |
tree | commitdiff |
2006-10-22 |
Stefan Neis | Reverted font breakage caused by changes in version... |
tree | commitdiff |
2006-10-22 |
Stefan Csomor | adding wxobject and RTTI |
tree | commitdiff |
2006-10-22 |
Vadim Zeitlin | make install location autodetection work for executable... |
tree | commitdiff |
2006-10-22 |
Vadim Zeitlin | use wxComboCtrl instead of custom popup window (patch... |
tree | commitdiff |
2006-10-22 |
Stefan Neis | Applied patch #1582212 (completed/fixed toolbar's wxTB_... |
tree | commitdiff |
2006-10-22 |
Vadim Zeitlin | rearranged wxUSE_XXX tests in alphabetical order for... |
tree | commitdiff |
2006-10-22 |
Robin Dunn | Add dcgraph.h to files.bkl and rebake |
tree | commitdiff |
2006-10-21 |
Paul Cornett | move some definitions out of datacmn.cpp |
tree | commitdiff |
2006-10-21 |
Robert Roebling | Remove C++ dynamic cast for now. |
tree | commitdiff |
2006-10-21 |
Paul Cornett | non-pch build fix |
tree | commitdiff |
2006-10-21 |
Stefan Neis | Fixed port name used in #ifdef. |
tree | commitdiff |
2006-10-21 |
Robert Roebling | Fix warning. |
tree | commitdiff |
2006-10-21 |
Vadim Zeitlin | fix for tabs drawing in RTL (patch 1552881) |
tree | commitdiff |
2006-10-21 |
Vadim Zeitlin | add some #if wxUSE_XXX (patch 1581470) |
tree | commitdiff |
2006-10-21 |
Vadim Zeitlin | filter out duplicate date changed events sent by the... |
tree | commitdiff |
2006-10-21 |
Vadim Zeitlin | restore the old status bar text when DoGiveHelp(false... |
tree | commitdiff |
2006-10-21 |
Vadim Zeitlin | load _TrackMouseEvent dynamically to make it possible... |
tree | commitdiff |
2006-10-21 |
Vadim Zeitlin | don't use GetFileAttributesEx() which doesn't exist... |
tree | commitdiff |
2006-10-21 |
Vadim Zeitlin | added wxLstat() (one of patches from bug 1052385) |
tree | commitdiff |
2006-10-21 |
Vadim Zeitlin | don't allow switches (i.e. options without value) to... |
tree | commitdiff |
2006-10-21 |
Robert Roebling | [ 1581391 ] wxAnimationCtrl XRC handler |
tree | commitdiff |
2006-10-21 |
Robert Roebling | [ 1580776 ] wxAnimationCtrl::SetInactiveBitmap |
tree | commitdiff |
2006-10-21 |
Vadim Zeitlin | (blind) fix for Tru64 compilation (bug 769360) |
tree | commitdiff |
2006-10-21 |
Stefan Csomor | untangling dc and gc |
tree | commitdiff |
2006-10-21 |
Julian Smart | Added wxUSE_RICHTEXT guard |
tree | commitdiff |
2006-10-21 |
Robin Dunn | Avoid nested DC assert |
tree | commitdiff |
2006-10-21 |
Robin Dunn | more informative FAIL message |
tree | commitdiff |
2006-10-21 |
Robin Dunn | use consistent names (Graphic vs. Graphics) |
tree | commitdiff |
2006-10-21 |
Robin Dunn | Forward SetFont, SetBackgroundColour and SetForegroundC... |
tree | commitdiff |
2006-10-20 |
Vadim Zeitlin | fix warnings (double to int conversions and unused... |
tree | commitdiff |
2006-10-20 |
Stefan Csomor | screendc implementation |
tree | commitdiff |
2006-10-20 |
Stefan Csomor | setting a non valid font is permitted, implemented now |
tree | commitdiff |
2006-10-20 |
Stefan Csomor | fixing the screen dc, non 64 bit solution however |
tree | commitdiff |
2006-10-20 |
Stefan Csomor | creating graphics context with the correct origin |
tree | commitdiff |
2006-10-20 |
Stefan Csomor | offsetting dcs correctly |
tree | commitdiff |
2006-10-20 |
Stefan Csomor | moving the offsets into dcclient.cpp so that native... |
tree | commitdiff |
2006-10-20 |
Stefan Csomor | offseting the graphics context correctly |
tree | commitdiff |
2006-10-20 |
Václav Slavík | fixed computation of status bar fields width if the... |
tree | commitdiff |
2006-10-20 |
Vadim Zeitlin | put #if wxUSE_STATBOX around wxStaticBox usage (bug... |
tree | commitdiff |
2006-10-20 |
Stefan Csomor | mac methodname fixed, so all use the same now |
tree | commitdiff |
2006-10-20 |
Julian Smart | Added the ability to use built-in bullet styles, curren... |
tree | commitdiff |
next |