aboutsummaryrefslogtreecommitdiffstats
path: root/vncviewer
Commit message (Expand)AuthorAgeFilesLines
* Clean up string encoding handlingPierre Ossman2023-06-301-0/+5
* Consistently use uint8_t for data buffersPierre Ossman2023-03-182-2/+2
* Merge "Pixel" type in to PixelFormat headerPierre Ossman2023-02-181-1/+0
* Use operator overloading for comparisonPierre Ossman2023-02-041-1/+1
* Remove unused rfb/util.h includesPierre Ossman2023-02-042-0/+2
* Use std::string for string memory managementPierre Ossman2023-02-043-14/+11
* Use std::string instead of CharArrayPierre Ossman2023-02-042-5/+5
* Return std::string instead of dynamic allocationsPierre Ossman2023-02-046-30/+26
* Use fixed size character bufferPierre Ossman2023-02-041-4/+3
* Remove trailing slash from getvnchomedir()Pierre Ossman2023-02-042-4/+4
* Namespace directory functionsPierre Ossman2023-02-043-7/+7
* Return static char buffer from some methodsPierre Ossman2023-02-044-20/+13
* Use StringParameters directlyPierre Ossman2023-02-042-5/+5
* Get rid of TCHAR magicPierre Ossman2023-02-041-1/+0
* Use stdint typesPierre Ossman2023-02-0110-30/+29
* Use __attribute__:s directlyPierre Ossman2023-01-052-15/+6
* Don't partially init monitor informationPierre Ossman2023-01-051-1/+1
* Fix incorrect typesPierre Ossman2023-01-051-4/+4
* Remove useless checksPierre Ossman2023-01-051-3/+0
* Explicitly mark switch case fall throughPierre Ossman2023-01-052-0/+2
* Add missing breaks to Windows key grab codePierre Ossman2023-01-041-0/+2
* Explicitly mark unused parametersPierre Ossman2023-01-0411-33/+46
* Respect given server namePierre Ossman2023-01-041-1/+1
* Don't include unused file path parameterPierre Ossman2023-01-041-3/+3
* Mark system include paths correctlyPierre Ossman2023-01-041-2/+2
* Remove debugging strdup()Pierre Ossman2023-01-021-1/+1
* Keep font name in permanent memoryPierre Ossman2023-01-021-5/+10
* Add client-side support for the MSLogonII security type.Dinglan Peng2022-12-271-0/+2
* Add client-side support for the DH security type.Dinglan Peng2022-12-271-0/+6
* Merge pull request #1525 from pdlan/add-ra2-javaBrian Hinz2022-12-221-0/+1
|\
| * Fix missing RA2ne enabling in storeOptions()pdlan2022-09-031-0/+1
* | Merge branch 'newoptions' of https://github.com/CendioOssman/tigervncPierre Ossman2022-12-2216-372/+789
|\ \
| * | Respect system UI fontPierre Ossman2022-12-221-3/+34
| * | Fix up padding for radio/check buttonsPierre Ossman2022-12-221-3/+3
| * | Reduce indent to same as a normal marginPierre Ossman2022-12-221-1/+1
| * | Wider margin around window edgesPierre Ossman2022-12-222-3/+3
| * | Dynamically size Fl_Group:sPierre Ossman2022-12-221-32/+28
| * | Make UserDialog use standard layout constants.Pierre Ossman2022-12-221-21/+30
| * | Make ServerDialog use standard layout constantsPierre Ossman2022-12-221-35/+35
| * | Modern look for options sectionsPierre Ossman2022-12-222-43/+52
| * | Change to modern layout in options dialogPierre Ossman2022-12-225-11/+273
| * | Use standard accessors for Fl_Monitor_ArrangementPierre Ossman2022-09-073-11/+17
| * | Rename MonitorArrangement to Fl_Monitor_ArrangementPierre Ossman2022-09-075-31/+31
| * | Split general FLTK appearance to separate filePierre Ossman2022-09-074-23/+90
| * | Split out FLTK utility functionsPierre Ossman2022-09-076-83/+114
| * | Move general FLTK stuff to own directoryPierre Ossman2022-09-079-19/+25
| |/
* | Rebuild .desktop and metainfo when neededPierre Ossman2022-12-191-0/+4
* | Don't translate "RSA-AES"Pierre Ossman2022-12-151-1/+1
* | Move window to front on full screenPierre Ossman2022-12-151-0/+5
* | Handle macOS keyboard stealingPierre Ossman2022-12-134-4/+40
|/