2006-10-11 |
Kevin Ollivier | Implementing column click event handler and SortItems... |
tree | commitdiff |
2006-10-11 |
Stefan Csomor | bringing up to date with new files |
tree | commitdiff |
2006-10-11 |
Stefan Csomor | while gcc 4 works under xcode, 3.3. builds don't, there... |
tree | commitdiff |
2006-10-11 |
Robert Roebling | Fix part of [ 1570325 ] wxAnimationCtrl for wxAdv... |
tree | commitdiff |
2006-10-11 |
Stefan Csomor | fixing changing text colors |
tree | commitdiff |
2006-10-11 |
Mart Raudsepp | Implement left indentation and tab stops support in... |
tree | commitdiff |
2006-10-11 |
Stefan Csomor | adding the 0.5 offset for odd pen widths |
tree | commitdiff |
2006-10-11 |
Stefan Csomor | adding events on kill-focus (Robert's Patch) |
tree | commitdiff |
2006-07-24 |
Vadim Zeitlin | allow customization of individual grid lines appearance... |
tree | commitdiff |
2006-10-11 |
Robin Dunn | Restore a use case that was lost with the last set... |
tree | commitdiff |
2006-10-10 |
Stefan Csomor | adding overlay implementation for core graphics |
tree | commitdiff |
2006-10-10 |
Stefan Csomor | simpler implementation |
tree | commitdiff |
2006-10-10 |
Stefan Csomor | resetting when necessary |
tree | commitdiff |
2006-10-10 |
Stefan Csomor | switching to newer API |
tree | commitdiff |
2006-10-10 |
Chris Elliott | temporary fix for motif, univ, gtk |
tree | commitdiff |
2006-10-10 |
Stefan Csomor | using separate window groups per window helps keeping... |
tree | commitdiff |
2006-10-10 |
Robert Roebling | Move reentrance guard down. |
tree | commitdiff |
2006-10-10 |
Paul Cornett | don't include missing.h before windows headers |
tree | commitdiff |
2006-10-10 |
Paul Cornett | more inlines called before defined |
tree | commitdiff |
2006-10-10 |
Julian Smart | Return type change |
tree | commitdiff |
2006-10-10 |
Stefan Csomor | setting clipping correctly |
tree | commitdiff |
2006-10-10 |
Stefan Csomor | making sure the overlay moves with its parent on OSX |
tree | commitdiff |
2006-10-10 |
Stefan Csomor | !__WX_DC_BLIT_FIXED__ case |
tree | commitdiff |
2006-10-10 |
Stefan Csomor | getting the wxWindow* on GTK |
tree | commitdiff |
2006-10-10 |
Stefan Csomor | adding includes for non-precomp |
tree | commitdiff |
2006-10-10 |
Chris Elliott | fix for Borland - which never likes ? |
tree | commitdiff |
2006-10-10 |
Stefan Csomor | moving to correct position |
tree | commitdiff |
2006-10-10 |
Stefan Csomor | overlay implementation |
tree | commitdiff |
2006-10-10 |
Robert Roebling | Added part of patch |
tree | commitdiff |
2006-10-10 |
Włodzimierz Skiba | Warning fix. |
tree | commitdiff |
2006-10-10 |
Vadim Zeitlin | added wxDC::Set/GetLayoutDirection() and implemented... |
tree | commitdiff |
2006-10-10 |
Włodzimierz Skiba | Use wxUSE_* flags for new animation code. |
tree | commitdiff |
2006-10-10 |
Włodzimierz Skiba | wxUnivMSW build fix. |
tree | commitdiff |
2006-10-10 |
Robert Roebling | [ 1574264 ] Fix height of wxComboCtrl's wxTextCtrl |
tree | commitdiff |
2006-10-10 |
Stefan Csomor | getting rid of warnings |
tree | commitdiff |
2006-10-10 |
Paul Cornett | remove extraneous semicolons |
tree | commitdiff |
2006-10-10 |
Paul Cornett | wxAnimationCtrl cleanup |
tree | commitdiff |
2006-10-10 |
Robin Dunn | Add missing header files so they'll get installed |
tree | commitdiff |
2006-10-09 |
Vadim Zeitlin | swap wxANIHeader bytes on big endian architectures |
tree | commitdiff |
2006-10-09 |
Vadim Zeitlin | replaced Ok() with IsOk(), no real changes |
tree | commitdiff |
2006-10-09 |
Vadim Zeitlin | avoid conflict between wxBookCtrlBase::DoSetSelection... |
tree | commitdiff |
2006-10-09 |
Vadim Zeitlin | call Refresh() to make animation work under Mac |
tree | commitdiff |
2006-10-09 |
Vadim Zeitlin | added CreateSeparatedButtonSizer(), changed signature... |
tree | commitdiff |
2006-10-09 |
Vadim Zeitlin | use wxSizerFlags and updated CreateButtonSizer() in... |
tree | commitdiff |
2006-10-09 |
Robert Roebling | IsExposed() needs to reverse the direction in RTL. |
tree | commitdiff |
2006-10-09 |
Robert Roebling | [ 1573855 ] Improved appearance of wxComboCtrl's... |
tree | commitdiff |
2006-10-09 |
Robert Roebling | Compilation. |
tree | commitdiff |
2006-10-09 |
Vadim Zeitlin | added wxSizerFlags::GetDefaultBorder() |
tree | commitdiff |
2006-10-09 |
Václav Slavík | don't crash on weird line endings like \r\r\n |
tree | commitdiff |
2006-10-09 |
Vadim Zeitlin | check that the bitmap is valid before getting its size... |
tree | commitdiff |
2006-10-09 |
Václav Slavík | fixed the check in previous commit |
tree | commitdiff |
2006-10-09 |
Václav Slavík | assert if wxString(void* pStart,void *pEnd) ctor is... |
tree | commitdiff |
2006-10-09 |
Vadim Zeitlin | added wxAnimationCtrl (patch 1570325) |
tree | commitdiff |
2006-10-09 |
Vadim Zeitlin | compilation fix after last change (GTK1 doesn't have... |
tree | commitdiff |
2006-10-09 |
Vadim Zeitlin | no changes, just replaced C comment with a C++ one |
tree | commitdiff |
2006-10-09 |
Julian Smart | Don't use precompiled header directives in included... |
tree | commitdiff |
2006-10-09 |
Vadim Zeitlin | return false from IsDoubleBuffered() if the first top... |
tree | commitdiff |
2006-10-09 |
Robin Dunn | DLL build fixes |
tree | commitdiff |
2006-10-09 |
Vadim Zeitlin | regenerated after adding dcbufcmn.cpp |
tree | commitdiff |
2006-10-09 |
Vadim Zeitlin | added wxWindow::IsDoubleBuffered() and improve wxBuffer... |
tree | commitdiff |
2006-10-09 |
Stefan Csomor | copying as much values from the dc as possible |
tree | commitdiff |
2006-10-09 |
Stefan Csomor | adding angle conversion |
tree | commitdiff |
2006-10-09 |
Vadim Zeitlin | added static wxPlatformInfo::Get() and use it (patch... |
tree | commitdiff |
2006-10-09 |
Stefan Csomor | making pens behave as on other platforms when scaling |
tree | commitdiff |
2006-10-09 |
Stefan Csomor | set anti-aliasing ON by default |
tree | commitdiff |
2006-10-09 |
Vadim Zeitlin | fix DoSetSelection(): it did nothing when there was... |
tree | commitdiff |
2006-10-09 |
Włodzimierz Skiba | Use wxBookCtrl wrapper rather than wxNotebook in common... |
tree | commitdiff |
2006-10-09 |
Włodzimierz Skiba | Use CreateButtonSizer in wxAboutBox() to make OK button... |
tree | commitdiff |
2006-10-09 |
Włodzimierz Skiba | WinCE build fix. |
tree | commitdiff |
2006-10-09 |
Włodzimierz Skiba | WinCE build fix. |
tree | commitdiff |
2006-10-09 |
Vadim Zeitlin | change UpdateSelection() parameter type to int from... |
tree | commitdiff |
2006-10-09 |
Włodzimierz Skiba | Warnings, build errors, headers, licence, prefered... |
tree | commitdiff |
2006-10-09 |
Włodzimierz Skiba | Warning fixes. |
tree | commitdiff |
2006-10-09 |
Julian Smart | Don't use toolbook for formatting dialog until we have... |
tree | commitdiff |
2006-10-09 |
Paul Cornett | warning fixes/minor cleanup |
tree | commitdiff |
2006-10-09 |
Paul Cornett | build fixes for WXWIN_COMPATIBILITY_2_6=0 |
tree | commitdiff |
2006-10-09 |
Włodzimierz Skiba | Warning fixes in 'todo' part just to make build log... |
tree | commitdiff |
2006-10-09 |
Paul Cornett | remove unused stuff |
tree | commitdiff |
2006-10-09 |
Paul Cornett | test wxLC_SINGLE_SEL flag properly |
tree | commitdiff |
2006-10-09 |
Paul Cornett | non-pch build fix |
tree | commitdiff |
2006-10-09 |
Paul Cornett | fix width/height typo in DoSetClientSize, remove unused... |
tree | commitdiff |
2006-10-09 |
Robin Dunn | Bumping the version number also requires that version... |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | define ChangeSelection() (fixes wxMotif build) |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | added SendPageChanging/ChangedEvent() functions; fixed... |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | restored sending events from Replace/Remove/Write/Appen... |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | fix format mismatch warnings |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | need to include wx/imaglist.h even when using PCH |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | don't define g_UnicodeSubsetTable in non-Unicode build... |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | removed default argument in the function definition |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | set focus to the Ok button initially |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | SetOverflow() should be called with a bool argument... |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | fix compilation after recent wxTextCtrl changes |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | moved DoSetValue() to wxTextCtrlBase instead of having... |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | VC compilation fix after last commit |
tree | commitdiff |
2006-10-08 |
Stefan Neis | Initialize m_overflow in wxGridCellAttr::Clone. |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | add IsOk() to all classes having Ok() method (patch... |
tree | commitdiff |
2006-10-08 |
Stefan Neis | Use "cdecl" linkage mode for all ports with OpenWatcom... |
tree | commitdiff |
2006-10-08 |
Stefan Neis | Use system colours for ownerdrawn highlighting (patch... |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | small code simplification in DoSetValue() after the... |
tree | commitdiff |
2006-10-08 |
Robert Roebling | Compile fix. |
tree | commitdiff |
next |