2004-11-19 |
Václav Slavík | applied modified patch with native GTK wxFileDialog
|
commit | commitdiff | tree |
2004-11-18 |
Václav Slavík | fixed libgnomeprint check to fail if libgnomeprint...
|
commit | commitdiff | tree |
2004-11-18 |
Václav Slavík | reverted DrawRotatedText change, it's broken
|
commit | commitdiff | tree |
2004-11-16 |
Václav Slavík | fixed wxEncodingConverter-base wxCSConv to report failures...
|
commit | commitdiff | tree |
2004-11-16 |
Václav Slavík | modified wxEncodingConverter API to report failures
|
commit | commitdiff | tree |
2004-11-15 |
Václav Slavík | fixed to work with themes that redefine icons (e.g...
|
commit | commitdiff | tree |
2004-11-15 |
Václav Slavík | updated to be in sync with wxwin.py code
|
commit | commitdiff | tree |
2004-11-14 |
Václav Slavík | compilation fix
|
commit | commitdiff | tree |
2004-11-14 |
Václav Slavík | fixed rendering of bitmaps with alpha channel under...
|
commit | commitdiff | tree |
2004-11-14 |
Václav Slavík | added system colours and fonts support to XRC (based...
|
commit | commitdiff | tree |
2004-11-14 |
Václav Slavík | made wxMBConv_iconv MT-safe
|
commit | commitdiff | tree |
2004-11-12 |
Václav Slavík | more wxPostEvent MT fixes
|
commit | commitdiff | tree |
2004-11-12 |
Václav Slavík | removed unused static variable
|
commit | commitdiff | tree |
2004-11-09 |
Václav Slavík | memory corruption fixes
|
commit | commitdiff | tree |
2004-11-09 |
Václav Slavík | fixed memory deallocation
|
commit | commitdiff | tree |
2004-11-07 |
Václav Slavík | fixed typo
|
commit | commitdiff | tree |
2004-11-07 |
Václav Slavík | use wxART_BUTTON for stock bitmap buttons
|
commit | commitdiff | tree |
2004-11-05 |
Václav Slavík | use wxNewId in wxEditableListBox to avoid conflicts...
|
commit | commitdiff | tree |
2004-11-05 |
Václav Slavík | use wxNewId() to implement XRCID
|
commit | commitdiff | tree |
2004-11-05 |
Václav Slavík | make sure that wxNewId() doesn't return standard ID...
|
commit | commitdiff | tree |
2004-11-05 |
Václav Slavík | upgraded to zlib 1.2.2 (replaces patch with CAN-2004...
|
commit | commitdiff | tree |
2004-11-05 |
Václav Slavík | This commit was generated by cvs2svn to compensate...
|
commit | commitdiff | tree |
2004-11-04 |
Václav Slavík | compilation fix for GTK+ 2.0
|
commit | commitdiff | tree |
2004-11-04 |
Václav Slavík | (hopefully) fixed race condition in installing idle...
|
commit | commitdiff | tree |
2004-11-04 |
Václav Slavík | m_wakeUpTimerTag is not used anywhere, removed
|
commit | commitdiff | tree |
2004-11-04 |
Václav Slavík | don't add empty image to tabs
|
commit | commitdiff | tree |
2004-11-03 |
Václav Slavík | made it possible to customize wxGenericDirCtrl, such...
|
commit | commitdiff | tree |
2004-11-01 |
Václav Slavík | OnGetItemText is const
|
commit | commitdiff | tree |
2004-10-31 |
Václav Slavík | the position attribute is called 'pos', not 'position'
|
commit | commitdiff | tree |
2004-10-31 |
Václav Slavík | added 'icon' property to wxFrame and wxDialog in XRC
|
commit | commitdiff | tree |
2004-10-31 |
Václav Slavík | compilation fixes for gcc-3.4 + Unicode
|
commit | commitdiff | tree |
2004-10-31 |
Václav Slavík | fixed spelling of -checkcurleybraces (patch #1054304)
|
commit | commitdiff | tree |
2004-10-30 |
Václav Slavík | usability improvement: set focus to text control so...
|
commit | commitdiff | tree |
2004-10-29 |
Václav Slavík | check if conversion to UTF7 works
|
commit | commitdiff | tree |
2004-10-28 |
Václav Slavík | FL's floating windows render borders themselves, don...
|
commit | commitdiff | tree |
2004-10-28 |
Václav Slavík | fixed wxTextCtrl::EmulateKeyPress to work in Unicode...
|
commit | commitdiff | tree |
2004-10-28 |
Václav Slavík | wxKeyEvent::m_uniChar must be copied by operator= too
|
commit | commitdiff | tree |
2004-10-26 |
Václav Slavík | fixed wxFRAME_TOOL_WINDOW to use 'utility' type hint...
|
commit | commitdiff | tree |
2004-10-26 |
Václav Slavík | at least partially implemented vswscanf() -- otherwise...
|
commit | commitdiff | tree |
2004-10-26 |
Václav Slavík | prefix symbols with wx
|
commit | commitdiff | tree |
2004-10-23 |
Václav Slavík | fixing sizing bug inside wxWizard
|
commit | commitdiff | tree |
2004-10-23 |
Václav Slavík | added InvalidateBestSize calls when combobox's content...
|
commit | commitdiff | tree |
2004-10-21 |
Václav Slavík | OS/2 needs wxUSE_OWNER_DRAWN, too
|
commit | commitdiff | tree |
2004-10-19 |
Václav Slavík | added wxTB_HORZ_TEXT
|
commit | commitdiff | tree |
2004-10-19 |
Václav Slavík | always use wxStaticCast in XRCCTRL (asserts in case...
|
commit | commitdiff | tree |
2004-10-18 |
Václav Slavík | fixed previous revision: call wxControl's, not wxButton...
|
commit | commitdiff | tree |
2004-10-18 |
Václav Slavík | be user friendly on Unix and expand the / node automatically
|
commit | commitdiff | tree |
2004-10-18 |
Václav Slavík | wxBitmapButton doesn't need own DoGetBestSize, wxControl...
|
commit | commitdiff | tree |
2004-10-18 |
Václav Slavík | support alpha channel in menu items bitmaps, too
|
commit | commitdiff | tree |
2004-10-18 |
Václav Slavík | XRC ignored menu bitmap on non-MSW platforms, fixed
|
commit | commitdiff | tree |
2004-10-18 |
Václav Slavík | fixed typo
|
commit | commitdiff | tree |
2004-10-16 |
Václav Slavík | don't use m_instanceAsWindow to convert dialog units...
|
commit | commitdiff | tree |
2004-10-16 |
Václav Slavík | wxProcess::OnTerminate is not const
|
commit | commitdiff | tree |
2004-10-15 |
Václav Slavík | linkage fixes for monolithic static build
|
commit | commitdiff | tree |
2004-10-15 |
Václav Slavík | don't create makefiles for nonexistent utils
|
commit | commitdiff | tree |
2004-10-15 |
Václav Slavík | quick fix for misgenerated console samples' Makefile.in
|
commit | commitdiff | tree |
2004-10-15 |
Václav Slavík | regenerated
|
commit | commitdiff | tree |
2004-10-14 |
Václav Slavík | fixes to building wxBase on Darwin
|
commit | commitdiff | tree |
2004-10-14 |
Václav Slavík | added wxTB_HORZ_LAYOUT
|
commit | commitdiff | tree |
2004-10-12 |
Václav Slavík | updated after moving xrc to the core
|
commit | commitdiff | tree |
2004-10-12 |
Václav Slavík | added wxNB_TOP
|
commit | commitdiff | tree |
2004-10-12 |
Václav Slavík | added \ escaping in XRC (patch 1042675)
|
commit | commitdiff | tree |
2004-10-09 |
Václav Slavík | fixed wxrc installation and cleaning
|
commit | commitdiff | tree |
2004-10-08 |
Václav Slavík | propagate invalidated best size upstream
|
commit | commitdiff | tree |
2004-10-08 |
Václav Slavík | fixed AFM metrics installation so that PostScript printing...
|
commit | commitdiff | tree |
2004-10-06 |
Václav Slavík | fixed broken DoUpdateWindowUI: event.SetChecked doesn...
|
commit | commitdiff | tree |
2004-10-06 |
Václav Slavík | added reference to GetUnicodeKey to GetKeyCode
|
commit | commitdiff | tree |
2004-10-05 |
Václav Slavík | added wxRB_SINGLE
|
commit | commitdiff | tree |
2004-10-03 |
Václav Slavík | fixed menu destruction if it was removed from menubar...
|
commit | commitdiff | tree |
2004-10-03 |
Václav Slavík | fixed transiency when the parent is MDI child frame
|
commit | commitdiff | tree |
2004-10-03 |
Václav Slavík | fixed crash on invalid data (patch 1039453)
|
commit | commitdiff | tree |
2004-10-02 |
Václav Slavík | don't cd into utils/xrc if USE_XRC=0
|
commit | commitdiff | tree |
2004-10-02 |
Václav Slavík | don't cd into utils/xrc if USE_XRC=0
|
commit | commitdiff | tree |
2004-10-02 |
Václav Slavík | generated resources code doesn't have to include <wx...
|
commit | commitdiff | tree |
2004-10-02 |
Václav Slavík | compilation fixes for gcc-3.4
|
commit | commitdiff | tree |
2004-10-02 |
Václav Slavík | don't link GUI libs into wxrc
|
commit | commitdiff | tree |
2004-10-01 |
Václav Slavík | use default GUI font in wxHtmlListBox
|
commit | commitdiff | tree |
2004-10-01 |
Václav Slavík | gcc-3.4 compilation fix
|
commit | commitdiff | tree |
2004-09-30 |
Václav Slavík | build and install wxrc by default
|
commit | commitdiff | tree |
2004-09-30 |
Václav Slavík | removed remaining XRC files from contrib
|
commit | commitdiff | tree |
2004-09-30 |
Václav Slavík | wxrc is in core utils now
|
commit | commitdiff | tree |
2004-09-30 |
Václav Slavík | install wxrc as wxrc-2.5, with symlink
|
commit | commitdiff | tree |
2004-09-30 |
Václav Slavík | blind compilation fix for MSVC
|
commit | commitdiff | tree |
2004-09-30 |
Václav Slavík | moved wxWindow::GetBestSize implementation into DoGetBestSize
|
commit | commitdiff | tree |
2004-09-30 |
Václav Slavík | moved wxWindow::GetBestSize implementation into DoGetBestSiz...
|
commit | commitdiff | tree |
2004-09-30 |
Václav Slavík | resize parent's frame client area correctly when statusbar...
|
commit | commitdiff | tree |
2004-09-29 |
Václav Slavík | fixed flicker during MDI children creation: the frame...
|
commit | commitdiff | tree |
2004-09-29 |
Václav Slavík | implementation should use DoFindFocus
|
commit | commitdiff | tree |
2004-09-29 |
Václav Slavík | changes to make wxWindow::FindFocus work as expected...
|
commit | commitdiff | tree |
2004-09-26 |
Václav Slavík | partially reverted Robert's changes, did it more cleanly
|
commit | commitdiff | tree |
2004-09-26 |
Václav Slavík | notify parent frame that client area changed when statusbar...
|
commit | commitdiff | tree |
2004-09-25 |
Václav Slavík | compilation fix: only us-ascii is safe in sources
|
commit | commitdiff | tree |
2004-09-25 |
Václav Slavík | removed XRC library from contrib
|
commit | commitdiff | tree |
2004-09-24 |
Václav Slavík | removed XRC library from contrib
|
commit | commitdiff | tree |
2004-09-24 |
Václav Slavík | documented return value of wxListCtrl::HitTest
|
commit | commitdiff | tree |
2004-09-24 |
Václav Slavík | uses system's default UI font in the help browser by...
|
commit | commitdiff | tree |
2004-09-24 |
Václav Slavík | replaced NormalizeFontSizes with SetStandardFonts
|
commit | commitdiff | tree |
2004-09-23 |
Václav Slavík | fixed unresolved references with GTK+ 2.0
|
commit | commitdiff | tree |
2004-09-23 |
Václav Slavík | wxUSE_XRC implies wxUSE_XML now
|
commit | commitdiff | tree |
2004-09-23 |
Václav Slavík | XRC needs wxXML, check it
|
commit | commitdiff | tree |
next |