2012-06-24 |
Paul Cornett | update size hints when decoration size becomes known... |
commit | commitdiff | tree | snapshot |
2012-06-24 |
Paul Cornett | implement wxCairoContext::GetPartialTextExtents for... |
commit | commitdiff | tree | snapshot |
2012-06-23 |
Vadim Zeitlin | Clarify wxFileOffset description a bit. |
commit | commitdiff | tree | snapshot |
2012-06-23 |
Paul Cornett | properly handle stupidly small maximum size hints |
commit | commitdiff | tree | snapshot |
2012-06-23 |
Robin Dunn | Add simple document for wxGUIEventLoop |
commit | commitdiff | tree | snapshot |
2012-06-22 |
Paul Cornett | fix SetSizeHints when wxDefaultSize is given for min... |
commit | commitdiff | tree | snapshot |
2012-06-21 |
Julian Smart | Fixed #14429: Printing a large table in wxRichTextCtrl... |
commit | commitdiff | tree | snapshot |
2012-06-21 |
Julian Smart | Prevent index access error |
commit | commitdiff | tree | snapshot |
2012-06-21 |
Julian Smart | Compilation fix |
commit | commitdiff | tree | snapshot |
2012-06-21 |
Vadim Zeitlin | Don't call gtk_window_set_geometry_hints() if there... |
commit | commitdiff | tree | snapshot |
2012-06-20 |
Vadim Zeitlin | Add MSVS autoexp.dat fragment for some common wxWidgets... |
commit | commitdiff | tree | snapshot |
2012-06-20 |
Vadim Zeitlin | Use wx/msw/winundef.h for wxGTK under Windows too. |
commit | commitdiff | tree | snapshot |
2012-06-20 |
Vadim Zeitlin | No real changes, just simplify wxGDIPlusContext::GetTex... |
commit | commitdiff | tree | snapshot |
2012-06-20 |
Vadim Zeitlin | Fix text extent computation in wxMSW wxGraphicsContext. |
commit | commitdiff | tree | snapshot |
2012-06-20 |
Vadim Zeitlin | Add missing c_str() and similar calls to samples in... |
commit | commitdiff | tree | snapshot |
2012-06-20 |
Vadim Zeitlin | Use C, not C++, comments in wx/gtk/chkconf.h. |
commit | commitdiff | tree | snapshot |
2012-06-20 |
Robin Dunn | Interface tweaks for Phoenix |
commit | commitdiff | tree | snapshot |
2012-06-20 |
Stefan Csomor | make sure native font exists, before asking about fixed... |
commit | commitdiff | tree | snapshot |
2012-06-20 |
Stefan Csomor | using UTType constants wherever possible to avoid typos... |
commit | commitdiff | tree | snapshot |
2012-06-18 |
Stefan Csomor | supporting promised file urls for transfer, see #14281 |
commit | commitdiff | tree | snapshot |
2012-06-18 |
Julian Smart | Fixed #14417: wxRichTextCtrl crashes on LoadFile |
commit | commitdiff | tree | snapshot |
2012-06-18 |
Paul Cornett | build fix for wxUSE_STL==1 |
commit | commitdiff | tree | snapshot |
2012-06-18 |
Stefan Csomor | supporting promised file urls for transfer, see #14281 |
commit | commitdiff | tree | snapshot |
2012-06-18 |
Robin Dunn | Interface fixes for Phoenix |
commit | commitdiff | tree | snapshot |
2012-06-17 |
Vadim Zeitlin | Fixes for building wxGTK under Cygwin. |
commit | commitdiff | tree | snapshot |
2012-06-17 |
Vadim Zeitlin | Disable creation of wxDIB from wxBitmap in non-wxMSW... |
commit | commitdiff | tree | snapshot |
2012-06-17 |
Vadim Zeitlin | Move wxBell() from base to core library. |
commit | commitdiff | tree | snapshot |
2012-06-17 |
Vadim Zeitlin | Disable options that don't work with wxGTK in wx/chkconf.h. |
commit | commitdiff | tree | snapshot |
2012-06-17 |
Vadim Zeitlin | Define wxGTK GTK version symbols in GTK-specific setup.h. |
commit | commitdiff | tree | snapshot |
2012-06-17 |
Vadim Zeitlin | Don't use Unix-specific wxGTK utility functions under... |
commit | commitdiff | tree | snapshot |
2012-06-17 |
Vadim Zeitlin | Provide wxGetKeyState() studfor wxGTK under Windows. |
commit | commitdiff | tree | snapshot |
2012-06-17 |
Vadim Zeitlin | Add wxUSE_COMPILER_TLS to allow disabling compiler... |
commit | commitdiff | tree | snapshot |
2012-06-17 |
Paul Cornett | update version check for glib 2.32 |
commit | commitdiff | tree | snapshot |
2012-06-15 |
Vadim Zeitlin | No real changes, just use wxSize::Get{Width,Height... |
commit | commitdiff | tree | snapshot |
2012-06-15 |
Vadim Zeitlin | Remove unnecessary base class OnPaint() call from wxGen... |
commit | commitdiff | tree | snapshot |
2012-06-15 |
Vadim Zeitlin | Remove left over conflict markers from documentation. |
commit | commitdiff | tree | snapshot |
2012-06-15 |
Vadim Zeitlin | Fix compilation of MSW wxFSVolume with non-wxMSW ports. |
commit | commitdiff | tree | snapshot |
2012-06-15 |
Vadim Zeitlin | Fix harmless MSVC warning about converting pointer... |
commit | commitdiff | tree | snapshot |
2012-06-15 |
Vadim Zeitlin | Only use Unix sockets API under Unix in wxGTK. |
commit | commitdiff | tree | snapshot |
2012-06-15 |
Stefan Csomor | trying to improve appearance of gridcelltexteditor... |
commit | commitdiff | tree | snapshot |
2012-06-15 |
Stefan Csomor | avoid idling in native file dialogs |
commit | commitdiff | tree | snapshot |
2012-06-15 |
Stefan Csomor | better naming wxCFEventLoopPauseIdleEvents |
commit | commitdiff | tree | snapshot |
2012-06-15 |
Stefan Csomor | using suppression of idle processing (delayed destructi... |
commit | commitdiff | tree | snapshot |
2012-06-15 |
Stefan Csomor | offer suppression of idle processing (delayed destructi... |
commit | commitdiff | tree | snapshot |
2012-06-14 |
Stefan Csomor | setting debug level explicitly |
commit | commitdiff | tree | snapshot |
2012-06-14 |
Stefan Csomor | cleanup for 10.5 minimum |
commit | commitdiff | tree | snapshot |
2012-06-14 |
Stefan Csomor | clang analyzer support specific for OSX |
commit | commitdiff | tree | snapshot |
2012-06-14 |
Stefan Csomor | FixedWith support through CoreText |
commit | commitdiff | tree | snapshot |
2012-06-14 |
Stefan Csomor | using CoreText under iOS |
commit | commitdiff | tree | snapshot |
2012-06-14 |
Stefan Csomor | guarding agains NULL |
commit | commitdiff | tree | snapshot |
2012-06-14 |
Stefan Csomor | guard XTI |
commit | commitdiff | tree | snapshot |
2012-06-14 |
Stefan Csomor | CoreText font enumeration support for iOS |
commit | commitdiff | tree | snapshot |
2012-06-14 |
Stefan Csomor | CoreText support for iOS |
commit | commitdiff | tree | snapshot |
2012-06-14 |
Stefan Csomor | fixing analyzer warning |
commit | commitdiff | tree | snapshot |
2012-06-14 |
Stefan Csomor | removing superfluous 10.5 checks |
commit | commitdiff | tree | snapshot |
2012-06-14 |
Stefan Csomor | as we always have CoreText available under 10.5+, we... |
commit | commitdiff | tree | snapshot |
2012-06-14 |
Stefan Csomor | removing attribute, as assert is not guaranteed not... |
commit | commitdiff | tree | snapshot |
2012-06-13 |
Stefan Csomor | using WX_ATTRIBUTE_NORETURN for asserts |
commit | commitdiff | tree | snapshot |
2012-06-13 |
Stefan Csomor | adding WX_ATTRIBUTE_NORETURN support (for functions... |
commit | commitdiff | tree | snapshot |
2012-06-13 |
Robin Dunn | minor doc tweak |
commit | commitdiff | tree | snapshot |
2012-06-13 |
Robin Dunn | Fix for compilo on non-PCH builds |
commit | commitdiff | tree | snapshot |
2012-06-13 |
Robin Dunn | Allow the doxygen command to be used to be specified... |
commit | commitdiff | tree | snapshot |
2012-06-13 |
Robin Dunn | update comment about SDKs |
commit | commitdiff | tree | snapshot |
2012-06-13 |
Stefan Csomor | using native cocoa method for determining main window... |
commit | commitdiff | tree | snapshot |
2012-06-13 |
Stefan Csomor | exposing mainWindow for C++ |
commit | commitdiff | tree | snapshot |
2012-06-13 |
Stefan Csomor | indicating the memory ownership of our c-method for... |
commit | commitdiff | tree | snapshot |
2012-06-13 |
Stefan Csomor | supporting clang memory management annotations |
commit | commitdiff | tree | snapshot |
2012-06-13 |
Stefan Csomor | adding explanation for osx and fixing typo |
commit | commitdiff | tree | snapshot |
2012-06-13 |
Stefan Csomor | proper init |
commit | commitdiff | tree | snapshot |
2012-06-13 |
Stefan Csomor | having ONE set of raster-ops starting from 10.5 |
commit | commitdiff | tree | snapshot |
2012-06-13 |
Stefan Csomor | fixing mem leak |
commit | commitdiff | tree | snapshot |
2012-06-13 |
Stefan Csomor | proper braces avoiding potential dangling else resultin... |
commit | commitdiff | tree | snapshot |
2012-06-12 |
Stefan Csomor | avoiding dangerous redraw events for windows that are... |
commit | commitdiff | tree | snapshot |
2012-06-12 |
Vadim Zeitlin | Slightly improve best size calculation for wxListCtrl... |
commit | commitdiff | tree | snapshot |
2012-06-12 |
Vadim Zeitlin | No real changes, just add a wxCHECK to GetDlgUnitBase(). |
commit | commitdiff | tree | snapshot |
2012-06-12 |
Vadim Zeitlin | Fix crash in wxStaticBox::HandleEraseBkgnd() in wxMSW... |
commit | commitdiff | tree | snapshot |
2012-06-12 |
Vadim Zeitlin | Only use Unix/X11-specific files under Unix in wxGTK. |
commit | commitdiff | tree | snapshot |
2012-06-12 |
Vadim Zeitlin | Remove another unneeded TOOLKIT test from the bakefiles. |
commit | commitdiff | tree | snapshot |
2012-06-12 |
Vadim Zeitlin | Add wx/setup.h header for wxGTK build under MSW. |
commit | commitdiff | tree | snapshot |
2012-06-12 |
Vadim Zeitlin | Compilation fix in non-PCH build of wxMSW wxStaticBox. |
commit | commitdiff | tree | snapshot |
2012-06-12 |
Vadim Zeitlin | Don't use generic wxListCtrl style for wxListMainWindow. |
commit | commitdiff | tree | snapshot |
2012-06-12 |
Vadim Zeitlin | Make wxMSW tree item unlocking reentrant. |
commit | commitdiff | tree | snapshot |
2012-06-12 |
Stefan Csomor | support for native tlw parents, see #14252 |
commit | commitdiff | tree | snapshot |
2012-06-12 |
Stefan Csomor | using callback for menu enabling, allows to benefit... |
commit | commitdiff | tree | snapshot |
2012-06-12 |
Stefan Csomor | setting source as this, according to thread '[wx-dev... |
commit | commitdiff | tree | snapshot |
2012-06-10 |
Robin Dunn | Fix compilation error |
commit | commitdiff | tree | snapshot |
2012-06-10 |
Vadim Zeitlin | Fix wxHTMLDataObject compilation and memory leaks. |
commit | commitdiff | tree | snapshot |
2012-06-08 |
Robin Dunn | Keep track of the area intended to be buffered, and... |
commit | commitdiff | tree | snapshot |
2012-06-08 |
Robin Dunn | Add doc for SendAutoScrollEvents |
commit | commitdiff | tree | snapshot |
2012-06-08 |
Vadim Zeitlin | Fix wxWindow::IsDescendant() to work with argument... |
commit | commitdiff | tree | snapshot |
2012-06-08 |
Vadim Zeitlin | Use wxString::Clone() instead of c_str() in wxThreadEve... |
commit | commitdiff | tree | snapshot |
2012-06-08 |
Vadim Zeitlin | Use PLATFORM checks in bakefiles instead of TOOLKIT... |
commit | commitdiff | tree | snapshot |
2012-06-08 |
Robin Dunn | Interface fixes for Phoenix |
commit | commitdiff | tree | snapshot |
2012-06-07 |
Paul Cornett | fix warnings about conversion to bool, closes #14381 |
commit | commitdiff | tree | snapshot |
2012-06-07 |
Paul Cornett | fix warnings about unreachable return statements |
commit | commitdiff | tree | snapshot |
2012-06-07 |
Robin Dunn | Add export macro for wxTreeListEvent so the non-inline... |
commit | commitdiff | tree | snapshot |
2012-06-07 |
Robin Dunn | Interface fixes for Phoenix |
commit | commitdiff | tree | snapshot |
2012-06-07 |
Robin Dunn | Add missing wxRichToolTip::SetTitleFont implementation. |
commit | commitdiff | tree | snapshot |
2012-06-07 |
Robin Dunn | Interface fixes for Phoenix |
commit | commitdiff | tree | snapshot |
2012-06-06 |
Václav Slavík | wxHtmlHelpWindow: Fix contents panel syncing with view. |
commit | commitdiff | tree | snapshot |
next |