2009-02-15 |
Francesco Montorsi | wxApp::DoYield => wxGUIEventLoop::YieldFor (part of... |
tree | commitdiff |
2009-02-15 |
Francesco Montorsi | revert previous commit - but don't include unneeded... |
tree | commitdiff |
2009-02-15 |
Francesco Montorsi | PCH-less build fix by Tim S |
tree | commitdiff |
2009-02-15 |
Stefan Csomor | switching to compositing operators (fixes #9881), addin... |
tree | commitdiff |
2009-02-15 |
Francesco Montorsi | use YieldFor() in wxTopLevelWindowGTK::RequestUserAtten... |
tree | commitdiff |
2009-02-15 |
Vadim Zeitlin | don't use AC_CANONICAL_TARGET in libtiff configure... |
tree | commitdiff |
2009-02-15 |
Francesco Montorsi | remove GTK_CHECK_VERSION checks for GTK versions < 2.4 |
tree | commitdiff |
2009-02-15 |
Francesco Montorsi | build fix |
tree | commitdiff |
2009-02-15 |
Francesco Montorsi | second part of #10320: move wxApp event handling functi... |
tree | commitdiff |
2009-02-15 |
Vadim Zeitlin | fix (harmless)m ingw32 warning; use anonymous namespace... |
tree | commitdiff |
2009-02-15 |
Francesco Montorsi | do not export compare functions in the wx ABI |
tree | commitdiff |
2009-02-15 |
Francesco Montorsi | even more user-friendly message (as suggested by John... |
tree | commitdiff |
2009-02-14 |
Kevin Ollivier | Fix typo (sorry, thought I compiled before committing.) |
tree | commitdiff |
2009-02-14 |
Jaakko Salli | Fixed assertion that could appear under wxGTK if wxComb... |
tree | commitdiff |
2009-02-14 |
Kevin Ollivier | Start on implementation for wxTE_MULTILINE / wxTE_RICH... |
tree | commitdiff |
2009-02-14 |
Kevin Ollivier | Remove the "double border" around the search ctrl. |
tree | commitdiff |
2009-02-14 |
Kevin Ollivier | Add a tracking rect on resize so that the view will... |
tree | commitdiff |
2009-02-13 |
Kevin Ollivier | clickCount is not available for mouse entered/exited... |
tree | commitdiff |
2009-02-13 |
Kevin Ollivier | Implement NSPanel support to get wxFRAME_TOOL_WINDOW... |
tree | commitdiff |
2009-02-13 |
Stefan Csomor | direct wxFrame events support (paint was not delivered... |
tree | commitdiff |
2009-02-13 |
Stefan Csomor | different contentview-offset code, otherwise 'wx' synth... |
tree | commitdiff |
2009-02-13 |
Stefan Csomor | paint event was missing the id, Connect not working... |
tree | commitdiff |
2009-02-13 |
Robert Roebling | More GTK prefixing for internal methods |
tree | commitdiff |
2009-02-13 |
Robert Roebling | GTK prefix for internal tooltip methods |
tree | commitdiff |
2009-02-13 |
Robert Roebling | Removed unneeded FixUpMouse() method, some more GTK... |
tree | commitdiff |
2009-02-13 |
Robert Roebling | Reorder code so that you can actually set the size... |
tree | commitdiff |
2009-02-12 |
Vadim Zeitlin | return radio box own help text when origin is Origin_Un... |
tree | commitdiff |
2009-02-12 |
Benjamin Williams | maximize pane should ignore floating windows (#4066) |
tree | commitdiff |
2009-02-12 |
Robert Roebling | Don't use native file/dir picker buttons when using... |
tree | commitdiff |
2009-02-12 |
Jaakko Salli | Fixed old font-related code that caused problems on... |
tree | commitdiff |
2009-02-12 |
Vadim Zeitlin | made wxArrayString::assign(iterator, iterator) a templa... |
tree | commitdiff |
2009-02-12 |
Stefan Csomor | renaming clickedAction callbacks to more generic contro... |
tree | commitdiff |
2009-02-12 |
Stefan Csomor | CGContextFlush is already called in SetNativeContext |
tree | commitdiff |
2009-02-12 |
Kevin Ollivier | Restore DrawRadioButton to the main wxRenderer API... |
tree | commitdiff |
2009-02-12 |
Kevin Ollivier | Fix assertion when passing nil to setKeyEquivalent. |
tree | commitdiff |
2009-02-10 |
Stefan Csomor | supporting graphics context on invisible views, icon... |
tree | commitdiff |
2009-02-10 |
Paul Cornett | corrected build fix, new code does work with GTK+ ... |
tree | commitdiff |
2009-02-09 |
Vadim Zeitlin | compilation fix for GTK+ < 2.10 |
tree | commitdiff |
2009-02-09 |
Kevin Ollivier | We'll get an unhandled exception if the view is hidden... |
tree | commitdiff |
2009-02-09 |
Stefan Csomor | paint event handling fixes and wxClientDC implementatio... |
tree | commitdiff |
2009-02-09 |
Stefan Csomor | make sure no delegates/impl ptrs are still set during... |
tree | commitdiff |
2009-02-09 |
Vadim Zeitlin | don't use invalid item indices in wxLC_HRULES-drawing... |
tree | commitdiff |
2009-02-09 |
Vadim Zeitlin | fix MSVC warnings about possibly uninitialized variable... |
tree | commitdiff |
2009-02-09 |
Vadim Zeitlin | compilation fix for wxUSE_STL build after latest changes |
tree | commitdiff |
2009-02-09 |
Robert Roebling | Compile fix |
tree | commitdiff |
2009-02-09 |
Stefan Csomor | drawing code now in common file |
tree | commitdiff |
2009-02-09 |
Stefan Csomor | replacing RgnHandle with HIShapeRef usage |
tree | commitdiff |
2009-02-09 |
Stefan Csomor | common drawing code for osx-cocoa and osx-carbon, also... |
tree | commitdiff |
2009-02-09 |
Robert Roebling | Fixes #10454, Applied patch for wxDataViewCtrl should... |
tree | commitdiff |
2009-02-09 |
Kevin Ollivier | Remove delegates before releasing the native object... |
tree | commitdiff |
2009-02-09 |
Kevin Ollivier | Do a sanity check to make sure GetWindow() has a valid... |
tree | commitdiff |
2009-02-09 |
Kevin Ollivier | Initial support for EVT_ERASE_BACKGROUND for OS X Cocoa. |
tree | commitdiff |
2009-02-09 |
Francesco Montorsi | fix memory leak; allocate the DC before SetFont() is... |
tree | commitdiff |
2009-02-09 |
Francesco Montorsi | save the current status text for each pane inside wxSta... |
tree | commitdiff |
2009-02-08 |
Kevin Ollivier | Stub out GetMatchingPair() for now to allow us to use... |
tree | commitdiff |
2009-02-08 |
Kevin Ollivier | Crash fix for when a wxNullBitmap is passed in as the... |
tree | commitdiff |
2009-02-08 |
Kevin Ollivier | Header fix for OS X Cocoa build. |
tree | commitdiff |
2009-02-08 |
Paul Cornett | new wxTaskBarIcon implementation for GTK2 |
tree | commitdiff |
2009-02-08 |
Paul Cornett | non-pch build fix |
tree | commitdiff |
2009-02-08 |
Paul Cornett | do only what is necessary in SetScrollbars(), let the... |
tree | commitdiff |
2009-02-08 |
Francesco Montorsi | do not deselect the item the user has just selected... |
tree | commitdiff |
2009-02-08 |
Francesco Montorsi | optimize rendering code by calling GetClientSize()... |
tree | commitdiff |
2009-02-08 |
Francesco Montorsi | revert insert=>append change; only for wxELLIPSIZE_END... |
tree | commitdiff |
2009-02-08 |
Stefan Csomor | turning on icons for osx-cocoa |
tree | commitdiff |
2009-02-08 |
Francesco Montorsi | use Ellipsize() in wxStatusBarGeneric so that the text... |
tree | commitdiff |
2009-02-08 |
Francesco Montorsi | split wxControl::Ellipsize() in two functions for bette... |
tree | commitdiff |
2009-02-08 |
Stefan Csomor | menu fixes, also fixes #10479 |
tree | commitdiff |
2009-02-08 |
Vadim Zeitlin | add wx-prefixed and semicolon-requiring versions of... |
tree | commitdiff |
2009-02-08 |
Stefan Csomor | adding scroll wheel support |
tree | commitdiff |
2009-02-08 |
Vadim Zeitlin | only do (c) and (C) translation in Unicode build |
tree | commitdiff |
2009-02-08 |
Vadim Zeitlin | use bitmap mask if any in splash screen (closes #10470) |
tree | commitdiff |
2009-02-07 |
Kevin Ollivier | Implement GetDashCount() for Carbon/Cocoa. |
tree | commitdiff |
2009-02-07 |
Kevin Ollivier | Add (currently unimplemented) missing wxRegion construc... |
tree | commitdiff |
2009-02-07 |
Kevin Ollivier | Assert if these methods are triggered to alert the... |
tree | commitdiff |
2009-02-07 |
Vadim Zeitlin | fix (harmless for now) g++ warning about non-virtual... |
tree | commitdiff |
2009-02-07 |
Vadim Zeitlin | require semicolon after wxDECLARE/DEFINE_EVENT() (close... |
tree | commitdiff |
2009-02-07 |
Vadim Zeitlin | rename wxDECLARE_LOCAL_EVENT to just wxDECLARE_EVENT |
tree | commitdiff |
2009-02-07 |
Stefan Csomor | OSX currently doesn't expose an OnPaint anymore |
tree | commitdiff |
2009-02-07 |
Francesco Montorsi | no real change: put event handlers together at the... |
tree | commitdiff |
2009-02-07 |
Jaakko Salli | Eliminated two unneeded arguments from wxPropertyGrid... |
tree | commitdiff |
2009-02-07 |
Jaakko Salli | Fixed and refactored wxPropertyGridManager decsription... |
tree | commitdiff |
2009-02-07 |
Stefan Csomor | reworking event handling to redirect to c++ virtual... |
tree | commitdiff |
2009-02-07 |
Jaakko Salli | Added workaround for a bug that causes splitters not... |
tree | commitdiff |
2009-02-07 |
Stefan Csomor | correct shortcuts on mac, fixes #10464 |
tree | commitdiff |
2009-02-06 |
Vadim Zeitlin | remove incorrect cast of wxString to char* (unnecessary... |
tree | commitdiff |
2009-02-06 |
Francesco Montorsi | more user-friendly error message |
tree | commitdiff |
2009-02-05 |
Francesco Montorsi | add code for debugging sizers/window sizes; it may... |
tree | commitdiff |
2009-02-05 |
Francesco Montorsi | always use wxSTAY_ON_TOP (closes #10447) |
tree | commitdiff |
2009-02-05 |
Paul Cornett | use the right GdkWindow and origin for non-pizza widget... |
tree | commitdiff |
2009-02-04 |
Vadim Zeitlin | fix MSVC warning about implicit int to bool conversion |
tree | commitdiff |
2009-02-04 |
Vadim Zeitlin | PCH-less compilation fix |
tree | commitdiff |
2009-02-04 |
Robert Roebling | Use gtk_range_set_value() to set scrollbar and do that... |
tree | commitdiff |
2009-02-04 |
Vadim Zeitlin | another compilation fix to switch in DoYield() |
tree | commitdiff |
2009-02-04 |
Francesco Montorsi | fix no-PCH builds for wxMac |
tree | commitdiff |
2009-02-04 |
Robert Roebling | Use wxRound() instead of (int)(my_double + 0.5); |
tree | commitdiff |
2009-02-04 |
Vadim Zeitlin | compilation fixes to DoYield() after latest changes |
tree | commitdiff |
2009-02-04 |
Francesco Montorsi | fix wxThreadEvent linking in shared builds |
tree | commitdiff |
2009-02-04 |
Francesco Montorsi | update to the latest version of the patch at #10320... |
tree | commitdiff |
2009-02-04 |
Francesco Montorsi | fix the new wxThreadEvent class adopting the new type... |
tree | commitdiff |
2009-02-04 |
Francesco Montorsi | check in the 'selective yield' patch (see ticket #10320): |
tree | commitdiff |
next |