2008-03-12 |
Václav Slavík | include 'Version' in version string, it's what Apple...
|
commit | commitdiff | tree |
2008-03-12 |
Václav Slavík | indent app name + version from the rest in about dialog...
|
commit | commitdiff | tree |
2008-03-11 |
Václav Slavík | RPM spec files should use Unix line endings
|
commit | commitdiff | tree |
2008-03-08 |
Václav Slavík | fixed 'Select All' context menu in wxTextCtrl with...
|
commit | commitdiff | tree |
2008-03-07 |
Václav Slavík | fixed syntax error
|
commit | commitdiff | tree |
2008-03-06 |
Václav Slavík | fixed minsize setting after wxCollapsiblePane is expanded...
|
commit | commitdiff | tree |
2008-03-06 |
Václav Slavík | deprecated wxWindow::SetHelpTextForId()
|
commit | commitdiff | tree |
2008-03-06 |
Václav Slavík | use 6px as the default wxSizer border in wxGTK to be...
|
commit | commitdiff | tree |
2008-03-05 |
Václav Slavík | made wxFindFocusedChild static, the comment wasn't...
|
commit | commitdiff | tree |
2008-03-05 |
Václav Slavík | added wxRESERVE_SPACE_EVEN_IF_HIDDEN support to XRC
|
commit | commitdiff | tree |
2008-03-04 |
Václav Slavík | format strings with no real text don't need translating
|
commit | commitdiff | tree |
2008-03-04 |
Václav Slavík | added macros for checking for conflicts between flags...
|
commit | commitdiff | tree |
2008-03-04 |
Václav Slavík | added wxRESERVE_SPACE_EVEN_IF_HIDDEN sizer flag that...
|
commit | commitdiff | tree |
2008-03-04 |
Václav Slavík | fixed wxGenericTreeCtrl::DoThaw to call base class...
|
commit | commitdiff | tree |
2008-03-04 |
Václav Slavík | removed IsFrozen() from paint handler, no need for...
|
commit | commitdiff | tree |
2008-03-04 |
Václav Slavík | test Freeze/Thaw completely, including clearing and...
|
commit | commitdiff | tree |
2008-03-04 |
Václav Slavík | implemented Freeze/Thaw in wxGTK
|
commit | commitdiff | tree |
2008-03-03 |
Václav Slavík | made Freeze/Thaw recursively (un)freeze child windows too
|
commit | commitdiff | tree |
2008-03-02 |
Václav Slavík | there's no such thing as LANG_VALENCIAN
|
commit | commitdiff | tree |
2008-03-02 |
Václav Slavík | header files are not executable
|
commit | commitdiff | tree |
2008-03-02 |
Václav Slavík | wxMac: Fixed wxListCtrl to respect items' non-default...
|
commit | commitdiff | tree |
2008-03-02 |
Václav Slavík | don't set m_font upfront in wxMac, let the GetDefaultAttribu...
|
commit | commitdiff | tree |
2008-03-02 |
Václav Slavík | added Get(Class)DefaultAttributes implementation for...
|
commit | commitdiff | tree |
2008-02-29 |
Václav Slavík | fixed ~wxWindowBase to remove associated context help...
|
commit | commitdiff | tree |
2008-02-28 |
Václav Slavík | clear statusbar 'Connecting...' message on failure
|
commit | commitdiff | tree |
2008-02-25 |
Václav Slavík | compilation fix for pch-less build
|
commit | commitdiff | tree |
2008-02-24 |
Václav Slavík | fixed wxListCtrl::RefreshItem(s) - it didn't update...
|
commit | commitdiff | tree |
2008-02-24 |
Václav Slavík | wxMac's wxListBox was missing GetDefaultAttributes...
|
commit | commitdiff | tree |
2008-02-22 |
Václav Slavík | fixed wxBitmapButton to use focus and hover bitmaps...
|
commit | commitdiff | tree |
2008-02-22 |
Václav Slavík | fixed strange focus order in wxTipDialog and set initial...
|
commit | commitdiff | tree |
2008-02-22 |
Václav Slavík | moved win_gtk.h header to wx/gtk/private, it's for...
|
commit | commitdiff | tree |
2008-02-21 |
Václav Slavík | removed now-unused wxSizer::GetMax/MinWindowSize helpers
|
commit | commitdiff | tree |
2008-02-14 |
Václav Slavík | greatly simplified wxGenericCollapsiblePane::OnStateChange...
|
commit | commitdiff | tree |
2008-02-14 |
Václav Slavík | fixed wxSizer::SetSizeHints() to allow setting smaller...
|
commit | commitdiff | tree |
2008-02-14 |
Václav Slavík | added wxWindow::Set/GetMin/MaxClientSize convenience...
|
commit | commitdiff | tree |
2008-02-13 |
Václav Slavík | split wxSizer::Fit() into ComputeFittingWindow/ClientSize...
|
commit | commitdiff | tree |
2008-02-13 |
Václav Slavík | removed no longer used src/iodbc directory
|
commit | commitdiff | tree |
2008-02-13 |
Václav Slavík | removed unused g_focusWindowLast
|
commit | commitdiff | tree |
2008-02-12 |
Václav Slavík | added wxWindow::HandleAsNavigationKey() helper for...
|
commit | commitdiff | tree |
2008-02-12 |
Václav Slavík | use ClientToWindowSize/WindowToClientSize
|
commit | commitdiff | tree |
2008-02-12 |
Václav Slavík | added wxWindow::ClientToWindowSize and WindowToClientSize...
|
commit | commitdiff | tree |
2008-02-12 |
Václav Slavík | silence warnings about <headers>
|
commit | commitdiff | tree |
2008-02-09 |
Václav Slavík | disable console targets for WinCE
|
commit | commitdiff | tree |
2008-02-09 |
Václav Slavík | fixed wxGTK assert when closing wxMessageDialog
|
commit | commitdiff | tree |
2008-02-07 |
Václav Slavík | removed unused SYMBOL_WXRICHTEXT.*_TITLE values that...
|
commit | commitdiff | tree |
2008-02-05 |
Václav Slavík | call Show(false) from ~wxDialog to call EndModal if...
|
commit | commitdiff | tree |
2008-02-04 |
Václav Slavík | updated list of aclocal m4 files
|
commit | commitdiff | tree |
2008-02-02 |
Václav Slavík | fixed wxTextCtrl to not process clipboard events twice...
|
commit | commitdiff | tree |
2008-02-01 |
Václav Slavík | eliminate code duplication in wxSizer::Fit()
|
commit | commitdiff | tree |
2008-02-01 |
Václav Slavík | fixed RR's change of wxSizer::Fit to set client size...
|
commit | commitdiff | tree |
2008-01-31 |
Václav Slavík | compilation fix for wxUSE_BOOKCTRL=0
|
commit | commitdiff | tree |
2008-01-31 |
Václav Slavík | compilation fix for wxUSE_MENUS=0
|
commit | commitdiff | tree |
2008-01-31 |
Václav Slavík | wxUniv/MSW compilation fix after wxDC changes
|
commit | commitdiff | tree |
2008-01-31 |
Václav Slavík | added InitRGBA to generic wxColour to fix linking ...
|
commit | commitdiff | tree |
2008-01-31 |
Václav Slavík | Fixed compilation of wxVector<T> with VC6:
|
commit | commitdiff | tree |
2008-01-30 |
Václav Slavík | clarified EndModal assert message
|
commit | commitdiff | tree |
2008-01-30 |
Václav Slavík | do the VC6 hacks only when compiling with VC6
|
commit | commitdiff | tree |
2008-01-29 |
Václav Slavík | corrected VC++ version check
|
commit | commitdiff | tree |
2008-01-29 |
Václav Slavík | VC5 didn't support partial specialization either, check...
|
commit | commitdiff | tree |
2008-01-29 |
Václav Slavík | wx*DCImpl PCH-less compilation fix
|
commit | commitdiff | tree |
2008-01-29 |
Václav Slavík | added wxCHECK_VISUALC_VERSION macro
|
commit | commitdiff | tree |
2008-01-29 |
Václav Slavík | compilation fix for VC6, it doesn't support partial...
|
commit | commitdiff | tree |
2008-01-27 |
Václav Slavík | UTF-8 build fixes for appending, setting or searching...
|
commit | commitdiff | tree |
2008-01-27 |
Václav Slavík | converting temporary wxString to const wxChar* and...
|
commit | commitdiff | tree |
2008-01-27 |
Václav Slavík | Fixed wxCURSOR_HAND to map to GDK_HAND2 and not GDK_HAND1...
|
commit | commitdiff | tree |
2008-01-27 |
Václav Slavík | added VC7/8 project files for samples
|
commit | commitdiff | tree |
2008-01-24 |
Václav Slavík | supress warning about in custom build steps with VC7...
|
commit | commitdiff | tree |
2008-01-23 |
Václav Slavík | use _vc8 suffix for VS2005 projects for consistency
|
commit | commitdiff | tree |
2008-01-23 |
Václav Slavík | catch exceptions when sending menu events
|
commit | commitdiff | tree |
2008-01-23 |
Václav Slavík | regenerated makefiles with bkl-0.2.3
|
commit | commitdiff | tree |
2008-01-23 |
Václav Slavík | updated bakefiles to take advantage of Bakefile 0.2...
|
commit | commitdiff | tree |
2008-01-22 |
Václav Slavík | ignore Visual Studio per-user/machine settings files
|
commit | commitdiff | tree |
2008-01-22 |
Václav Slavík | updated include/wx/meta/* files list
|
commit | commitdiff | tree |
2008-01-22 |
Václav Slavík | fixed wxVector<T> to work with non-POD types again...
|
commit | commitdiff | tree |
2008-01-22 |
Václav Slavík | use xdg-open in wxLaunchDefaultBrowser() on Unix if...
|
commit | commitdiff | tree |
2008-01-21 |
Václav Slavík | call Create from wxGrid non-default ctor instead to...
|
commit | commitdiff | tree |
2008-01-21 |
Václav Slavík | wxGrid focus handling fixes:
|
commit | commitdiff | tree |
2008-01-21 |
Václav Slavík | prefix implementation methods of wxBitmapButton with...
|
commit | commitdiff | tree |
2008-01-21 |
Václav Slavík | updated wxExecute checks in wxGTK to be same as in...
|
commit | commitdiff | tree |
2008-01-21 |
Václav Slavík | silence compiler warnings
|
commit | commitdiff | tree |
2008-01-21 |
Václav Slavík | added wxWindow::HasFocus() for more convenient way...
|
commit | commitdiff | tree |
2008-01-21 |
Václav Slavík | use full path to headers in header guards
|
commit | commitdiff | tree |
2008-01-21 |
Václav Slavík | reverted last commit, it was wrong
|
commit | commitdiff | tree |
2008-01-21 |
Václav Slavík | utils.h is not needed by wxVector, removed
|
commit | commitdiff | tree |
2008-01-17 |
Václav Slavík | the wxConvUI hack in wxMsgCatalog should only be done...
|
commit | commitdiff | tree |
2008-01-16 |
Václav Slavík | include VC++ version in build compatibility string
|
commit | commitdiff | tree |
2008-01-15 |
Václav Slavík | fixed wxHTML parser to not assert on invalid HTML input...
|
commit | commitdiff | tree |
2008-01-14 |
Václav Slavík | fixed wxXmlResource::GetText() in ANSI build to correctly...
|
commit | commitdiff | tree |
2008-01-11 |
Václav Slavík | fixed memory leak in wxXmlResource introduced when...
|
commit | commitdiff | tree |
2008-01-07 |
Václav Slavík | don't call wxString::Len() from operator==; use IsSameAs...
|
commit | commitdiff | tree |
2008-01-06 |
Václav Slavík | disable eVC makefiles for sockets (no CLI targets possible...
|
commit | commitdiff | tree |
2008-01-05 |
Václav Slavík | explicitly request that RPM spec files have Unix line...
|
commit | commitdiff | tree |
2008-01-02 |
Václav Slavík | Use realloc() and placement new to manage vector's...
|
commit | commitdiff | tree |
2008-01-02 |
Václav Slavík | removed wxSTRING_TEXT() macro in favour of wxS()
|
commit | commitdiff | tree |
2007-12-31 |
Václav Slavík | fixed incorrect use of wxVector<> in wxXRC
|
commit | commitdiff | tree |
2007-12-31 |
Václav Slavík | use iterator in wxTextBuffer::Translate() instead of...
|
commit | commitdiff | tree |
2007-12-24 |
Václav Slavík | compilation fix for wxStrspn and wxStrcspn: WX_STR_FUNC...
|
commit | commitdiff | tree |
2007-12-21 |
Václav Slavík | fixed XRC handler for sizers to do the expected thing...
|
commit | commitdiff | tree |
2007-12-21 |
Václav Slavík | fixed wxScrolledWindow best size calculation: compute...
|
commit | commitdiff | tree |
2007-12-21 |
Václav Slavík | toplevel window is shown on screen even if its parent...
|
commit | commitdiff | tree |
next |