2006-08-17 |
Paul Cornett | build fixes |
blob | commitdiff | raw |
2006-08-10 |
Vadim Zeitlin | move the logic for changing notebook pages using the... |
blob | commitdiff | raw | diff to current |
2006-08-06 |
Vadim Zeitlin | unified wxFRAME_EX_CONTEXTHELP and wxDIALOG_EX_CONTEXTH... |
blob | commitdiff | raw | diff to current |
2006-07-28 |
Vadim Zeitlin | allow changing the page from keyboard in property sheet... |
blob | commitdiff | raw | diff to current |
2006-07-17 |
Robin Dunn | Translucency --> Transparent |
blob | commitdiff | raw | diff to current |
2006-07-16 |
Robin Dunn | Added wxTopLevelWindow::SetTranslucency and CanSetTrans... |
blob | commitdiff | raw | diff to current |
2006-07-01 |
Vadim Zeitlin | don't set the size to the full screen for the windows... |
blob | commitdiff | raw | diff to current |
2006-06-14 |
Vadim Zeitlin | let wxFRAME_EX_CONTEXTHELP override wxM{IN|AX}IMIZE_BOX... |
blob | commitdiff | raw | diff to current |
2006-06-13 |
Włodzimierz Skiba | Include wx/toplevel.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-04-30 |
Włodzimierz Skiba | No more avoiding wxSizer::Fit in wxWinCE builds. |
blob | commitdiff | raw | diff to current |
2006-04-28 |
Włodzimierz Skiba | Simplify wxWinCE #ifdefs. |
blob | commitdiff | raw | diff to current |
2006-04-27 |
Włodzimierz Skiba | wxTLW::IsAlwaysMaximized() introduction. |
blob | commitdiff | raw | diff to current |
2006-03-23 |
Włodzimierz Skiba | Centering maximized wxTLWs on screen should do nothing. |
blob | commitdiff | raw | diff to current |
2006-02-25 |
Włodzimierz Skiba | Revitalise SIP support in all toplevel wince windows. |
blob | commitdiff | raw | diff to current |
2006-02-25 |
Jamie Gadd | Fixes for WinCE build caused by my last commit. |
blob | commitdiff | raw | diff to current |
2006-02-24 |
Jamie Gadd | Make wx{List,Tree}Ctrl resize their standard font if... |
blob | commitdiff | raw | diff to current |
2006-02-08 |
Vadim Zeitlin | don't update m_iconized in IsIconized(), this can break... |
blob | commitdiff | raw | diff to current |
2006-01-07 |
David Surovell | minor cleanup |
blob | commitdiff | raw | diff to current |
2005-12-31 |
Vadim Zeitlin | don't set frame size to maximized one if we're restoring it |
blob | commitdiff | raw | diff to current |
2005-12-19 |
Włodzimierz Skiba | __WIN95__ removed (used to differ win3.1 vs. 'modern... |
blob | commitdiff | raw | diff to current |
2005-11-16 |
Włodzimierz Skiba | Warning fix. |
blob | commitdiff | raw | diff to current |
2005-11-14 |
Włodzimierz Skiba | Warning fix. |
blob | commitdiff | raw | diff to current |
2005-11-13 |
Włodzimierz Skiba | Missing #ifdef markup. |
blob | commitdiff | raw | diff to current |
2005-11-13 |
Włodzimierz Skiba | Resize all top level windows when SIP changes visibility. |
blob | commitdiff | raw | diff to current |
2005-11-09 |
Kevin Hock | Restored the accidentally deleted "return true;" at... |
blob | commitdiff | raw | diff to current |
2005-11-08 |
Kevin Hock | Remove fudges in Show: 1) Do not force a window to... |
blob | commitdiff | raw | diff to current |
2005-11-03 |
Włodzimierz Skiba | Get/SetTitle only for wxTopLevelWindow (wxMSW part). |
blob | commitdiff | raw | diff to current |
2005-09-27 |
Vadim Zeitlin | (blind) fix for keyboard cues display under XP (bug... |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
blob | commitdiff | raw | diff to current |
2005-09-03 |
Vadim Zeitlin | fix showing keyboard cues under Win2k/XP |
blob | commitdiff | raw | diff to current |
2005-07-09 |
Vadim Zeitlin | made wxTLW::GetSize() return the size of the maximized... |
blob | commitdiff | raw | diff to current |
2005-07-08 |
Vadim Zeitlin | made IsMaximized() return true if frame had been maximi... |
blob | commitdiff | raw | diff to current |
2005-06-07 |
Vadim Zeitlin | don't use WINVER for tests, work around bug in VC6... |
blob | commitdiff | raw | diff to current |
2005-06-02 |
Julian Smart | Applied patch [ 1213290 ] incorrect logic in wxTopLevel... |
blob | commitdiff | raw | diff to current |
2005-05-31 |
Julian Smart | Typo correction patch [ 1208110 ] Lots of typo corrections |
blob | commitdiff | raw | diff to current |
2005-04-06 |
Julian Smart | Don't always maximize top-level windows on Smartphone |
blob | commitdiff | raw | diff to current |
2005-04-06 |
Julian Smart | Always Maximize() top-level windows on Smartphone. |
blob | commitdiff | raw | diff to current |
2005-04-02 |
Julian Smart | Border fixes for WinCE |
blob | commitdiff | raw | diff to current |
2005-03-19 |
Julian Smart | Added wxDialog::GetToolBar for PocketPC |
blob | commitdiff | raw | diff to current |
2005-03-16 |
Julian Smart | Implemented PocketPC menubar/toolbar as wxToolMenuBar... |
blob | commitdiff | raw | diff to current |
2005-03-14 |
Julian Smart | Frames have Ctrl+Q accelerator set automatically, as... |
blob | commitdiff | raw | diff to current |
2005-03-13 |
Julian Smart | Added wxNB_FLAT for WinCE property sheet tabs |
blob | commitdiff | raw | diff to current |
2005-02-16 |
Julian Smart | Fixed windows not displaying on SmartPhone |
blob | commitdiff | raw | diff to current |
2005-01-30 |
Vadim Zeitlin | don't use WS_POPUP for frames using wxFRAME_TOOL_WINDOW... |
blob | commitdiff | raw | diff to current |
2004-09-28 |
Włodzimierz Skiba | Hardware defines spec. |
blob | commitdiff | raw | diff to current |
2004-09-18 |
Chris Elliott | fix compile break for unknown FLASHWINFO |
blob | commitdiff | raw | diff to current |
2004-09-09 |
Vadim Zeitlin | compilation fix for VC6 (closes 1025093) |
blob | commitdiff | raw | diff to current |
2004-09-09 |
Włodzimierz Skiba | WinCE fixes. |
blob | commitdiff | raw | diff to current |
2004-09-07 |
Vadim Zeitlin | added wxTopLevelWindow::RequestUserAttention(); documen... |
blob | commitdiff | raw | diff to current |
2004-09-07 |
Włodzimierz Skiba | Source cleaning: -1/wxID_ANY/wxDefaultCoord, ::, TRUE... |
blob | commitdiff | raw | diff to current |
2004-06-21 |
Włodzimierz Skiba | Different default buttons for native menubars on Smartp... |
blob | commitdiff | raw | diff to current |
2004-06-18 |
Włodzimierz Skiba | Warning fixes for WinCE. |
blob | commitdiff | raw | diff to current |
2004-06-16 |
Włodzimierz Skiba | Smartphone menus. |
blob | commitdiff | raw | diff to current |
2004-06-12 |
Robert Roebling | Applied new master define for CommandBar vs. PocketPC... |
blob | commitdiff | raw | diff to current |
2004-05-27 |
Julian Smart | WinCE Standard SDK improvements including adding close... |
blob | commitdiff | raw | diff to current |
2004-05-27 |
Julian Smart | Fixes for Standard WinCE SDK |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Use old licence name |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Name and version changes |
blob | commitdiff | raw | diff to current |
2004-04-27 |
Julian Smart | SmartPhone windows are always maximized: Patch 942118 |
blob | commitdiff | raw | diff to current |
2004-04-21 |
Vadim Zeitlin | fixed #if in Create(); don't use wxModelessWindows... |
blob | commitdiff | raw | diff to current |
2004-04-21 |
Vadim Zeitlin | fixed unused variable warning |
blob | commitdiff | raw | diff to current |
2004-04-20 |
Julian Smart | Don't use wxUSE_POCKETPC_UI, determine appropriate... |
blob | commitdiff | raw | diff to current |
2004-04-20 |
Julian Smart | Test for SDK in use |
blob | commitdiff | raw | diff to current |
2004-04-20 |
Julian Smart | Compile fix for eVC++ 4 with PocketPC 2003 |
blob | commitdiff | raw | diff to current |
2004-04-19 |
Robert Roebling | Code for single instance and bring-to-top under CE. |
blob | commitdiff | raw | diff to current |
2004-04-17 |
Robert Roebling | Do not set size of PocketPC dialogs upon |
blob | commitdiff | raw | diff to current |
2004-04-17 |
Robert Roebling | Show the OK button in the title bar under PocketPC |
blob | commitdiff | raw | diff to current |
2004-04-15 |
Robert Roebling | Fix to make frame visible under eVC 3.0 |
blob | commitdiff | raw | diff to current |
2004-04-14 |
Robin Dunn | Added #include for non PCH compilers |
blob | commitdiff | raw | diff to current |
2004-04-13 |
Vadim Zeitlin | don't use WS_POPUP under CE for normal windows |
blob | commitdiff | raw | diff to current |
2004-04-12 |
Robert Roebling | eVC 3.0 doesn't like WS_CAPTION. I imagine that |
blob | commitdiff | raw | diff to current |
2004-04-12 |
Robert Roebling | eVC++ 3.0 doesn't know WS_THICKFRAME |
blob | commitdiff | raw | diff to current |
2004-04-04 |
Vadim Zeitlin | don't define SetShape() for Windows CE; use wxTLWBase... |
blob | commitdiff | raw | diff to current |
2004-03-28 |
Vadim Zeitlin | removed Win16 code (patch 905241), last version with... |
blob | commitdiff | raw | diff to current |
2004-03-25 |
David Elliott | Move m_isShown = false; into base class constructor |
blob | commitdiff | raw | diff to current |
2004-03-18 |
Robin Dunn | Restored part of the default positioning code for dialo... |
blob | commitdiff | raw | diff to current |
2004-03-15 |
Robin Dunn | MSWGetCreateWindowCoords is already setting CW_USEDEFAU... |
blob | commitdiff | raw | diff to current |
2004-03-13 |
Robin Dunn | Use the WidthDefault and HeightDefault in wxTLW, not... |
blob | commitdiff | raw | diff to current |
2004-02-17 |
Julian Smart | Fixed source for WinCE compatibility |
blob | commitdiff | raw | diff to current |
2004-02-07 |
Vadim Zeitlin | don't show the accels on the controls if the system... |
blob | commitdiff | raw | diff to current |
2004-01-15 |
Julian Smart | Reverted patch [ 832096 ] Final separation for GUI... |
blob | commitdiff | raw | diff to current |
2004-01-11 |
Julian Smart | Applied patch [ 832096 ] Final separation for GUI and... |
blob | commitdiff | raw | diff to current |
2003-12-27 |
Julian Smart | Corrected typo |
blob | commitdiff | raw | diff to current |
2003-12-27 |
Julian Smart | WinCE 4 cleanup |
blob | commitdiff | raw | diff to current |
2003-11-28 |
Julian Smart | WinCE patches from "Viktor Voroshylo" <viktor@voroshylo... |
blob | commitdiff | raw | diff to current |
2003-10-16 |
Vadim Zeitlin | warning fixes for BCC and OW (heavily modified patch... |
blob | commitdiff | raw | diff to current |
2003-09-26 |
Vadim Zeitlin | fix SetFocus() in wxDialog-derived class ctor (which... |
blob | commitdiff | raw | diff to current |
2003-09-24 |
Chris Elliott | fix digitalmars bug (ambiguous symbol) |
blob | commitdiff | raw | diff to current |
2003-09-18 |
Julian Smart | Applied patch [ 808328 ] restore border styles for... |
blob | commitdiff | raw | diff to current |
2003-09-18 |
Vadim Zeitlin | tool windows shouldn't appear on the taskbar (patch... |
blob | commitdiff | raw | diff to current |
2003-08-25 |
Julian Smart | WinCE fixes |
blob | commitdiff | raw | diff to current |
2003-08-09 |
Václav Slavík | added support for gcc precompiled headers |
blob | commitdiff | raw | diff to current |
2003-07-22 |
Vadim Zeitlin | fixed wxSTAY_ON_TOP for the dialogs |
blob | commitdiff | raw | diff to current |
2003-07-22 |
Vadim Zeitlin | more warning fixes; removed references to wxToolBarBase... |
blob | commitdiff | raw | diff to current |
2003-07-18 |
Julian Smart | Added WCE toolbar |
blob | commitdiff | raw | diff to current |
2003-07-11 |
Julian Smart | More WinCE mods |
blob | commitdiff | raw | diff to current |
2003-07-10 |
Julian Smart | Applied patch [ 761138 ] Replaces references to wxT... |
blob | commitdiff | raw | diff to current |
2003-05-07 |
Julian Smart | Fixed style glitches |
blob | commitdiff | raw | diff to current |
2003-05-01 |
Vadim Zeitlin | fixed spurious debug error message |
blob | commitdiff | raw | diff to current |
2003-04-30 |
Robin Dunn | Shaped window support for wxMac, plus a wxSTAY_ON_TOP... |
blob | commitdiff | raw | diff to current |
next |