.. |
AppUpdater.cpp
|
Follow-up of 436a454b2e - Fixed syntax error
|
2022-05-10 09:07:12 +02:00 |
AppUpdater.hpp
|
Fixes after CR
|
2022-03-23 09:34:12 +01:00 |
ASCIIFolding.cpp
|
Fixed ASCII folding for non-foldable non-ASCII characters
|
2020-12-21 10:31:37 +01:00 |
ASCIIFolding.hpp
|
Fixed ASCII folding for non-foldable non-ASCII characters
|
2020-12-21 10:31:37 +01:00 |
AstroBox.cpp
|
Propagate resolved ip address to the UI layer (both upload dialog and notification)
|
2022-07-17 18:40:07 +02:00 |
AstroBox.hpp
|
Propagate resolved ip address to the UI layer (both upload dialog and notification)
|
2022-07-17 18:40:07 +02:00 |
Bonjour.cpp
|
Filter lookup replies by service name
|
2022-07-17 18:40:07 +02:00 |
Bonjour.hpp
|
Bonjour lookup function in same style as resolve function.
|
2022-07-17 18:40:07 +02:00 |
Duet.cpp
|
Propagate resolved ip address to the UI layer (both upload dialog and notification)
|
2022-07-17 18:40:07 +02:00 |
Duet.hpp
|
Propagate resolved ip address to the UI layer (both upload dialog and notification)
|
2022-07-17 18:40:07 +02:00 |
EmbossStyleManager.cpp
|
Escape ## in name of style in imgui visualization(issue 61)
|
2022-09-21 15:15:32 +02:00 |
EmbossStyleManager.hpp
|
Store configuration on gizmo close not destructor
|
2022-08-05 15:28:12 +02:00 |
EmbossStylesSerializable.cpp
|
rename font_item to style
|
2022-08-03 13:05:06 +02:00 |
EmbossStylesSerializable.hpp
|
rename font_item to style
|
2022-08-03 13:05:06 +02:00 |
FixModelByWin10.cpp
|
Fixing conflicts part 4:
|
2022-06-29 16:43:29 +02:00 |
FixModelByWin10.hpp
|
Fixed build on Linux (GCC 9.4.0)
|
2021-09-16 13:14:08 +02:00 |
FlashAir.cpp
|
Propagate resolved ip address to the UI layer (both upload dialog and notification)
|
2022-07-17 18:40:07 +02:00 |
FlashAir.hpp
|
Propagate resolved ip address to the UI layer (both upload dialog and notification)
|
2022-07-17 18:40:07 +02:00 |
FontConfigHelp.cpp
|
after discussion with @LukasHejl it will be better to not call FcFini
|
2022-03-31 16:58:00 +02:00 |
FontConfigHelp.hpp
|
Move static variable for finalize font config to be global scope
|
2022-03-30 16:11:27 +02:00 |
HexFile.cpp
|
Support for CurWa CW1S firmware updater.
|
2021-08-13 13:41:49 +02:00 |
HexFile.hpp
|
Support for CurWa CW1S firmware updater.
|
2021-08-13 13:41:49 +02:00 |
Http.cpp
|
Changed http::ca_file_supported function to return false for OSX.
|
2022-06-02 09:03:52 +02:00 |
Http.hpp
|
Resolve IP address from last curl connection and use it as address for next Octoprint upload
|
2021-11-25 15:18:15 +01:00 |
MacDarkMode.hpp
|
Enumerate screens and calculate maximum screen scaling.
|
2019-05-17 19:16:03 +02:00 |
MacDarkMode.mm
|
Trying to fix the remaining OSX warnings
|
2021-02-10 19:07:09 +01:00 |
MacUtils.mm
|
app updater feature
|
2022-03-23 09:34:12 +01:00 |
MKS.cpp
|
Propagate resolved ip address to the UI layer (both upload dialog and notification)
|
2022-07-17 18:40:07 +02:00 |
MKS.hpp
|
Propagate resolved ip address to the UI layer (both upload dialog and notification)
|
2022-07-17 18:40:07 +02:00 |
OctoPrint.cpp
|
get_host_from_url function
|
2022-07-17 18:40:07 +02:00 |
OctoPrint.hpp
|
Improved error message if both ipv4 and ipv6 upload fails.
|
2022-07-17 18:40:07 +02:00 |
PresetUpdater.cpp
|
Fixes after CR
|
2022-03-23 09:34:12 +01:00 |
PresetUpdater.hpp
|
app updater feature
|
2022-03-23 09:34:12 +01:00 |
PrintHost.cpp
|
Cancel upload priority before error showing.
|
2022-07-17 18:40:07 +02:00 |
PrintHost.hpp
|
Propagate resolved ip address to the UI layer (both upload dialog and notification)
|
2022-07-17 18:40:07 +02:00 |
Process.cpp
|
Replaced __linux macro with __linux__
|
2021-01-11 13:31:30 +01:00 |
Process.hpp
|
Added a missing include
|
2020-10-12 17:52:48 +02:00 |
RaycastManager.cpp
|
Fix using of deprecated opengl functions
|
2022-08-31 15:53:13 +02:00 |
RaycastManager.hpp
|
Fix cleaning during actualization of raycast manager
|
2022-05-31 20:09:51 +02:00 |
Repetier.cpp
|
Repetier: enforce autostart #7807
|
2022-09-05 15:38:32 +02:00 |
Repetier.hpp
|
Repetier validation using 'software' value if present #7807
|
2022-09-05 15:38:32 +02:00 |
RetinaHelper.hpp
|
Fixed some clang warnings
|
2021-02-09 19:23:58 +01:00 |
RetinaHelperImpl.hmm
|
Mac: Implement Retina for the 3D scene, fix #97
|
2019-01-24 20:03:12 +01:00 |
RetinaHelperImpl.mm
|
Fixed some OSX Objective C warnings.
|
2021-02-09 19:51:56 +01:00 |
Serial.cpp
|
Replaced __linux macro with __linux__
|
2021-01-11 13:31:30 +01:00 |
Serial.hpp
|
Comment out stale implementation in Serial, fix #2150
|
2019-08-02 15:20:52 +02:00 |
TCPConsole.cpp
|
Fixing clang compiler warnings
|
2021-11-30 10:50:27 +01:00 |
TCPConsole.hpp
|
Replaced the code to substitute host address part in URL
|
2021-12-03 08:02:16 +01:00 |
UndoRedo.cpp
|
Tech ENABLE_GLINDEXEDVERTEXARRAY_REMOVAL merged into ENABLE_LEGACY_OPENGL_REMOVAL
|
2022-03-08 14:50:32 +01:00 |
UndoRedo.hpp
|
After gizmo snapshots are compacted, rename the last one to something generic
|
2021-09-30 12:17:52 +02:00 |
WinRegistry.cpp
|
#8332 - File association on Windows: reimplemented to allow setting PrusaSlicer as default application for .3mf and .stl files and GCodeViewer as default application for .gcode files
|
2022-05-25 13:14:33 +02:00 |
WinRegistry.hpp
|
#8332 - File association on Windows: reimplemented to allow setting PrusaSlicer as default application for .3mf and .stl files and GCodeViewer as default application for .gcode files
|
2022-05-25 13:14:33 +02:00 |
WxFontUtils.cpp
|
Fix path for just created font by description
|
2022-08-15 12:04:22 +02:00 |
WxFontUtils.hpp
|
Fix path for just created font by description
|
2022-08-15 12:04:22 +02:00 |