2008-05-22 |
Robert Roebling | Remove m_blockEvents and use Disable/Enable instead... |
tree | commitdiff |
2008-05-22 |
Robert Roebling | Also allow UP and DOWN if we reached max number of... |
tree | commitdiff |
2008-05-22 |
Robert Roebling | [ wxwindows-Patches-1947680 ] wxMac: Fixes number of... |
tree | commitdiff |
2008-05-22 |
Paul Cornett | add missing static keyword |
tree | commitdiff |
2008-05-22 |
Vadim Zeitlin | add back wxChoice::DoGetBestSize() removed by the previ... |
tree | commitdiff |
2008-05-22 |
Vadim Zeitlin | added wxDateTime::SetFrom/GetAsMSWSysTime() (#9161) |
tree | commitdiff |
2008-05-22 |
Vadim Zeitlin | don't reserve space for the icons if none are used... |
tree | commitdiff |
2008-05-22 |
Vadim Zeitlin | add handling of wxWrapSizer flags (part of ticket 9468) |
tree | commitdiff |
2008-05-22 |
Vadim Zeitlin | fix the confusion in boolean attributes handling in... |
tree | commitdiff |
2008-05-21 |
Paul Cornett | button text uses fg color, not text color |
tree | commitdiff |
2008-05-21 |
Jouk Jansen | Update OpenVMS compile support |
tree | commitdiff |
2008-05-21 |
Robert Roebling | Query value from the model column given by col->GetMode... |
tree | commitdiff |
2008-05-21 |
Robert Roebling | Added InsertColumn( pos, col ), some reformating |
tree | commitdiff |
2008-05-20 |
Robert Roebling | Commit mem leak fix I introduced |
tree | commitdiff |
2008-05-20 |
Robert Roebling | Fix mem corruption due to string no longer being in... |
tree | commitdiff |
2008-05-20 |
Paul Cornett | get wxSYS_COLOUR_HIGHLIGHTTEXT from GTK+, ticket 4733 |
tree | commitdiff |
2008-05-20 |
Julian Smart | COnversion of some common font names to current platform |
tree | commitdiff |
2008-05-20 |
Stefan Csomor | allows resetting color of text to black, closes #4826 |
tree | commitdiff |
2008-05-20 |
Robert Roebling | Don't make lines narrower that default line height... |
tree | commitdiff |
2008-05-20 |
Paul Cornett | remove unused files |
tree | commitdiff |
2008-05-20 |
Paul Cornett | add missing braces |
tree | commitdiff |
2008-05-20 |
Paul Cornett | add missing break statement |
tree | commitdiff |
2008-05-20 |
Paul Cornett | put frame extents XGetWindowProperty code in one place |
tree | commitdiff |
2008-05-19 |
Robert Roebling | Set EventObject in event |
tree | commitdiff |
2008-05-19 |
Robert Roebling | Made the various logical 2 device transforms consistent... |
tree | commitdiff |
2008-05-18 |
Robert Roebling | Correct remaining bits of variable height lines for... |
tree | commitdiff |
2008-05-18 |
Vadim Zeitlin | use GtkComboBox instead of deprecated GtkOptionMenu... |
tree | commitdiff |
2008-05-18 |
Vadim Zeitlin | add missing header to fix compilation after changes... |
tree | commitdiff |
2008-05-18 |
Robert Roebling | Compilo |
tree | commitdiff |
2008-05-18 |
Julian Smart | Fixed a bug preventing style resetting to occur |
tree | commitdiff |
2008-05-18 |
Stefan Csomor | removing double set of geometry |
tree | commitdiff |
2008-05-17 |
Vadim Zeitlin | fix handling of the commands with negative ids (e.g... |
tree | commitdiff |
2008-05-17 |
Vadim Zeitlin | (blind) fixes for PCH-less build after r53626 |
tree | commitdiff |
2008-05-17 |
Vadim Zeitlin | fix gcc warnings about not calling the base class ctors... |
tree | commitdiff |
2008-05-17 |
Vadim Zeitlin | make cast from double to long explicit to suppress... |
tree | commitdiff |
2008-05-17 |
Vadim Zeitlin | allow loading wxAnimationCtrl contents from stream... |
tree | commitdiff |
2008-05-17 |
Vadim Zeitlin | added language info for Northern Sami (patch 1964036) |
tree | commitdiff |
2008-05-17 |
Vadim Zeitlin | native wxBitmapComboBox implementation for MSW (patch... |
tree | commitdiff |
2008-05-17 |
Vadim Zeitlin | don't blit more than necessary in wxBufferedDC::UnMask... |
tree | commitdiff |
2008-05-17 |
Julian Smart | Fixed common style collection and superscript/subscript... |
tree | commitdiff |
2008-05-17 |
Julian Smart | Cast for argument to delete[] - VC6 doesn't want to... |
tree | commitdiff |
2008-05-17 |
Vadim Zeitlin | fix window rectangle computation in Centre(wxCENTER_ON_... |
tree | commitdiff |
2008-05-17 |
Václav Slavík | wxUniv: implement wxSYS_VSCROLL_X/Y metrics in wxUniv... |
tree | commitdiff |
2008-05-17 |
Stefan Neis | Fixed wxWindowOS2::Reparent. |
tree | commitdiff |
2008-05-17 |
Václav Slavík | fixed error logging in TIFF image handler to output... |
tree | commitdiff |
2008-05-17 |
Stefan Neis | Added missing #include. |
tree | commitdiff |
2008-05-16 |
Robert Roebling | Tried unsuccessfully to change individual line height |
tree | commitdiff |
2008-05-16 |
Robert Roebling | Correct vert alignment |
tree | commitdiff |
2008-05-16 |
Robert Roebling | ignore invisble columns in height calculation |
tree | commitdiff |
2008-05-16 |
Stefan Neis | Ensure that wxApp::Yield is always processing pending... |
tree | commitdiff |
2008-05-16 |
Robert Roebling | [ 1965257 ] wxMac implementation of wxDataViewColumn... |
tree | commitdiff |
2008-05-16 |
Robert Roebling | Option for variable line heights (MSW and GTK+ sofar) |
tree | commitdiff |
2008-05-15 |
Paul Cornett | fix some warnings from GCC -Wextra |
tree | commitdiff |
2008-05-14 |
Stefan Csomor | fixing 64-32 bit conversion warnings, no brush must... |
tree | commitdiff |
2008-05-14 |
Robert Roebling | [wx-dev] [ wxwindows-Bugs-1566309 ] wxDir::IsOpened... |
tree | commitdiff |
2008-05-14 |
Jouk Jansen | Update OpebVMS compile support |
tree | commitdiff |
2008-05-14 |
Vadim Zeitlin | generate size event when the dialog is shown for consis... |
tree | commitdiff |
2008-05-14 |
Vadim Zeitlin | delay gripper positioning until the dialog is shown... |
tree | commitdiff |
2008-05-13 |
Stefan Csomor | adapting to new m_font handling in base (it's not alway... |
tree | commitdiff |
2008-05-13 |
Vadim Zeitlin | fix bug introduced by the last change: we could overwri... |
tree | commitdiff |
2008-05-13 |
Paul Cornett | fix overload ambiguity when compiler doesn't know NULL... |
tree | commitdiff |
2008-05-12 |
Vadim Zeitlin | don't dereference end iterator |
tree | commitdiff |
2008-05-12 |
Paul Cornett | fix wxColourData::FromString() not restoring 16th color... |
tree | commitdiff |
2008-05-12 |
Vadim Zeitlin | add wxCAL_SHOW_WEEK_NUMBERS support (patch 1960860) |
tree | commitdiff |
2008-05-12 |
Vadim Zeitlin | add wxCmdLineParser::AddUsageText() and wxCMD_LINE_USAG... |
tree | commitdiff |
2008-05-11 |
Paul Cornett | disconnect handler in wxTaskBarIcon dtor, should have... |
tree | commitdiff |
2008-05-11 |
Paul Cornett | prevent crash if panel/kicker is killed, bug 1872724 |
tree | commitdiff |
2008-05-11 |
Vadim Zeitlin | take const wxConfig object in wxDocManager::FileHistory... |
tree | commitdiff |
2008-05-11 |
Paul Cornett | don't change brush settings in SetBackgroundMode()... |
tree | commitdiff |
2008-05-11 |
Vadim Zeitlin | fix appending items to sorted control (patch 1940384) |
tree | commitdiff |
2008-05-11 |
Vadim Zeitlin | avoid extra reallocations and memcpy for seekable files... |
tree | commitdiff |
2008-05-11 |
Vadim Zeitlin | assert if the window is being recreated, this indicates... |
tree | commitdiff |
2008-05-11 |
Vadim Zeitlin | show resize grip on resizeable dialogs (slightly modifi... |
tree | commitdiff |
2008-05-11 |
Vadim Zeitlin | make class names used for our windows unique between... |
tree | commitdiff |
2008-05-11 |
Stefan Neis | Blind fix for bug #1936227 (unable to set initial value... |
tree | commitdiff |
2008-05-11 |
Vadim Zeitlin | don't send text changed events from ctor as wxGTK doesn... |
tree | commitdiff |
2008-05-10 |
Paul Cornett | remove extra semicolons, correct virtual access |
tree | commitdiff |
2008-05-10 |
Paul Cornett | non-pch build fixes, after r53535 |
tree | commitdiff |
2008-05-10 |
Paul Cornett | don't send paint events for exposures of the border... |
tree | commitdiff |
2008-05-10 |
Francesco Montorsi | replace use of 'long/int bitmapType' with 'wxBitmapType... |
tree | commitdiff |
2008-05-09 |
Robin Dunn | Merge r53510 from 2.8 branch |
tree | commitdiff |
2008-05-09 |
Václav Slavík | fixed wxMac compilation after ShowWithEffect() changes... |
tree | commitdiff |
2008-05-09 |
Benjamin Williams | applied patch 1908782 wxAuiMDIChildFrame not removed... |
tree | commitdiff |
2008-05-09 |
Stefan Csomor | reverting style of include back to user include as... |
tree | commitdiff |
2008-05-09 |
Julian Smart | Apply previous paragraph style if pasting plain text... |
tree | commitdiff |
2008-05-08 |
Vadim Zeitlin | extracted wxWrapSizer in separate files and somewhat... |
tree | commitdiff |
2008-05-08 |
Václav Slavík | changed ShowWithEffects() to use directional wxSHOW_EFF... |
tree | commitdiff |
2008-05-08 |
Vadim Zeitlin | add wxSizer::SetDimension() overload taking wxPoint... |
tree | commitdiff |
2008-05-08 |
Vadim Zeitlin | don't call TB_GETITEMRECT with invalid tool index |
tree | commitdiff |
2008-05-08 |
Vadim Zeitlin | fix some unused variables warnings reported by Borland |
tree | commitdiff |
2008-05-08 |
Vadim Zeitlin | correct the signature of the overriden Reparent() |
tree | commitdiff |
2008-05-08 |
Vadim Zeitlin | don't override DoDrawSpline() under CE at all instead... |
tree | commitdiff |
2008-05-08 |
Vadim Zeitlin | fix confusion with (Do)DrawSplines() overloads; don... |
tree | commitdiff |
2008-05-08 |
Vadim Zeitlin | correct toolbar width calculation with comctl32.dll... |
tree | commitdiff |
2008-05-08 |
Vadim Zeitlin | compilation fix after switch to using std::string in... |
tree | commitdiff |
2008-05-07 |
Paul Cornett | use PNGAPI if it is defined |
tree | commitdiff |
2008-05-07 |
Julian Smart | Added const when writing XPMs to avoid gcc warnings |
tree | commitdiff |
2008-05-06 |
Václav Slavík | compilation fixes for !wxUSE_FONTMEM case |
tree | commitdiff |
2008-05-06 |
Václav Slavík | removed wxDCWindowImpl::m_win; use wxDCImpl::m_window... |
tree | commitdiff |
2008-05-06 |
Václav Slavík | use const char*, not char*, for embedded XPMs to fix... |
tree | commitdiff |
next |