2005-04-21 |
Stefan Csomor | line endings corrected, OmnisRC removed |
tree | commitdiff |
2005-04-20 |
Stefan Neis | Removed unneeded include. |
tree | commitdiff |
2005-04-20 |
Stefan Csomor | CW fixes |
tree | commitdiff |
2005-04-20 |
Stefan Csomor | moving dylib to Frameworks folder |
tree | commitdiff |
2005-04-20 |
Julian Smart | Fixed test for button style - styles contain other... |
tree | commitdiff |
2005-04-20 |
Stefan Csomor | updating xcode targets |
tree | commitdiff |
2005-04-20 |
Robin Dunn | forward the char, key and text events from the textctrl |
tree | commitdiff |
2005-04-19 |
Robin Dunn | Allow to set a style's wxFontEncoding |
tree | commitdiff |
2005-04-19 |
Stefan Csomor | wrong import sources for mdi xml |
tree | commitdiff |
2005-04-19 |
Stefan Csomor | remove project builder projects |
tree | commitdiff |
2005-04-19 |
Dimitri Schoolwerth | useIconFont was always false for Win9x |
tree | commitdiff |
2005-04-19 |
Stefan Csomor | remove old CW versions |
tree | commitdiff |
2005-04-19 |
Stefan Csomor | CW fix |
tree | commitdiff |
2005-04-19 |
Stefan Csomor | obsolete CW versions |
tree | commitdiff |
2005-04-19 |
Stefan Csomor | CW fix, added tif_color |
tree | commitdiff |
2005-04-19 |
Stefan Csomor | CW fix |
tree | commitdiff |
2005-04-19 |
Stefan Csomor | removing OmnisRC flags |
tree | commitdiff |
2005-04-19 |
Stefan Csomor | using .pch instead of .h resolves the circular dependancy |
tree | commitdiff |
2005-04-19 |
Stefan Csomor | old CW files |
tree | commitdiff |
2005-04-19 |
Stefan Csomor | prefix files not necessary anymore |
tree | commitdiff |
2005-04-19 |
Stefan Csomor | remove outdated versions |
tree | commitdiff |
2005-04-19 |
Stefan Csomor | printing to CW console only for debug builds |
tree | commitdiff |
2005-04-19 |
Stefan Csomor | in synch with others |
tree | commitdiff |
2005-04-19 |
Julian Smart | Applied patch [ 1181975 ] [wxMSW] Removes all flicker... |
tree | commitdiff |
2005-04-19 |
Robin Dunn | Change the access of the event handler functions for... |
tree | commitdiff |
2005-04-18 |
Vadim Zeitlin | fixed compilation for USE_PCH == 0 |
tree | commitdiff |
2005-04-18 |
Ryan Norton | revert some stuff for 1.6 |
tree | commitdiff |
2005-04-18 |
Ryan Norton | wxExecute log message cleanup |
tree | commitdiff |
2005-04-18 |
Ryan Norton | use atoi instead of sscanf |
tree | commitdiff |
2005-04-18 |
Ryan Norton | Some corefoundation wrappers, Implement Associate and... |
tree | commitdiff |
2005-04-18 |
Robert Roebling | Minor correction to the wxMenuItem::SetText() patch. |
tree | commitdiff |
2005-04-18 |
Ryan Norton | cleanup for wxUSE_THREADS |
tree | commitdiff |
2005-04-18 |
Julian Smart | Added wxUSE_THREADS guards |
tree | commitdiff |
2005-04-17 |
Ryan Norton | fix 10.2 shared builds from crashing |
tree | commitdiff |
2005-04-17 |
Ryan Norton | entryName is a pascal string - need to convert |
tree | commitdiff |
2005-04-17 |
Julian Smart | Added some reserved functions |
tree | commitdiff |
2005-04-17 |
Julian Smart | Workaround for wxUSE_STL |
tree | commitdiff |
2005-04-17 |
Julian Smart | Use GetCursorPos on WinCE wherever possible (otherwise... |
tree | commitdiff |
2005-04-17 |
Vadim Zeitlin | added missing ANSI DLL configurations (fixes VC6 crash) |
tree | commitdiff |
2005-04-17 |
Vadim Zeitlin | changed to DOS format; added tif_extension.c |
tree | commitdiff |
2005-04-17 |
Ryan Norton | fix some possible crashes due to uninitialized variable... |
tree | commitdiff |
2005-04-17 |
Julian Smart | Applied patch [ 1184295 ] wxDateTimePickerCtrl Create... |
tree | commitdiff |
2005-04-17 |
Julian Smart | Regenerated makefiles for runtime lib change |
tree | commitdiff |
2005-04-17 |
Julian Smart | Fix for MGL link error |
tree | commitdiff |
2005-04-17 |
Julian Smart | Temporary wxUniv menu fix from Michael Wetherell |
tree | commitdiff |
2005-04-17 |
Ryan Norton | do wxLogDebug instead of wxLogSysError so that producti... |
tree | commitdiff |
2005-04-17 |
Ryan Norton | fix 10.2 shared unicode builds for mbstowcs and vice... |
tree | commitdiff |
2005-04-16 |
Ryan Norton | fixed for w/o expat |
tree | commitdiff |
2005-04-16 |
Robin Dunn | Add docstrings for wxSTC methods |
tree | commitdiff |
2005-04-16 |
Robin Dunn | Added Python methods to wxStyledTextCtrl that allow... |
tree | commitdiff |
2005-04-16 |
Julian Smart | Improved spacing |
tree | commitdiff |
2005-04-16 |
Michael Wetherell | No EOVERFLOW on openbsd |
tree | commitdiff |
2005-04-16 |
Stefan Neis | Fixed child positioning on window resizing. |
tree | commitdiff |
2005-04-16 |
Robert Roebling | Readded test for wxMenuItem::SetLabel() to sample. |
tree | commitdiff |
2005-04-16 |
Stefan Neis | Moved enum definition out of function body to work... |
tree | commitdiff |
2005-04-16 |
Robert Roebling | This should make the GTK statictext control wrap |
tree | commitdiff |
2005-04-16 |
Ryan Norton | clean up release unused variable warnings |
tree | commitdiff |
2005-04-16 |
Ryan Norton | Implement wxMimeTypesManager on mac |
tree | commitdiff |
2005-04-16 |
Julian Smart | Added destructor to fix crash on Mac due to focus event... |
tree | commitdiff |
2005-04-16 |
Julian Smart | Applied patch [ 1178610 ] datectlg.cpp: wxDropdownButto... |
tree | commitdiff |
2005-04-16 |
Julian Smart | APplied patch [ 1182682 ] Fixes wxDebugReportUpload... |
tree | commitdiff |
2005-04-16 |
Julian Smart | Applied patch [ 1183153 ] [wxGTK] DrawComboBoxDropButto... |
tree | commitdiff |
2005-04-16 |
Julian Smart | Applied patch [ 1183157 ] Compilation with GCC 4.0 |
tree | commitdiff |
2005-04-16 |
Ryan Norton | fix for w/o expat |
tree | commitdiff |
2005-04-16 |
Robin Dunn | Add several "Raw" functions for setting/getting text... |
tree | commitdiff |
2005-04-16 |
Robin Dunn | Use a wxPopupWindow for the AutoComplete box too. |
tree | commitdiff |
2005-04-15 |
Robin Dunn | Patch #1183952, Create to return bool |
tree | commitdiff |
2005-04-15 |
Robin Dunn | No longer a need for changing the names to protect... |
tree | commitdiff |
2005-04-15 |
Włodzimierz Skiba | Build fix for wxUSE_FILE=0. |
tree | commitdiff |
2005-04-15 |
Włodzimierz Skiba | Missing include. |
tree | commitdiff |
2005-04-15 |
Włodzimierz Skiba | Simpler for readable diffs in future new ports. |
tree | commitdiff |
2005-04-15 |
Włodzimierz Skiba | Simpler constructor available. |
tree | commitdiff |
2005-04-15 |
Julian Smart | Another buffer check |
tree | commitdiff |
2005-04-15 |
Julian Smart | Don't crash if buffer null |
tree | commitdiff |
2005-04-15 |
Julian Smart | Fixed presumed typo - crash when frame is NULL |
tree | commitdiff |
2005-04-15 |
Robin Dunn | Applied patch [ 1167891 ] wxNotebook display problem... |
tree | commitdiff |
2005-04-15 |
Robin Dunn | For wxMSW capture and release the mouse as the cursor... |
tree | commitdiff |
2005-04-15 |
Robin Dunn | Don't clip hidden windows from the staticbox's refresh... |
tree | commitdiff |
2005-04-14 |
Julian Smart | Forgot to remove #endif |
tree | commitdiff |
2005-04-14 |
Julian Smart | Try to find comctl32.dll version even if we don't have... |
tree | commitdiff |
2005-04-14 |
Włodzimierz Skiba | Correction in comment in closing #endif. Is VC++ 4... |
tree | commitdiff |
2005-04-14 |
Włodzimierz Skiba | Comment correction, source cleaning. |
tree | commitdiff |
2005-04-14 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2005-04-14 |
Julian Smart | Removed unnecessary fix (caused by erroneous user code) |
tree | commitdiff |
2005-04-14 |
Julian Smart | Added back shlwapi.h inclusion with comment |
tree | commitdiff |
2005-04-14 |
Stefan Csomor | adding support for wxCB_SORT, SetString and Insert |
tree | commitdiff |
2005-04-14 |
Stefan Csomor | adding support for wxCB_SORT |
tree | commitdiff |
2005-04-13 |
Michael Wetherell | Move G_FILENAME_ENCODING to wxGTK |
tree | commitdiff |
2005-04-13 |
Julian Smart | Look for help file in Windows if not found elsewhere |
tree | commitdiff |
2005-04-13 |
Włodzimierz Skiba | OW pedantic warning fix. |
tree | commitdiff |
2005-04-13 |
Włodzimierz Skiba | Sending wxChar* outputs pointer instead of text under... |
tree | commitdiff |
2005-04-13 |
Włodzimierz Skiba | wxStreamToTextRedirector fixes, define wxHAS_TEXT_WINDO... |
tree | commitdiff |
2005-04-13 |
Vadim Zeitlin | fixed tests for dashed/dotted pens under OS != NT ... |
tree | commitdiff |
2005-04-13 |
Vadim Zeitlin | don't break of the loop resetting last focus pointer... |
tree | commitdiff |
2005-04-13 |
Julian Smart | The device origin can be set on WinCE, so use it and... |
tree | commitdiff |
2005-04-13 |
Julian Smart | GetCursorPos returns an error on WinCE, so use GetMessa... |
tree | commitdiff |
2005-04-13 |
Robert Roebling | Apply Mart R.'s patch for improved font width |
tree | commitdiff |
2005-04-13 |
Robert Roebling | Correct vertical alignment for lables in static boxes. |
tree | commitdiff |
2005-04-13 |
Julian Smart | Unnecessary shwlapi.h inclusion removed |
tree | commitdiff |
2005-04-13 |
Michael Wetherell | Temporary compilation fix for wxUSE_INTL=0 |
tree | commitdiff |
next |