2006-10-06 |
Robin Dunn | Allow the native toolbar to have more han one button... |
tree | commitdiff |
2006-10-06 |
Robin Dunn | Applied second part of patch #1570448, use the device... |
tree | commitdiff |
2006-10-05 |
Robin Dunn | Part of patch# 1570448, use dwRop for StretchBIBits too |
tree | commitdiff |
2006-10-05 |
Jamie Gadd | Need to update the bg brush when the first page is... |
tree | commitdiff |
2006-10-05 |
Robert Roebling | Added sort order and alignement for column headers. |
tree | commitdiff |
2006-10-05 |
Mattia Barbon | Fix buffer overrun in Linux/x86_64 (Pixel is a 64... |
tree | commitdiff |
2006-10-05 |
Robert Roebling | Add support for bitmaps in headers. |
tree | commitdiff |
2006-10-05 |
Robert Roebling | [ 1560785 ] wxFileName::IsReadable/Writable/Executable |
tree | commitdiff |
2006-10-05 |
Włodzimierz Skiba | Warning fixes and TODO markup for easier finding by... |
tree | commitdiff |
2006-10-04 |
Vadim Zeitlin | honour wxBU_EXACTFIT in wxToggleButton (patch 1567892) |
tree | commitdiff |
2006-10-04 |
Vadim Zeitlin | fixed off by 2 error in HasPage() (patch 1562871) |
tree | commitdiff |
2006-10-04 |
Vadim Zeitlin | fix the length passed to wxMB2WC (replaces patch 155443... |
tree | commitdiff |
2006-10-04 |
Vadim Zeitlin | corrected date in header; removed extra wx/wxprec.h... |
tree | commitdiff |
2006-10-04 |
Vadim Zeitlin | updated copyright year, s/wxWindows/wxWidgets/ |
tree | commitdiff |
2006-10-04 |
Vadim Zeitlin | fixed unused var warning |
tree | commitdiff |
2006-10-04 |
Robert Roebling | Add row activated event. |
tree | commitdiff |
2006-10-04 |
Robert Roebling | Fix warning for unknown menu stock id. |
tree | commitdiff |
2006-10-04 |
Robin Dunn | Avoid warnings when wxMAC_USE_CORE_GRAPHICS_BLEND_MODES... |
tree | commitdiff |
2006-10-04 |
Robin Dunn | Bakefile changes for building the graphics context... |
tree | commitdiff |
2006-10-03 |
Robin Dunn | Wrap module in #if wxUSE_GRAPHICS_CONTEXT |
tree | commitdiff |
2006-10-03 |
Robin Dunn | fix parameter type |
tree | commitdiff |
2006-10-03 |
Robin Dunn | Avoid ambigous overload errors |
tree | commitdiff |
2006-10-03 |
Paul Cornett | univ build fix |
tree | commitdiff |
2006-10-03 |
Robert Roebling | More selection work in GTK+ version. |
tree | commitdiff |
2006-10-03 |
Stefan Csomor | fixes for non precompiled headers |
tree | commitdiff |
2006-10-03 |
Stefan Csomor | cairo implementation |
tree | commitdiff |
2006-10-03 |
Stefan Csomor | adding alpha to gtk colour |
tree | commitdiff |
2006-10-03 |
Paul Cornett | Don't free a string that is managed by wxGtkString... |
tree | commitdiff |
2006-10-03 |
Robert Roebling | Renamed wxDataViewCell to wxDataViewRenderer since the |
tree | commitdiff |
2006-10-03 |
Vadim Zeitlin | make wxSemaphore::Post() return wxSEMA_OVERFLOW as... |
tree | commitdiff |
2006-10-03 |
Robert Roebling | Implemented GetSelection() and GetSelections(). |
tree | commitdiff |
2006-10-03 |
Vadim Zeitlin | avoid flicker in methods which don't change listbox... |
tree | commitdiff |
2006-10-03 |
Vadim Zeitlin | fixes for compilation with wxUSE_XXX==0 and some other... |
tree | commitdiff |
2006-10-03 |
Vadim Zeitlin | fix wxFilesystem compilation if wxUSE_FFILE is 0 but... |
tree | commitdiff |
2006-10-03 |
Paul Cornett | don't set negative window size |
tree | commitdiff |
2006-10-03 |
Paul Cornett | header cleanup |
tree | commitdiff |
2006-10-03 |
Robert Roebling | Added event skeletons, defines, event ids.. |
tree | commitdiff |
2006-10-03 |
Robert Roebling | Added selection API. |
tree | commitdiff |
2006-10-03 |
Robert Roebling | Replaces size_t with unsigned int in wxDataViewCtrl... |
tree | commitdiff |
2006-10-02 |
Kevin Ollivier | Remove the ability to sort by column in virtual wxListC... |
tree | commitdiff |
2006-10-02 |
Vadim Zeitlin | added wxUSE_ACTIVEX which depends on wxUSE_VARIANT... |
tree | commitdiff |
2006-10-02 |
Robert Roebling | Always set colormap for PangoContext. This silences... |
tree | commitdiff |
2006-10-02 |
Stefan Csomor | making virtual lists faster by not sorting items |
tree | commitdiff |
2006-10-02 |
Stefan Csomor | first stab at the selection iterator |
tree | commitdiff |
2006-10-02 |
Paul Cornett | listctrl header cleanup |
tree | commitdiff |
2006-10-02 |
Paul Cornett | build fix |
tree | commitdiff |
2006-10-02 |
Robin Dunn | Don't cache the best size until we get a non-zero value... |
tree | commitdiff |
2006-10-02 |
Stefan Csomor | workaround for GDIPlus conversion errors, adding wxMask... |
tree | commitdiff |
2006-10-02 |
Julian Smart | Use wxIsalnum to test for word delimiters |
tree | commitdiff |
2006-10-02 |
Julian Smart | Compilo fix |
tree | commitdiff |
2006-10-02 |
Włodzimierz Skiba | Fixed crash caused by A=B?C:D used for returning wxObje... |
tree | commitdiff |
2006-10-02 |
Vadim Zeitlin | fix VC warning about incorrect dll linkage of wxDataVie... |
tree | commitdiff |
2006-10-02 |
Włodzimierz Skiba | Don't test size_t for positive only values (warning... |
tree | commitdiff |
2006-10-02 |
Włodzimierz Skiba | wxVariant support needs wx/icon.h earlier. |
tree | commitdiff |
2006-10-02 |
Paul Cornett | put grid string in generic/grid.cpp, not common/datacmn.cpp |
tree | commitdiff |
2006-10-02 |
Włodzimierz Skiba | wxVariant support for icon and bitmap should work regar... |
tree | commitdiff |
2006-10-02 |
Włodzimierz Skiba | Tinderbox build fix. |
tree | commitdiff |
2006-10-02 |
Włodzimierz Skiba | Warning fixes after char->wxChar in wxVariant. |
tree | commitdiff |
2006-10-02 |
Paul Cornett | use unsigned for display count |
tree | commitdiff |
2006-10-01 |
Robert Roebling | Removed some irritating flags. |
tree | commitdiff |
2006-10-01 |
Vadim Zeitlin | regenerated after wx/cpp.h addition |
tree | commitdiff |
2006-10-01 |
Julian Smart | Added rich text buffer clipboard support. |
tree | commitdiff |
2006-09-30 |
Robert Roebling | Several wxBitmapDataCell changes. |
tree | commitdiff |
2006-09-30 |
Robert Roebling | Missed these in the char -> wxChar change. |
tree | commitdiff |
2006-09-30 |
Robert Roebling | Move wxVariant support for GDI classes to their |
tree | commitdiff |
2006-09-30 |
Václav Slavík | clean DFB event buffer on shutdown |
tree | commitdiff |
2006-09-30 |
Vadim Zeitlin | offset the text correctly inside the item rect in DrawI... |
tree | commitdiff |
2006-09-30 |
Vadim Zeitlin | draw solid focus rectangle in mono theme and don't... |
tree | commitdiff |
2006-09-30 |
Stefan Csomor | invert clockwise flag correctly |
tree | commitdiff |
2006-09-30 |
Robert Roebling | Added DECLARE_VARIANT_OBJECT macros for easy conversion |
tree | commitdiff |
2006-09-30 |
Václav Slavík | fixed another typo in pen/brush style validation |
tree | commitdiff |
2006-09-30 |
Václav Slavík | fixed typos in pen/brush style validation |
tree | commitdiff |
2006-09-30 |
Stefan Csomor | enabling alpha on msw colour |
tree | commitdiff |
2006-09-30 |
Stefan Csomor | gdiplus implementation |
tree | commitdiff |
2006-09-30 |
Stefan Csomor | adding missing implementations |
tree | commitdiff |
2006-09-30 |
Vadim Zeitlin | don't redefine HAVE_BROKEN_SWPRINTF_DECL/HAVE_SWPRINTF... |
tree | commitdiff |
2006-09-30 |
Robert Roebling | Compilo. |
tree | commitdiff |
2006-09-30 |
Robert Roebling | Changed char to wxChar. |
tree | commitdiff |
2006-09-30 |
Robert Roebling | Applied ref-couting patch. |
tree | commitdiff |
2006-09-30 |
Václav Slavík | don't assert in wxDC::Blit() calls if the source rect... |
tree | commitdiff |
2006-09-30 |
Václav Slavík | fixed incorrect computation of window's visible area... |
tree | commitdiff |
2006-09-30 |
Kevin Ollivier | Fix editing support. |
tree | commitdiff |
2006-09-30 |
Kevin Ollivier | Fixed sorting and commiting support for native virtual... |
tree | commitdiff |
2006-09-29 |
Jamie Gadd | Re-enable WM_PRINTCLIENT handling code as it is needed... |
tree | commitdiff |
2006-09-29 |
Stefan Csomor | graphics context implementation |
tree | commitdiff |
2006-09-29 |
Václav Slavík | simplified #ifs around the code |
tree | commitdiff |
2006-09-29 |
Václav Slavík | fixed IMPLEMENT_APP to work even if compiled with ... |
tree | commitdiff |
2006-09-29 |
Włodzimierz Skiba | Build fix for !PCH builds. |
tree | commitdiff |
2006-09-29 |
Václav Slavík | use smaller statusbar margins in mono theme |
tree | commitdiff |
2006-09-29 |
Václav Slavík | fixed wxStatusBar size calculations so that the text... |
tree | commitdiff |
2006-09-29 |
Włodzimierz Skiba | Build fix for !PCH builds. |
tree | commitdiff |
2006-09-29 |
Julian Smart | Fixed bugs in, and added operators and copy constructor... |
tree | commitdiff |
2006-09-28 |
Vadim Zeitlin | suppress gcc warning about DWET_XXX enumeration values... |
tree | commitdiff |
2006-09-28 |
Vadim Zeitlin | fix unused variable warning when wxUSE_PALETTE==0 |
tree | commitdiff |
2006-09-28 |
Vadim Zeitlin | The Lesser wxMask Refactoring: merged wxMGL and wxDFB... |
tree | commitdiff |
2006-09-28 |
Vadim Zeitlin | add compilation options to allow compiling in just... |
tree | commitdiff |
2006-09-28 |
Vadim Zeitlin | no real changes, just replaced a long preprocessor... |
tree | commitdiff |
2006-09-28 |
Václav Slavík | don't hardcode the theme, it prevents WXTHEME env.var... |
tree | commitdiff |
2006-09-28 |
Vadim Zeitlin | DIKI_ALTGR was removed in DFB 0.9.25 |
tree | commitdiff |
2006-09-28 |
Vadim Zeitlin | handle DIKI_ALT_GR in the switch even if we don't have... |
tree | commitdiff |
next |