2002-08-25 |
Stefan Csomor | added forcing to image conversion to always attempt... |
tree | commitdiff |
2002-08-25 |
Robert Roebling | Compile fix for prop. |
tree | commitdiff |
2002-08-25 |
Vadim Zeitlin | Windows compilation fixes after recent changes |
tree | commitdiff |
2002-08-25 |
Robert Roebling | More work on Printing. It prints Kanji now using |
tree | commitdiff |
2002-08-25 |
Stefan Neis | HWND already typedef'ed on OS/2 with EMX. |
tree | commitdiff |
2002-08-25 |
Stefan Neis | EMX (OS/2) defines _MAX_PATH only |
tree | commitdiff |
2002-08-25 |
Stefan Neis | EMX (OS/2) compilation fix. The implemented logic for... |
tree | commitdiff |
2002-08-25 |
Stefan Neis | Like VMS, EMX (OS/2) doesn't support setsid. |
tree | commitdiff |
2002-08-25 |
Stefan Neis | Compilation fixes for EMX. Mostly adding includes and... |
tree | commitdiff |
2002-08-25 |
Stefan Neis | Dynamically retrieve used codepage. |
tree | commitdiff |
2002-08-25 |
Stefan Neis | Use generic dirdlg, added generic mdi classes. |
tree | commitdiff |
2002-08-25 |
Vadim Zeitlin | no real changes |
tree | commitdiff |
2002-08-25 |
Vadim Zeitlin | reorganized, improved and hopefully simplified wxchar... |
tree | commitdiff |
2002-08-25 |
Václav Slavík | added wxFrame* wxXmlResource::LoadFrame(parent,name) |
tree | commitdiff |
2002-08-25 |
Robin Dunn | You can't paste if someone else already has the clipboa... |
tree | commitdiff |
2002-08-25 |
Robin Dunn | Comment out a debug printf |
tree | commitdiff |
2002-08-25 |
Robin Dunn | Changed slightly the meaning of the Hybrid build. ... |
tree | commitdiff |
2002-08-24 |
Stefan Csomor | added new default handlers for open/print events, remov... |
tree | commitdiff |
2002-08-24 |
Robin Dunn | All editors that derive from wxGridCellTextEditor will... |
tree | commitdiff |
2002-08-24 |
Robin Dunn | If the number or float editor is being used but the... |
tree | commitdiff |
2002-08-24 |
Stefan Csomor | getting rid of warnings |
tree | commitdiff |
2002-08-24 |
Robin Dunn | Fixed wxGridCellFloatEditor::Clone |
tree | commitdiff |
2002-08-24 |
Gilles Depeyrot | improved conditional compilation since generic grid... |
tree | commitdiff |
2002-08-24 |
Gilles Depeyrot | added newest grid source file |
tree | commitdiff |
2002-08-24 |
Gilles Depeyrot | added missing png source files to CW project |
tree | commitdiff |
2002-08-24 |
Stefan Csomor | getting rid of warnings |
tree | commitdiff |
2002-08-24 |
Stefan Csomor | getting rid of warnings |
tree | commitdiff |
2002-08-24 |
Stefan Csomor | getting rid of warnings |
tree | commitdiff |
2002-08-24 |
Stefan Csomor | getting rid of warnings |
tree | commitdiff |
2002-08-24 |
Stefan Csomor | getting rid of warnings |
tree | commitdiff |
2002-08-24 |
Stefan Csomor | getting rid of warnings |
tree | commitdiff |
2002-08-24 |
Stefan Csomor | wxUNUSED |
tree | commitdiff |
2002-08-24 |
Stefan Csomor | getting rid of warnings |
tree | commitdiff |
2002-08-24 |
Stefan Csomor | fix for getting CW Carbon Target |
tree | commitdiff |
2002-08-24 |
Stefan Csomor | getting rid of warnings |
tree | commitdiff |
2002-08-24 |
Julian Smart | wxChoice derives from wxChoiceBase; renamed Append... |
tree | commitdiff |
2002-08-24 |
Stefan Csomor | wxToupper added again |
tree | commitdiff |
2002-08-24 |
Robin Dunn | Ensure that the mouse is not captured in the calltip... |
tree | commitdiff |
2002-08-24 |
Robin Dunn | Added generic LoadObject methods that can load any... |
tree | commitdiff |
2002-08-23 |
Vadim Zeitlin | fixed some GTK2 compilation warnings |
tree | commitdiff |
2002-08-23 |
Robin Dunn | Fixed compile error |
tree | commitdiff |
2002-08-23 |
Vadim Zeitlin | fixed crash when calling Delete(root) and also when... |
tree | commitdiff |
2002-08-23 |
Ron Lee | removed #include shlobj.h -- it breaks mingw32 wxBase... |
tree | commitdiff |
2002-08-23 |
Vadim Zeitlin | compilation fix for !WX_PRECOMP |
tree | commitdiff |
2002-08-23 |
Stefan Csomor | removed WXK_SPACE as duplicating the selection event... |
tree | commitdiff |
2002-08-23 |
Stefan Csomor | fixed selection handling and added default/cancel handling |
tree | commitdiff |
2002-08-23 |
Stefan Csomor | setting the current event record correctly (needed... |
tree | commitdiff |
2002-08-23 |
Stefan Csomor | make sure we don't keep a focus pointer to a window... |
tree | commitdiff |
2002-08-23 |
Stefan Csomor | brought key values of EVT_KEY and EVT_CHAR in synch... |
tree | commitdiff |
2002-08-23 |
Julian Smart | Misc mods for feedback from Marcin Wojdyr <wojdyr@if... |
tree | commitdiff |
2002-08-23 |
Stefan Csomor | switched to MacOS 8.5+ implementation for submenus |
tree | commitdiff |
2002-08-23 |
Stefan Csomor | added test for m_macControlIsShown in MacRedrawControl... |
tree | commitdiff |
2002-08-22 |
Robin Dunn | Only catch exact menu range |
tree | commitdiff |
2002-08-22 |
Julian Smart | Create STC lib in standard lib dir as per other project |
tree | commitdiff |
2002-08-22 |
Vadim Zeitlin | fixed default button handling: don't keep BS_DEFPUSHBUT... |
tree | commitdiff |
2002-08-22 |
Vadim Zeitlin | fix for wxComboBox flicker on create (patch 598891) |
tree | commitdiff |
2002-08-22 |
Vadim Zeitlin | send event from Clear() for a simple text control,... |
tree | commitdiff |
2002-08-22 |
Stefan Csomor | fixed mounting points under /Volumes |
tree | commitdiff |
2002-08-22 |
Vadim Zeitlin | reverted patch 598016 (removed MSWCreateControl() visib... |
tree | commitdiff |
2002-08-22 |
Julian Smart | Applied patch [ 598016 ] remove flicker during combo... |
tree | commitdiff |
2002-08-22 |
Stefan Csomor | added error code for better debugging |
tree | commitdiff |
2002-08-22 |
Stefan Csomor | fix when bitmap is not valid |
tree | commitdiff |
2002-08-22 |
Stefan Csomor | fix for getting proper fspecs for volumes that are... |
tree | commitdiff |
2002-08-22 |
David Webster | Minor slider fix |
tree | commitdiff |
2002-08-22 |
David Webster | Font updates |
tree | commitdiff |
2002-08-21 |
David Webster | Font updates |
tree | commitdiff |
2002-08-21 |
Gilles Depeyrot | corrected enabling of a specific item by index |
tree | commitdiff |
2002-08-21 |
Vadim Zeitlin | polling child process IO seems to work now |
tree | commitdiff |
2002-08-21 |
Vadim Zeitlin | better dummy implementation of IsInput/ErrorAvailable... |
tree | commitdiff |
2002-08-21 |
Vadim Zeitlin | compilation fix after my previos m_exitOnFrameDelete... |
tree | commitdiff |
2002-08-21 |
Stefan Csomor | fixing a possible NULL ptr exception when dispatching... |
tree | commitdiff |
2002-08-21 |
Stefan Csomor | centralized key handling, control key handling |
tree | commitdiff |
2002-08-21 |
Stefan Csomor | fix for single item wildcards with no explanatory name... |
tree | commitdiff |
2002-08-21 |
Stefan Csomor | centralized key handling |
tree | commitdiff |
2002-08-21 |
David Webster | OS/2 update to get Tip icon created correctly. |
tree | commitdiff |
2002-08-21 |
David Webster | File dialog fixes |
tree | commitdiff |
2002-08-20 |
Vadim Zeitlin | added wxCheckListBox::HitTest() (modified patch 594524) |
tree | commitdiff |
2002-08-20 |
Vadim Zeitlin | added and documented wxProcess::Is{Input|Error}Availabl... |
tree | commitdiff |
2002-08-20 |
Vadim Zeitlin | fixes for wxExecute() with IO redirection: wxStreamTemp... |
tree | commitdiff |
2002-08-20 |
Václav Slavík | 1. minor rewrite of XRC's stock_id/stock_client handlin... |
tree | commitdiff |
2002-08-20 |
Stefan Csomor | not necessary anymore |
tree | commitdiff |
2002-08-20 |
Julian Smart | Fixed compilo (default arg) in joystick constructor |
tree | commitdiff |
2002-08-20 |
Julian Smart | Applied patch [ 597700 ] Fix proposal for wxJoystick... |
tree | commitdiff |
2002-08-20 |
Julian Smart | Applied patch 548046: wxDebugAlloc & wxDebugFree thread... |
tree | commitdiff |
2002-08-20 |
Robert Roebling | Added scrolling of widgets to GTK 2.0. |
tree | commitdiff |
2002-08-20 |
Robert Roebling | Implemented Maximize() etc for GTK 2.0. |
tree | commitdiff |
2002-08-20 |
Vadim Zeitlin | rewrote wxString::To/FromAscii() to fix a few small... |
tree | commitdiff |
2002-08-20 |
Vadim Zeitlin | fixed Unicode wxBase config in VC6 project files, there... |
tree | commitdiff |
2002-08-20 |
Vadim Zeitlin | added support for wxCONFIG_USE_NO_ESCAPE_CHARACTERS... |
tree | commitdiff |
2002-08-20 |
Vadim Zeitlin | fixed error message when long options are disabled... |
tree | commitdiff |
2002-08-20 |
Vadim Zeitlin | fixed m_relative initialization in wxFileName default... |
tree | commitdiff |
2002-08-20 |
Julian Smart | Added generic MDI files |
tree | commitdiff |
2002-08-20 |
Julian Smart | Applied patch [ 597398 ] Generic MDI, wxNotebook based. |
tree | commitdiff |
2002-08-20 |
Julian Smart | Applied patch [ 597320 ] Return wxNotebook::SetSelectio... |
tree | commitdiff |
2002-08-20 |
Julian Smart | Reordered ClearCache calls as per Roger Chickering... |
tree | commitdiff |
2002-08-20 |
David Webster | FileDlg updates. |
tree | commitdiff |
2002-08-19 |
Václav Slavík | reverted Robert's preference for tables-driven EC_CharSet |
tree | commitdiff |
2002-08-19 |
David Webster | Weekly updates and file dialog implementation |
tree | commitdiff |
2002-08-19 |
Stefan Csomor | corrected button modifier state in carbon, cursor setup... |
tree | commitdiff |
2002-08-19 |
Stefan Csomor | wxMac needs same cursor setup for cursor as GTK and MSW |
tree | commitdiff |
next |