projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅
next
check whether the grid is fully created in Refresh() (fixes a crash under Mac); refac...
[wxWidgets.git]
/
src
/
2008-01-22
Stefan Csomor
fixing 1877182
tree
|
commitdiff
2008-01-22
Václav Slavík
use xdg-open in wxLaunchDefaultBrowser() on Unix if...
tree
|
commitdiff
2008-01-22
Bryan Petty
Fixed a rare wxAuiFloatingFrame dtor crash on MSW using...
tree
|
commitdiff
2008-01-21
Vadim Zeitlin
temporary fix for shared build linking problems after...
tree
|
commitdiff
2008-01-21
Václav Slavík
call Create from wxGrid non-default ctor instead to...
tree
|
commitdiff
2008-01-21
Václav Slavík
wxGrid focus handling fixes:
tree
|
commitdiff
2008-01-21
Václav Slavík
prefix implementation methods of wxBitmapButton with...
tree
|
commitdiff
2008-01-21
Václav Slavík
updated wxExecute checks in wxGTK to be same as in...
tree
|
commitdiff
2008-01-21
Václav Slavík
added wxWindow::HasFocus() for more convenient way...
tree
|
commitdiff
2008-01-20
Vadim Zeitlin
add wxDatePickerCtrl support in wxGenericValidator...
tree
|
commitdiff
2008-01-19
Stefan Neis
Fixed OS/2 compilation after wxDC changes
tree
|
commitdiff
2008-01-19
Stefan Neis
Applied patch #1875242 - fixing more bugs related to...
tree
|
commitdiff
2008-01-19
Vadim Zeitlin
use bgcolor when restoring styles as this is what we...
tree
|
commitdiff
2008-01-19
Vadim Zeitlin
skip focus events after handling them in wxTextCtrl...
tree
|
commitdiff
2008-01-18
Stefan Neis
Fixed errors in OS/2's wxDC::SetMapMode (patch #1871556...
tree
|
commitdiff
2008-01-17
Václav Slavík
the wxConvUI hack in wxMsgCatalog should only be done...
tree
|
commitdiff
2008-01-17
Paul Cornett
on HP-UX 11.11, vsscanf first parameter is not const
tree
|
commitdiff
2008-01-17
Paul Cornett
check for vswscanf(), AIX 5.1 and HP-UX 11.11 don't...
tree
|
commitdiff
2008-01-17
Vadim Zeitlin
restored wxEnhMetaFileDC::Close() lost in wxDC reorgani...
tree
|
commitdiff
2008-01-16
Julian Smart
Correction for cursor setting when moving out of a...
tree
|
commitdiff
2008-01-16
Robert Roebling
Sort of autoresize if only 1 column is there
tree
|
commitdiff
2008-01-16
Robert Roebling
[ 1635287 ] wrong cursor when dragging an image
tree
|
commitdiff
2008-01-16
Vadim Zeitlin
don't enable disabled windows when showing them (patch...
tree
|
commitdiff
2008-01-16
Vadim Zeitlin
don't create unnecessary temporary wxFont (patch theFont)
tree
|
commitdiff
2008-01-16
Vadim Zeitlin
made all XPM const to avoid warnings from mingw32 4...
tree
|
commitdiff
2008-01-15
Vadim Zeitlin
added unit tests for decoding invalid base64 strings...
tree
|
commitdiff
2008-01-15
Václav Slavík
fixed wxHTML parser to not assert on invalid HTML input...
tree
|
commitdiff
2008-01-14
Václav Slavík
fixed wxXmlResource::GetText() in ANSI build to correct...
tree
|
commitdiff
2008-01-14
Vadim Zeitlin
rename wxBK_BUTTONBAR to wxTBK_BUTTONBAR as it's wxTool...
tree
|
commitdiff
2008-01-14
Vadim Zeitlin
added wxTBK_HORZ_LAYOUT (heavily modified patch 1855678)
tree
|
commitdiff
2008-01-14
Paul Cornett
make XPM data pointer parameter fully const
tree
|
commitdiff
2008-01-14
Paul Cornett
avoid GCC warning about type-punned pointer breaking...
tree
|
commitdiff
2008-01-14
Robert Roebling
Partial impl of auto resizing columns
tree
|
commitdiff
2008-01-13
Robert Roebling
Improved wxDataViewSpinCtrlRenderer under OS X
tree
|
commitdiff
2008-01-13
Robert Roebling
Reapplied patch for drawing background of custom items
tree
|
commitdiff
2008-01-13
Robert Roebling
wxSizer::Fit() now sets client size
tree
|
commitdiff
2008-01-13
Robert Roebling
Always invoke default action even if dclick is caught...
tree
|
commitdiff
2008-01-13
Stefan Csomor
I still think that's needed ...
tree
|
commitdiff
2008-01-13
Paul Cornett
prevent explicitly set client size from being changed...
tree
|
commitdiff
2008-01-13
Vadim Zeitlin
improvements to wxWeakRef and related classes
tree
|
commitdiff
2008-01-12
Vadim Zeitlin
call OnExec() taking wxString argument from OnExecute...
tree
|
commitdiff
2008-01-12
Vadim Zeitlin
fix bug introduced in wxRegion::DoUnionWithRect() in...
tree
|
commitdiff
2008-01-12
Stefan Neis
Some wxOS2 compilation fixes after wxDC changes
tree
|
commitdiff
2008-01-12
Stefan Neis
Fixed compilation.
tree
|
commitdiff
2008-01-12
Stefan Neis
Implemented wxGDIObject::Create/CloneGDIRefData() for...
tree
|
commitdiff
2008-01-12
Robert Roebling
Invoke default action if dclick event after <ENTER...
tree
|
commitdiff
2008-01-12
Stefan Neis
Blind compilation fixes.
tree
|
commitdiff
2008-01-12
Stefan Neis
Removed constructor already defined in header.
tree
|
commitdiff
2008-01-12
Stefan Neis
derive wxColourBase from wxObject on os2 as well
tree
|
commitdiff
2008-01-11
Václav Slavík
fixed memory leak in wxXmlResource introduced when...
tree
|
commitdiff
2008-01-11
Jouk Jansen
updates for OpenVMS compile support
tree
|
commitdiff
2008-01-10
Paul Cornett
compute scrollbar widths in a more standard way, get...
tree
|
commitdiff
2008-01-10
Robert Roebling
Use SetFocusIgnoringChildren()
tree
|
commitdiff
2008-01-10
Robert Roebling
Applied [ 1867939 ] fixes for wxTreeCtrl crashes when...
tree
|
commitdiff
2008-01-10
Robert Roebling
Simplified code and applied [ 1867939 ] fixes for wxTre...
tree
|
commitdiff
2008-01-10
Julian Smart
Corrections to bitmap handling
tree
|
commitdiff
2008-01-10
Paul Cornett
don't use the same parameter name twice, HP compiler...
tree
|
commitdiff
2008-01-10
Paul Cornett
build fix for !wxUSE_THREADS
tree
|
commitdiff
2008-01-09
Julian Smart
Fixed GetInfo to use the current language.
tree
|
commitdiff
2008-01-09
Julian Smart
Don't ignore path when prompting for file in SaveAs()
tree
|
commitdiff
2008-01-09
Paul Cornett
avoid undefined behavior from token paste resulting...
tree
|
commitdiff
2008-01-08
Vadim Zeitlin
resolve ambiguity between 2 inherited versions of Clear...
tree
|
commitdiff
2008-01-08
Vadim Zeitlin
restore SetSelection(-1, -1) behaviour which was broken...
tree
|
commitdiff
2008-01-08
Robert Roebling
Last part from weak ref patch for event sink disconnection
tree
|
commitdiff
2008-01-08
Vadim Zeitlin
compilation fix for !HAVE_STRPTIME case after ParseXXX...
tree
|
commitdiff
2008-01-08
Vadim Zeitlin
compilation fix after wxWindowIDRef changes
tree
|
commitdiff
2008-01-08
Paul Cornett
speed up ReadWord by using more efficient separator...
tree
|
commitdiff
2008-01-08
Vadim Zeitlin
STL build fix
tree
|
commitdiff
2008-01-08
Vadim Zeitlin
compilation fix for STL build; also don't pass unknown...
tree
|
commitdiff
2008-01-08
Robin Dunn
Check wxUSE_DATAVIEWCTRL
tree
|
commitdiff
2008-01-07
Vadim Zeitlin
initialize wxMSWSystemMenuFontModule stuff on demand...
tree
|
commitdiff
2008-01-07
Vadim Zeitlin
adjust the minimal menu item height to be lesser than...
tree
|
commitdiff
2008-01-07
Vadim Zeitlin
don't use wxSubwindows with a single element to store...
tree
|
commitdiff
2008-01-07
Robert Roebling
[ 1865141 ] wxNotebook::DeletePage can result in invali...
tree
|
commitdiff
2008-01-07
Vadim Zeitlin
store ids of sub-items directly in wxSubwindows instead...
tree
|
commitdiff
2008-01-07
Vadim Zeitlin
compilation fix for MSVC: remove implicit wxStringImpl...
tree
|
commitdiff
2008-01-07
Vadim Zeitlin
added another ParseFormat() overload for better backwar...
tree
|
commitdiff
2008-01-07
Vadim Zeitlin
compilation fix after wxDateTime::ParseFormat() changes
tree
|
commitdiff
2008-01-07
Vadim Zeitlin
make wxDateTime::ParseXXX() functions char*-friendly
tree
|
commitdiff
2008-01-06
Stefan Neis
Allow using socket from both wxBase and wxCore (adoptin...
tree
|
commitdiff
2008-01-06
Stefan Neis
Adopted OS/2 to DC reorganisation (r50348).
tree
|
commitdiff
2008-01-06
Vadim Zeitlin
PCH-less compilation fix after last commit
tree
|
commitdiff
2008-01-06
Vadim Zeitlin
fix crash in wxExecuteModule::OnExit() (never noticed...
tree
|
commitdiff
2008-01-06
Vadim Zeitlin
small tweak to the close icon (patch 1674689)
tree
|
commitdiff
2008-01-06
Vadim Zeitlin
fix wxExecute thread shutdown and free wxExecuteData...
tree
|
commitdiff
2008-01-06
Vadim Zeitlin
return false from Dispatch() if gtk_main_quit() was...
tree
|
commitdiff
2008-01-06
Vadim Zeitlin
use wxFlexGridSizer for layout of the labels in the...
tree
|
commitdiff
2008-01-06
Vadim Zeitlin
add support of wxTE_PROCESS_ENTER (1/2 of patch 1831995)
tree
|
commitdiff
2008-01-06
Vadim Zeitlin
use wxWindowIDRef to transparently implement auto-gener...
tree
|
commitdiff
2008-01-06
Vadim Zeitlin
don't unload libgnomevfs.so, this results in a crash...
tree
|
commitdiff
2008-01-06
Vadim Zeitlin
add wxDL_QUIET flag; use RawGetSymbol() instead of...
tree
|
commitdiff
2008-01-06
Vadim Zeitlin
draw the bitmap manually under Win9x and 2000 because...
tree
|
commitdiff
2008-01-06
Vadim Zeitlin
fix comparison of BYTE variable with -1 after last...
tree
|
commitdiff
2008-01-05
Vadim Zeitlin
removed extra default clause accidentally added by...
tree
|
commitdiff
2008-01-05
Vadim Zeitlin
clean up wxEvtHandler::m_eventsLocker weirdness: there...
tree
|
commitdiff
2008-01-05
Vadim Zeitlin
fix handling of OEM VKs in wxCharCodeWXToMSW() (patch...
tree
|
commitdiff
2008-01-05
Vadim Zeitlin
meaning of left/right keys should be inversed in RTL...
tree
|
commitdiff
2008-01-05
Vadim Zeitlin
correct handling of positive quality values (2nd part...
tree
|
commitdiff
2008-01-05
Vadim Zeitlin
more fixes to handling of the resolution chosen in...
tree
|
commitdiff
2008-01-05
Vadim Zeitlin
don't remove handlers from wxPendingEvents list, they...
tree
|
commitdiff
next