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 |
2006-10-20 |
Stefan Csomor | fixing classname |
tree | commitdiff |
2006-10-20 |
Stefan Csomor | dummy implementations for new methods |
tree | commitdiff |
2006-10-20 |
Stefan Csomor | dummy implementations for new methods |
tree | commitdiff |
2006-10-20 |
Stefan Csomor | new graphics context implementation |
tree | commitdiff |
2006-10-20 |
Stefan Csomor | new graphics context implementation |
tree | commitdiff |
2006-10-20 |
Stefan Csomor | new graphics context implementation |
tree | commitdiff |
2006-10-20 |
Stefan Csomor | new graphics context implementation |
tree | commitdiff |
2006-10-20 |
Stefan Csomor | avoiding nesting dcs on the same window concurrently |
tree | commitdiff |
2006-10-20 |
Stefan Csomor | extending implementation |
tree | commitdiff |
2006-10-20 |
Stefan Csomor | replacing old core graphics with new graphics context... |
tree | commitdiff |
2006-10-20 |
Włodzimierz Skiba | Whitespaces and headers cleaning. |
tree | commitdiff |
2006-10-20 |
Stefan Csomor | cleaning up the runloop source properly (was causing... |
tree | commitdiff |
2006-10-20 |
Paul Cornett | Remove unnecessary size members from GtkPizzaChild. |
tree | commitdiff |
2006-10-20 |
Paul Cornett | buid fix |
tree | commitdiff |
2006-10-19 |
Julian Smart | Spin control usage correction |
tree | commitdiff |
2006-10-19 |
Julian Smart | Compilation fixes |
tree | commitdiff |
2006-10-19 |
Vadim Zeitlin | fixed X11 Unicode build compilation |
tree | commitdiff |
2006-10-19 |
Vadim Zeitlin | Main change is that we now close X11 display on program... |
tree | commitdiff |
2006-10-19 |
Julian Smart | Added style organiser dialog and list style editor... |
tree | commitdiff |
2006-10-19 |
Julian Smart | Added a list style editor page to the formatting dialog. |
tree | commitdiff |
2006-10-19 |
Vadim Zeitlin | fixed the problem in 2 last commits |
tree | commitdiff |
2006-10-19 |
Robert Roebling | Fix mem leak. |
tree | commitdiff |
2006-10-19 |
Vadim Zeitlin | fix memory leak in wxGetTempFileName(const wxString... |
tree | commitdiff |
2006-10-19 |
Paul Cornett | fix memory leak in Freeze |
tree | commitdiff |
2006-10-19 |
Kevin Ollivier | Several wxWebKitCtrl enhancements/fixes. Including: |
tree | commitdiff |
2006-10-19 |
Kevin Ollivier | Allow other classes to access the SetupMouseEvent function. |
tree | commitdiff |
2006-10-18 |
Robin Dunn | Patch #1579801: wxBufferedDC shared buffer bitmap |
tree | commitdiff |
2006-10-18 |
Robert Roebling | Test for KDE and GNOME using session manager vendor. |
tree | commitdiff |
2006-10-18 |
Robert Roebling | Support wxFULLSCREEN_NOSTATUSBAR |
tree | commitdiff |
2006-10-18 |
Robert Roebling | Support wxFULLSCREEN_NOMENUBAR |
tree | commitdiff |
next |