2006-12-24 |
Václav Slavík | fixed wxFrame background colour in wxUniv on ports... |
tree | commitdiff |
2006-12-24 |
Kevin Ollivier | Implementing LIST_ITEM_RIGHT_CLICK event support, and... |
tree | commitdiff |
2006-12-24 |
Vadim Zeitlin | compare charset strings case-insensitively (and so... |
tree | commitdiff |
2006-12-24 |
Vadim Zeitlin | fix hint rect position for RTL (patch 1618719 from... |
tree | commitdiff |
2006-12-24 |
Vadim Zeitlin | fill in sqlDataType field of wxDbColInf in ExecSql... |
tree | commitdiff |
2006-12-24 |
Václav Slavík | removed #ifdefs that conditionally included the exact... |
tree | commitdiff |
2006-12-24 |
Vadim Zeitlin | another fix for the default button in the dialog |
tree | commitdiff |
2006-12-23 |
Vadim Zeitlin | 1. Don't draw our own custom label if we don't have... |
tree | commitdiff |
2006-12-23 |
Julian Smart | Bullet size should take into account the font of the... |
tree | commitdiff |
2006-12-23 |
Julian Smart | Optimization |
tree | commitdiff |
2006-12-23 |
Robin Dunn | Reset the item's text in SetItemFont to ensure that... |
tree | commitdiff |
2006-12-22 |
Kevin Ollivier | Adding SetFocus to wxABI_VERSION. |
tree | commitdiff |
2006-12-22 |
Kevin Ollivier | Fix for non-PCH builds. |
tree | commitdiff |
2006-12-21 |
Vadim Zeitlin | restored (as deprecated) accidentally removed wx{Dir... |
tree | commitdiff |
2006-12-21 |
Václav Slavík | compilation fix for !wxUSE_VALIDATORS |
tree | commitdiff |
2006-12-21 |
Kevin Ollivier | Restore compilation with --enable-stl, fix SetFocus... |
tree | commitdiff |
2006-12-20 |
Vadim Zeitlin | C/POSIX locales (or absence of locale information)... |
tree | commitdiff |
2006-12-20 |
Vadim Zeitlin | unused parameter warning |
tree | commitdiff |
2006-12-20 |
Vadim Zeitlin | changing ES_LEFT/CENTER/RIGHT styles only works for... |
tree | commitdiff |
2006-12-20 |
Vadim Zeitlin | fixed initial size of a control with wxDefaultSize... |
tree | commitdiff |
2006-12-20 |
Vadim Zeitlin | we don't need to subclass text control twice to impleme... |
tree | commitdiff |
2006-12-20 |
Stefan Csomor | best size fix for multi-line fields |
tree | commitdiff |
2006-12-19 |
Vadim Zeitlin | make the continue button default, not the stop one... |
tree | commitdiff |
2006-12-19 |
Stefan Csomor | fvisibility-inlines-hidden fix |
tree | commitdiff |
2006-12-19 |
Stefan Csomor | fixing -fvisibility-inlines-hidden problem (IsOk functi... |
tree | commitdiff |
2006-12-18 |
Václav Slavík | wxDFB: fix events processing to support sockets events |
tree | commitdiff |
2006-12-17 |
Vadim Zeitlin | don't treat foo in c:\\foo\bar as network share |
tree | commitdiff |
2006-12-17 |
Vadim Zeitlin | don't set the label colour in DrawButtonLabel(), this... |
tree | commitdiff |
2006-12-17 |
Vadim Zeitlin | forcefully get rid of the scrollbars in CalcWindowSizes... |
tree | commitdiff |
2006-12-16 |
Vadim Zeitlin | for for initializing wxFileName with empty string retur... |
tree | commitdiff |
2006-12-15 |
Stefan Csomor | adding common search field file |
tree | commitdiff |
2006-12-15 |
Stefan Csomor | using native architecture for development builds only... |
tree | commitdiff |
2006-12-15 |
Vadim Zeitlin | respect background colour of wxStaticText in wxUniv |
tree | commitdiff |
2006-12-15 |
Vadim Zeitlin | correct GetBestSize() to return correct best size,... |
tree | commitdiff |
2006-12-14 |
Václav Slavík | compilation fix for wxUSE_ACCEL && !wxUSE_BUTTON |
tree | commitdiff |
2006-12-14 |
Václav Slavík | moved wxX11's wxSocketTable to private wxSocketEventDis... |
tree | commitdiff |
2006-12-14 |
Václav Slavík | fixed wxStdRenderer::DrawButtonLabel() to not change... |
tree | commitdiff |
2006-12-14 |
Paul Cornett | make sure style is set on menubar before querying its... |
tree | commitdiff |
2006-12-13 |
Vadim Zeitlin | don't crash in Unicode build if command line arguments... |
tree | commitdiff |
2006-12-13 |
Vadim Zeitlin | cast size_t to unsigned long, not unsigned (even though... |
tree | commitdiff |
2006-12-13 |
Václav Slavík | make sure the window is fully painted before DirectFB... |
tree | commitdiff |
2006-12-12 |
Robert Roebling | Made wxSearchCtrl look like other text controls under... |
tree | commitdiff |
2006-12-12 |
Robert Roebling | Moved allocate size correction code from combobox |
tree | commitdiff |
2006-12-12 |
Robert Roebling | Add hack for correct height of wxComboBox in |
tree | commitdiff |
2006-12-12 |
Robin Dunn | Compile fixes for Panther |
tree | commitdiff |
2006-12-12 |
Robin Dunn | Also do LayoutControls from EVT_SIZE handler |
tree | commitdiff |
2006-12-11 |
Václav Slavík | fixed wxCSConv to work again for iso-8859-1 |
tree | commitdiff |
2006-12-11 |
Robin Dunn | Fix compile error |
tree | commitdiff |
2006-12-11 |
Kevin Ollivier | Change event names to clarify that they are only fired... |
tree | commitdiff |
2006-12-11 |
Paul Cornett | cleanup: |
tree | commitdiff |
2006-12-11 |
Paul Cornett | cleanup: |
tree | commitdiff |
2006-12-11 |
Vadim Zeitlin | removed unused variable |
tree | commitdiff |
2006-12-11 |
Vadim Zeitlin | more SetXXXVisible/ShowXXX() replacements |
tree | commitdiff |
2006-12-11 |
Vadim Zeitlin | added $Id$ to the header |
tree | commitdiff |
2006-12-11 |
Vadim Zeitlin | added wx prefix to wxUSE_NATIVE_SEARCH_CONTROL |
tree | commitdiff |
2006-12-11 |
Vadim Zeitlin | 1. Renamed Set/GetXXXVisible() to ShowXXX() and IsXXXVi... |
tree | commitdiff |
2006-12-11 |
Chris Elliott | fix watcom problem (thanks ABX) |
tree | commitdiff |
2006-12-11 |
Chris Elliott | fix missing includessrc/generic/srchctlg.cpp |
tree | commitdiff |
2006-12-11 |
Kevin Ollivier | Improve default wxSearchCtrl GetBestSize() width and... |
tree | commitdiff |
2006-12-11 |
Robin Dunn | Modified form of Patch #1611222, adds wxSearchCtrl... |
tree | commitdiff |
2006-12-11 |
Kevin Hock | As per discussion in bug #1612106, change default socke... |
tree | commitdiff |
2006-12-10 |
Paul Cornett | size_t passed to %d format specifier |
tree | commitdiff |
2006-12-10 |
Václav Slavík | 1. removed code that already exist in ~wxTLWBase from... |
tree | commitdiff |
2006-12-10 |
Václav Slavík | removed code that already exist in ~wxTLWBase from... |
tree | commitdiff |
2006-12-10 |
Vadim Zeitlin | set wxDATAVIEW_CELL_SELECTED in flags passed to Render... |
tree | commitdiff |
2006-12-10 |
Vadim Zeitlin | GetLongPath() should just do nothing under CE as there... |
tree | commitdiff |
2006-12-10 |
Vadim Zeitlin | replaced size_t with unsigned int in wxAnimation and... |
tree | commitdiff |
2006-12-10 |
Stefan Csomor | switching to autorelease |
tree | commitdiff |
2006-12-10 |
Stefan Csomor | adding an autorelease capability (got weird crashes... |
tree | commitdiff |
2006-12-10 |
Włodzimierz Skiba | Warning fix. |
tree | commitdiff |
2006-12-09 |
Michael Wetherell | Revert last commit. |
tree | commitdiff |
2006-12-09 |
Paul Cornett | indentation fixes |
tree | commitdiff |
2006-12-09 |
Paul Cornett | unused variable |
tree | commitdiff |
2006-12-09 |
Paul Cornett | SetInsertionPointEnd should make the insert point visib... |
tree | commitdiff |
2006-12-09 |
Paul Cornett | rename RemoveIdleSource to SuspendIdleCallback |
tree | commitdiff |
2006-12-09 |
Vadim Zeitlin | implement To/FromWchar() as wxCSConv methods, otherwise... |
tree | commitdiff |
2006-12-09 |
Vadim Zeitlin | default name of wxStaticLine should be wxStaticLineName... |
tree | commitdiff |
2006-12-09 |
Vadim Zeitlin | ignore warning 4535 for VC8 too as it still seems to... |
tree | commitdiff |
2006-12-09 |
Stefan Csomor | fixing memory leaks (toolbartool not released) and... |
tree | commitdiff |
2006-12-09 |
Paul Cornett | fix for SetPosition/SetInsertionPoint when called durin... |
tree | commitdiff |
2006-12-08 |
Paul Cornett | re-enable blocking of wx idle events when assert dialog... |
tree | commitdiff |
2006-12-08 |
Stefan Csomor | switching from native rtti to wxrtti |
tree | commitdiff |
2006-12-08 |
Vadim Zeitlin | 1. don't assert if we're passed an empty defaultDir... |
tree | commitdiff |
2006-12-08 |
Vadim Zeitlin | use MAP_INVALID_UTF8_TO_PUA instead of MAP_INVALID_UTF8... |
tree | commitdiff |
2006-12-07 |
Robert Roebling | No longer break idle (and indeed all) event handling |
tree | commitdiff |
2006-12-07 |
Paul Cornett | bitwise vs. logical operator |
tree | commitdiff |
2006-12-07 |
Paul Cornett | static functions don't need an instance |
tree | commitdiff |
2006-12-07 |
Paul Cornett | correct access for virtual, declare variable only if... |
tree | commitdiff |
2006-12-07 |
Paul Cornett | remove redundant test |
tree | commitdiff |
2006-12-07 |
Paul Cornett | use correct test |
tree | commitdiff |
2006-12-07 |
Paul Cornett | indentation fix |
tree | commitdiff |
2006-12-07 |
Paul Cornett | use computed justification |
tree | commitdiff |
2006-12-07 |
Paul Cornett | unused variable |
tree | commitdiff |
2006-12-07 |
Paul Cornett | fix wrong parenthesizing of boolean expressions |
tree | commitdiff |
2006-12-07 |
Paul Cornett | minor cleanup |
tree | commitdiff |
2006-12-07 |
Robin Dunn | clip the bitmap to the size of the source DC in DoBlit... |
tree | commitdiff |
2006-12-06 |
Vadim Zeitlin | explicitly call OnExit() in the ports which don't use... |
tree | commitdiff |
2006-12-06 |
Kevin Ollivier | Implement SortItems for native OS X wxListCtrl to match... |
tree | commitdiff |
2006-12-06 |
Robert Roebling | I blindly believe that WinCE doesn't delete a |
tree | commitdiff |
2006-12-06 |
Vadim Zeitlin | we don't need to include wx/url.h from the header,... |
tree | commitdiff |
next |